/* -----------------------------------------------------------------------

CSS Document

   * Screen CSS - layout + navigation
   * Copyright (c) 2008-Present.
   * Author - www.northlight-studios.co.uk
   * Date of origin - 26/01/09

----------------------------------------------------------------------- */

/* page wrap css*/
#page_wrap {
	background: #fff;
	width: 864px;
	margin: 10px auto;
}



/* header css*/
#header_wrap {
	background-color: #002D62;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 125px;
}

#header {
	height: 125px;
	float:left;
}

#cart {
	float:right;
	background-image: url(../images/header_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 95px;
	color:#FFFFFF;
	padding:30px 10px 0 0;
	text-align:right;
}


/* primary navigation css */
#primary_navigation {
	background: #002D62 url(../images/primary_nav_bg.gif) repeat-x 0 0;
	height: 38px;
}

#primary_navigation li {
	display: inline;
	float: left;
}

#primary_navigation a {
	display: block;
	height: 34px;
	text-align: center;
	width: 100px;
	padding-top: 4px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#primary_navigation a:hover {
	background: #CCCCCC url(../images/primary_nav_roll.gif) repeat-x 0 0;
	color: #FF9900;
}

/* wrap css */

#page_content_wrap {
	padding: 0 10px 0 10px;
}


/* sidebar css */
#sidebar {
	width: 191px;
	float: left;
}

.sidebar {
}

.sidebar h2 {
	border-bottom: 1px solid #ccc;
}

.sidebar .content {
	padding: 0px 15px 15px 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}



/* sidebar navigation css */
.sidebar ul {
}

.sidebar li {
	list-style: none;
}

.sidebar a {
	color: #002D62;
	border-bottom: 1px solid #ccc;
}

.sidebar a:hover {
	color: #FF9900;
}



/* main content css */
#main_page {
	width: 650px;
	float: right;
}

.main_page {
}

.main_page h2 {
	border-bottom: 1px solid #ccc;
}

.main_page .content {
	padding: 0px 15px 15px 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 618px;
}

.main_page li {
	text-indent: 14px;
	list-style-position: inside;
	list-style-type: square;
}

/* product detail */
.product-detail {
	float:left;
	width:280px;
}

.product-detail-spec {
	width:320px;
	float:right;
}

.product-detail-spec ul{
	margin: 0 0 10px 0;
	padding: 0px;
	float: left;
}

.product-detail-spec li{
	list-style: none;
	display:block;
	float: left;
	width: 100px;
	text-align: center;
	margin:0 10px 0 0;
	text-indent:0px;
}

.product-detail-spec li:hover {
	color:#FF9900;
}

.product-detail-spec li.last {
	margin:0px;
}

.clear {
	clear:both;
}

.pdf {
	float:left;
	margin:10px 10px 10px 0;
}

.product-detail-h3 {
	margin-bottom:0;
}

.swatch {
	float:left;
	width:154px;
	margin-bottom:15px;
}

/* footer css */
#footer_wrap {
	background: #002D62 url(../images/footer_bg.jpg) repeat-x 0 0;
	height: 20px;
	position: relative;
	clear: both;
	bottom: 0px;
	text-align: center;
	color: #fff;
	font-size: 0.6em;
}

#footer {
}



/* copyright css */
#copyright {
	font-size: 0.7em;
	padding-top: 14px;
}

#copyright a {
	color: #000;
	text-transform: none;
}



/* valid css */
#valid {
	margin: 7px auto 0 auto;
	text-align: center;
}


/* spacer css */
.spacer7pixel {
	width: 7px;
	height: 7px;
}

hr {
	border:none;
	background-color:#666666;
	clear:both;
}



/* alt layouts */
.group_select_btn {
	width:211px;
	float:left;
	margin-bottom:20px;
}

.group_select_btn a{
	color:#000;
}

.group_select_btn span,{
	padding:5px;
}

.group_select_btn img.symbols {
	float:left;
	margin:0 10px 15px 0;
}

.group_select_btn img.symbols_right {
	float:right;
}

.group_select_btn span {
	float:left;
	font-size:1.4em;
	font-weight:bold;
	color:#002D62;
}

.product_header {
	background-image:url(../images/products_header.gif);
	height:35px;
	margin-bottom:15px;
}

.product_header h3 {
	color:#002D62;
	padding:5px 0 0 15px;
}

#product_range {
	width:520px;
	float:right;
}

.product_range_thumb {
	float:left;
	width:104px;
	margin-bottom:20px;
}

.inscape {
	float:left;
	width:173px;
	margin-bottom:20px;
}


a.product_range_thumb {
	color:#000;
}
