@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background: url(../images/2009/bg.jpg) top left repeat-x;
}

#container {
	margin: 0 auto;
	width: 990px;
	background-color: #fff;
	border-right:2px solid #0b62ab;
	border-left:2px solid #0b62ab;
}

/* -- Header -- */

#header {
	background-color:#686767;
}

#topRow {
	border-bottom:1px solid #7f7e7e;
	background: url(../images/2009/sitewide-bg.gif) bottom left repeat-x;
	background-color: #686868;
	height:30px;
	color: #fff;
}

#sidewideNav {
	float:left;
	width:600px;
	padding:7px 0 0 20px;
	color: #c1c1c1;
}

#welcome {
	float:left;
	width:200px;
	padding:7px 25px 0 0;
	color: #c1c1c1;
	text-align: right;
}

#login {
	float:left;
	width:144px;
	height:23px;
	padding: 7px 0 0 0;
	border-left:1px solid #7f7e7e;
	background-color: #1c336e;
	text-align:center;
}

#navRow {
	background: url(../images/2009/navrow-bg.gif) top left repeat-x;
	height: 50px;
	padding: 25px 0 0 20px;
	color: #fff;
}

#pic {
	float:left;
	width:660px;
	height:200px;
	border-top:1px solid #fff;
}

#logo {
	float:left;
	width:330px;
	height:200px;
}

#main {
	float:left;
	clear: left;
	width:990px;
	border-top:1px solid #cccccc;
	background: url(../images/2009/main-bg.jpg) top left repeat-x;
}

/* -- Internal template -- */

#internal {
	float:left;
	background: url(../images/2009/columns-bg.gif) top left repeat-y;
}

#col1 {
	float:left;
	width:600px;
	padding:30px;
}

#col2 {
	float:left;
	width:275px;
	padding:30px 30px 15px 25px;
}

/* -- shop template  -- */

#storeOuter {
	float:left;
	background: none;
	padding:30px 0 0 0;
}

#productMain {
	/*width:930px;*/
	padding:0 30px 30px 30px;
}

#prodView {
	padding-left:30px;
}	

#productIntroGroup {
	float: left;
	width:880px;
	padding: 25px;
	background: url(../images/2009/product-intro-bg.gif) bottom left repeat-x;
	border:1px solid #ccc;
}

#productIntro {
	float: left;
	width: 575px;
	padding-right:50px;
}

#productBasketOptions {
	float: left;
	width: 252px;
	padding: 0 0 15px 0;
	background:url(../images/2009/product-basket-options-bg.gif) bottom left no-repeat;
}

#productBasketOptionsTop {
	background: url(../images/2009/product-basket-options-top.jpg);
	height:45px;
	padding: 12px 0 0 20px;
	margin:0 0 7px 0;
}

#productBasketOptionsContent {
	padding:0 10px;
}

#productContentGroup {
	float: left;
	padding: 30px 0;
}

#productContent {
	float: left;
	width: 470px;
	padding: 0 47px 0 25px;
}

#productPics {
	float: left;
	width: 390px;
}

#productOptionsGroup {
	float: left;
	clear: left;
	width:990px;
	border-top:1px dashed #ccc;
	background: url(../images/2009/columns-bg.gif) top left repeat-y;
}

#productOptions {
	float:left;
	width:605px;
	padding: 25px 25px 25px 30px;
}

#productOption1, #productOption2 {
	border:1px solid #ccc;
	background: url(../images/2009/prod-option-bg.gif) bottom left repeat-x;
	padding:15px 20px;
}

#productOption2 {
	border-top:none;
}

#productBasket {
	float:left;
	width:305px;
	padding: 25px 0 25px 25px;
}

/* -- HOME  -- */

#homeWelcome {
	padding:0 30px 15px 30px;
}

#homeProducts {
	float: left;
	width:965px;
	background: url(../images/2009/home-products-bg.jpg) bottom left repeat-x;
	padding: 0 0 38px 25px;
	min-height: 350px;
}

div.homeProduct {
	float: left;
	width:295px;
	background: url(../images/2009/home-product-col-bg.gif) top left no-repeat;
	min-height: 200px;
}

#homeProduct2 {
	margin: 0px 30px;
}

#homeGeneral {
	float: left;
	width:990px;
	background: url(../images/2009/home-boxes-bg.gif) top left repeat-x;
}

#homeBoxesRow1, #homeBoxesRow2 {
	float: left;
	width:990px;
	background: url(../images/2009/boxes-bg.gif) top left repeat-y;
}

#homeBoxesRow1 {
	border-bottom:1px dashed #ccc;
}

div.homeBox {
	float: left;
	width: 330px;
}

#homeNews {
	float: left;
	width:965px;
	padding: 0 0 25px 25px;
	background: url(../images/2009/home-news-bg.jpg) top left repeat-x;
	background-color: #0e235a;
}

div.homeNewsBox {
	float: left;
	width: 280px;
	padding: 0px;
}

#homeNewsBox2 {
	margin:0 50px;
}

/* -- Footer -- */

#footer {
	float:none;
	clear: left;
	background:url(../images/2009/footer-bg.gif) bottom left repeat-x;
	height: 90px;
	color: #fff;
	line-height: 150%;
}

#footLinks {
	float:left;
	width:635px;
	padding: 27px 0 0 25px;
}

#copyright {
	float:left;
	width:305px;
	padding: 27px 25px 0 0;
	text-align: right;
}

