/* @override 
	http://mission-serve.com/css/site_struct.css
*/

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #8babce;
	font-size: 14px;
	line-height: 22px;
}
table {
	margin: 0;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
ul {
	margin-left: 30px;
	list-style: square;	
}
ol {
	margin-left: 33px;
	list-style: decimal;	
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #ffae00;
	text-decoration: none;
}
h1 {
font-size: 30px;
color: #6291c4;
font-weight: normal;
line-height: 32px;
margin-bottom: 15px;
}
h2 {
font-size: 20px;
color: #FFF;
font-weight: normal;
line-height: 22px;
margin-bottom: 15px;
}
/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
body {
	background: #132e3f url(../img/site/bg.jpg) top center repeat-x;
}
#body-bg {
	background: url(../img/site/bg-body.jpg) top center no-repeat;
	width: 1160px;
	margin: auto;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#body-container {
	width: 1011px;
	margin: auto;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#header-container {
	width: 1011px;
	height: 210px;
	overflow: hidden;
}
#logo {
	width: 235px;
	height: 102px;
	overflow: hidden;
	position: relative;
	top: 55px;
	left: 62px;
	float: left;
}
#nav	 		{ float: left;width:670px; height: 141px;padding: 0pt; margin: 0pt; list-style-image: none; list-style-position: outside; list-style-type: none;position: relative;top: 32px;left: 100px;}
#nav li	 		{float:left; margin: 0pt; padding: 0pt;}
#nav a 			{display:block; height:56px; margin: 0pt; padding: 0pt;text-decoration: none; float: left;font-size: 16px;color: #FFF;padding-right: 15px;padding-left: 15px;padding-top: 85px;}
#nav a.active,
#nav a:hover {
	color: #ffae00;
	text-decoration: none;
	background: url(../img/site/nav-hover.jpg) top left no-repeat;
}

#media-area {
	width: 1011px;
	height: 319px;
	overflow: hidden;
}
#main-content {
	min-height:500px;
	height:auto !important;
	height:500px;
}
#footer_container {
	margin-top: 30px;
	margin-bottom: 40px;
}
.footer_column1 {
	width: 180px;
	float: left;
}
.footer_column2 {
	width: 175px;
	float: left;
}
.footer_column3 {
	width: 650ox;
	float: left;
}
/****************************************************
INDEX STYLES
****************************************************/
#index-promos {
	width: 1011px;
	height: 184px;
	overflow: hidden;
	background: url(../img/site/bg-index-promos.jpg) top center no-repeat;
}
#index-promos img {
	width: 303px;
	height: 133px;
}
.index-promo1, .index-promo2, .index-promo3 {
	float: left;
	position: relative;
	top: 18px;
}
.index-promo1 {
	left: 2px;
}
.index-promo2 {
	left: 49px;
}
.index-promo3 {
	left: 98px;
}
#index-content {
	background: url(../img/site/bg-index.jpg) top center repeat-y;
}
#index-content-top {
	background: url(../img/site/bg-index-top.jpg) top center no-repeat;
}
#index-content-bottom {
	background: url(../img/site/bg-index-bottom.jpg) bottom center no-repeat;
	padding-top: 40px;
	padding-bottom: 50px;
	min-height:450px;
	height:auto !important;
	height:450px;
}
#index-left {
	width: 244px;
	float: left;
	position: relative;
	left: 30px;
}
#index-news-title {
	color: #6291c4;
	font-size: 20px;
	margin-bottom: 40px;
}
.news-item {
	margin-bottom: 20px;
	font-size: 12px;
}
.news-date {
	border-bottom: 1px solid;
	margin-bottom: 5px;
}
.news-title {
	color: #ffae00;
}
.news-content {
	color: #b2bdc5;
}
#index-right {
	width: 590px;
	float: right;
	position: relative;
	right: 40px;
}
/****************************************************
SUBNAV PAGE STYLES
****************************************************/
#page-content {
	background: url(../img/site/bg-index.jpg) top center repeat-y;
}
#page-content-top {
	background: url(../img/site/bg-page-top.jpg) top center no-repeat;
}
#page-content-bottom {
	background: url(../img/site/bg-index-bottom.jpg) bottom center no-repeat;
	padding-top: 60px;
	padding-bottom: 50px;
	min-height:450px;
	height:auto !important;
	height:450px;
}
#page-left {
	width: 301px;
	position: relative;
	left: 3px;
}
#subnav a {
	display: block;
	color: #FFF;
	width: 291px;
	height: 33px;
	line-height: 33px;
	background: url(../img/site/bg-subnav.jpg);
	padding-left: 10px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}
#subnav a:hover,
#subnav a.active {
	color: #ffae00;
	background-position: 0 -33px;
	text-decoration: none;
}
/****************************************************
XTRANET LOGIN STYLES
****************************************************/
#xtranet_login_form {
	background: #32312e;
	width: 260px;
	padding: 20px;
	margin: auto;
}
#xtranet_login_form .login_form_usr,
#xtranet_login_form .login_form_pwd {
	width: 225px;
	text-align: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#xtranet_login_form label {
	color: white;
}
#xtranet_login_form .login_form_usr input,
#xtranet_login_form .login_form_pwd input {
	width: 150px;
}
#xtranet_login_form .submit {
	width: 210px;
	margin: auto;
	text-align: right;
}
#xtranet_login_form .submit input {
	width: 60px;
	margin-top: 4px;
}
#xtranet_login_error {
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
}
/*= Shopping Items
*******************************************/
.shopping-item {
	width: 575px;
	padding: 10px;
	border-bottom: 2px solid;
}

.shop-item-image {
	width: 90px;
	float: left;
}
.shop-item-image img {
	width: 85px;
	height: 85px;
	overflow: hidden;
	margin-bottom: 5px;
}
.shop-item-body {
	width: 450px;
	float: right;
}
.shop-item-title {
	color: #ffae00;
	font-size: 24px;
	margin-bottom: 8px;
}
.shop-item-price {
	color: #6291c4;
	font-size: 18px;
	margin-bottom: 4px;
}
.shop-item-add a {
	text-decoration: none;
	font-size: 13px;
}
/*= Shopping Cart
*******************************************/
#donate-left {
	width: 260px;
	float: left;
	position: relative;
	left: 30px;
}
#donate-title {
	color: #6291c4;
	font-size: 20px;
}
#shopping-cart-container {
	min-height:260px;
  	height:auto !important;
  	height:260px;
}
#shopping-cart-container input {
	width: 18px;
	line-height: 10px;
}
.shop-basket-price {
	font-size: 11px;
	margin-left: 35px;
	line-height: 14px;
	clear: both;
}
.shop-basket-qty {
	float: left;
}
.shop-basket-name {
	color: #ffae00;
	font-size: 13px;
	float: right;
	width: 213px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.shop-basket-remove {
	margin-left: 35px;
	line-height: 22px;
}
#shopping-cart-container .shop-basket-remove a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
}
#shopping-cart-container .shop-basket-remove a:hover {
	color: #747474;
	text-decoration: none;
}
.shopping-cart-price {
	color: #6291c4;
	font-size: 14px;
	margin-bottom: 15px;
	margin-left: 35px;
}
.shop_btns {
	display: table;
	[if IE] margin-left: 30px;
	list-style: none;
}
.shop_btns li {
	float: left;		
}
#shopping-cart-container .shop_btns button { 
	border:0;
	margin:0;
	cursor:pointer; 
	font-weight:bold; 
	padding:0 15px 0 0; 
	text-align:center;
	/* IE Hacks for button tags to work right*/
	[if IE] width: auto;
	[if IE] overflow: visible;
	[if IE] margin-top: -3px;
}
	#shopping-cart-container .shop_btns button {
		background: #eee right no-repeat;
		font: 12px Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		color: #868079;
		text-transform: uppercase;
		margin-right: 5px;
		margin-bottom: 5px;
		white-space:nowrap; 
		padding: 0 12px 0 12px;
		height: 30px;
		line-height: 30px;
		background: #eee left no-repeat;
		[if IE] margin-top: 1px;
	}
	#shopping-cart-container .shop_btns a:hover,
	#shopping-cart-container .shop_btns button:hover {
		text-decoration: none;
		color: #FFF;
		background: #6291c4;
	}
	#shopping-cart-container .shop_btns a {
		background: #eee right no-repeat;
		border: 0;
		text-decoration: none;
		font: 12px Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		color: #868079;
		cursor: pointer;
		height: 30px;
		line-height: 30px;
		display: block;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		height: 30px;
		line-height: 30px;
		background: #eee left no-repeat;
		padding: 0 15px 0 15px;
		float: left;
	}
#checkout-container tr.checkout-header,
#checkout-container tr.checkout-footer {
	background-color:#6291c4;
	color:#FFF;
}
#checkout-title {
	padding: 20px;
	text-align: center;
	color: #6291c4;
	font-size: 22px;
}
#checkout-btns {
	width: 560px;
	text-align: right;
	margin: auto;
}
#checkout-btn-cont {
	float: left;
}
#checkout-btn-submit {
	float: right;
}
#checkout-container .submit input {
	border: none;
	padding: 8px;
	background: #ccc;
	color: #000;
	margin-bottom: 50px;
	cursor: pointer;
}
	#checkout-container .submit input:hover {
		border: none;
		padding: 8px;
		background: #6291c4;
		color: #FFF;
	}

