/* reset all */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

body{
	background-color: #2A3338;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(/images/bg.png);

}

/* navi */

#navi-container{
	height: 65px;
	margin: 0px 0px 0px 0px;
	float:right;
	padding: 0;
}

/* navi -end */


/* header */
#top_container {
	width: 968px;
	height: 65px;
	margin: 20px auto 0px auto;
	margin-left: auto;
    padding: 0;
}

#top_l {
	width: 30px;
	height: 65px;
	float:left;
	margin: 0px auto 0px auto;
	margin-left: auto;
    padding: 0;
	background: url(/images/header_left.png);
}	

#top_m {
	height: 65px;
	width: 898px;
	float:left;
	margin: 0px auto 0px auto;
	background: url(/images/header_middle.png);
}

#top_m_small {
	height: 65px;
	width: 10px;
	float:left;
	margin: 0px auto 0px auto;
	background: url(/images/header_middle.png);
}

#top_r {
	width: 30px;
	height: 65px;
	float:right;
	margin: 0px auto 0px auto;
	margin-right: auto;
    padding: 0;
	background: url(/images/header_right.png);
}


/* header-end */

/* logo */

#logo-container{
	height: 53px;
	margin: 0px 0px 0px 0px;
	float:left;
	padding-top:3px;
}

	ul#menu {
		height:53px;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:8px;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(/images/logo.png) no-repeat scroll top left;
		display:block;
		height:53px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:187px;
	}
	
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(/images/logo.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -53px;
	}
/* logo end */

/* nav-menu */

#nav-menu {
	float: right;
	margin: 22px 0 0 0;
	font: bold 16px/30px "Lucida Grande", Geneva, Arial, Verdana;
//	text-shadow: #e6e6e6 0 2px 2px;
        text-shadow: #ffffff 0 1px 1px;
}

#nav-menu li {
	float: left;
	padding-right: 2px; 
	background: url(/images/menu-divider.png) no-repeat right 0;
}

#nav-menu li a {
	float: left;
	padding: 1px 20px 5px; 
	color: #333333;
}

#nav-menu li.selected a,
#nav-menu li.selected a:hover {
	color: #9B0000;
	cursor: default;
	text-decoration: none;
}

#nav-menu li.selected a:focus {
	color: #880000;
}

#nav-menu li a:hover,
#nav-menu li a:focus {
	color: #050505;
	text-decoration: none;
}

#nav-menu li a:active {
	padding-top: 2px;
	padding-bottom: 4px;
}

#nav-menu li.first a { 
	padding-left: 22px;
}

#nav-menu li.last {
	background: none;
	padding: 0;
}

#nav-menu li.last a { 
	padding-right: 22px;
}

/* nav-menu end */

/* mini-nav-menu */

#mini-nav-menu {
	float: right;
	margin: 5px 0 5px 0;
	font: normal 16px "Lucida Grande", Geneva, Arial, Verdana;
	text-shadow: #000000 0 1px 1px;
}

#mini-nav-menu li {
	float: left;
	padding-right: 0px; 
	background: url(/images/mini-menu-divider.png) no-repeat right 0;
}

#mini-nav-menu li a {
	float: left;
    padding: 0px 20px 0px 20px; 
	color: #ffffff;
}

#mini-nav-menu li.selected a,
#mini-nav-menu li.selected a:hover {
	color: #eeedd9;
	cursor: default;
	text-decoration: none;
}

#mini-nav-menu li.selected a:focus {
	color: #eeedd9;
}

#mini-nav-menu li a:hover,
#mini-nav-menu li a:focus {
	color: #eeedd9;
	text-decoration: none;
}

#mini-nav-menu li a:active {
	padding-top: 0px;
	padding-bottom:0px;
}

#mini-nav-menu li.last {
	background: none;
	padding: 0;
}

#mini-nav-menu li.last a { 
	padding-right: 0px;
}


/* mini-nav-menu end */


/* banner */

#banner_container {
	 position:relative;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	}

#floater {
	display:block;
	position:absolute;
	padding: 20px 20px 20px 20px;
	top:270px;
	left:20px;
	height:40px;
}

/* banner end */


/* page */

#page {
	clear: both;
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0 9px 0px 9px;
	background-color: #d7d6d5;
    background: url(/images/page_bg.png);
	overflow: hidden;
	}
	
#page_light {
	clear: both;
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0px 9px 50px 9px;
	background-color: #ededed;
    background: url(/images/page_bg_light.png);
	overflow: hidden;
	}

	
#m-div {
	height:2px;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	background-color: #ededed;
	background: url(/images/mid-divider.png);
	overflow: hidden;
	}
	
#description-container {
	clear: both;
	text-align:left;
	margin: 0 auto 0 auto;
	padding: 20px 20px 20px 20px;
	background-color: #e2e2e2;
	}
	
#home-container {
	clear: both;
	text-align:left;
	margin: 0 auto 0 auto;
	padding: 25px 70px 50px 70px;
	background-color: #e2e2e2;
	}
	
#home-container_light {
	clear: both;
	text-align:left;
	margin: 0 auto 0 auto;
	padding: 50px 60px 50px 60px;
	}
	
#column_l_light {
	width: 415px;
	float:left;
	text-align:left;
	}
	
#column_r_light {
	width: 415px;
	float:right;
	text-align:left;
	}
	
#column_r_light_center  {
	width: 415px;
	float:right;
	text-align:center;
	}

	
#home-spacer {
	width: 50px;
	height: 100px;
	float:  left;
	}

.paragraph
{
	width: 830px;
	float:left;
}

.paragraph_color
{
	width: 830px;
	height: 123px;
	float:left;
}

#narrow_left  {
	width: 95px;
	padding-top:15px;
	padding-left:40px;
	float:left;
	text-align:center;
	}
	
.gap
{
	width: 300px;
	height: 15px;
}

.container_gap
{
	width: 830px;
	height: 30px;
	float:left;
}

.container_gap_small
{
	width: 830px;
	height: 15px;
	float:left;
}

.container_gap_small_short
{
	width: 400px;
	height: 15px;
	float:left;
}

.p_gap
{
	width: 830px;
	float:left;
}

.p_gap_short
{
	width: 400px;
	float:left;
}

/* page-end */

/* special-text */
#gap-font {
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
	padding-right: 10px;
	color: #ffffff;
	text-shadow: #000000 0 1px 1px;
	text-align: left;
	}

#green {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
}

#green  a:hover,
#green  a:visited,
#green  a:link {
	color: #178e2c;
	text-decoration: none;
}

#white {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
}

#white  a:hover,
#white  a:visited,
#white  a:link {
	color: #ffffff;
	text-decoration: none;
}

#offwhite {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #d2d2d2;
}

#offwhite  a:hover,
#offwhite  a:visited,
#offwhite  a:link {
	color: #d2d2d2;
	text-decoration: none;
}

#yellow {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #5a5e1e;
}

#yellow  a:hover,
#yellow  a:visited,
#yellow  a:link {
	color: #5a5e1e;
	text-decoration: none;
}

#turq {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #1b5255;
}

#turq  a:hover,
#turq  a:visited,
#turq  a:link {
	color: #1b5255;
	text-decoration: none;
}

/* special-text-end */


/* h */

h1 {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	padding: 0px 0px 10px 0px;
	color:  #C81507;
	}
h2
{
	font: bold 18px/30px "Lucida Grande", Geneva, Arial, Verdana;
	text-shadow: #e6e6e6 0 1px 1px;
}

h3
{
	font-size: 13px;
	font-weight: lighter;
	line-height: 20px;
    padding: 5px;
	padding-left: 20px;
	padding-right: 10px;
    color: #303030;
}

h4
{
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
	padding-right: 10px;
	color: #151515;
	text-shadow: #ffffff 0 1px 1px;
	text-align: left;
	}

h5
{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
}
	
h6 {
	font-size: 12px;
	font-weight: lighter;
	line-height: 20px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #353535;
	}

/* h end */

/* buy buttons */

h9 a {
	display: block;
	width: 65px;
	height: 35px; 
	background: url(/images/Buy_disabled.png) no-repeat 0 1px;
	text-indent: 150%;
	overflow: hidden;
	opacity: .90;
	margin-left: 30px;
}



h10 a {
	display: block;
	width: 65px;
	height: 35px; 
	background: url(/images/Buyx5_disabled.png) no-repeat 0 1px;
	text-indent: 150%;
	overflow: hidden;
	opacity: .90;
	margin-left: 30px;

}



h11 a {
	display: block;
	width: 65px;
	height: 35px; 
	background: url(/images/Donate.png) no-repeat 0 1px;
	text-indent: 150%;
	overflow: hidden;
	opacity: .90;
	margin-left: 30px;
}

h11 a:hover,
h11 a:focus {
	opacity: 1;
}

h11 a:active {
	background-position: 0 2px;
	text-align: center;
}

h12 a {
	display: block;
	width: 65px;
	height: 35px; 
	background: url(/images/Buy.png) no-repeat 0 1px;
	text-indent: 150%;
	overflow: hidden;
	opacity: .90;
	margin-left: 30px;
}

h12 a:hover,
h12 a:focus {
	opacity: 1;
}

h12 a:active {
	background-position: 0 2px;
	text-align: center;
}

h13 a {
	display: block;
	width: 65px;
	height: 35px; 
	background: url(/images/Buyx5.png) no-repeat 0 1px;
	text-indent: 150%;
	overflow: hidden;
	opacity: .90;
	margin-left: 30px;

}

h13 a:hover,
h13 a:focus {
	opacity: 1;
}

h13 a:active {
	background-position: 0 2px;
}

/* buy buttons end */



.bottom
{
	width: 950px;
	height: 10px;
	margin: 0 auto;
	padding-top:5px;
}

.copyright
{
	font-size: 9px;
	font-weight: bold
	padding: 5px;
	color: #868585;
	text-align: center;
	float: center;
}
