/* @override http://216.10.242.29/structure.css */

/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
   
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
}
a {
	color:#369;
}

a:hover {
color:#123456;
text-decoration:none;
}

h1 {
	margin: 0;
	padding: 0;
}
/*h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}*/
.banner img {
	margin:10px 0 5px;
}
/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;

}

#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}
#header ul {
    clear:left;
    float:left;
    width:100%;
    list-style:none;
    margin:0;
    padding: 0 0 1px;
	font: bold 9px Verdana, sans-serif;
	text-transform: uppercase;
	height: 30px;
	background: #fff url(images/topnav_background.jpg) repeat-x;
	
}
#header ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#header ul li a {
    display:block;
    float:left;
    margin:0 0 0 8px;
    padding:8px 10px;
    text-align:center;
    color:#fff;
    text-decoration:none;
    position:relative;
    left:10px;
	line-height:1.3em;
}
#header ul li a:hover {
	color: #f8a212;
}
#header ul li a.active,
#header ul li a.active:hover {
	text-decoration: underline;
}
#header ul li a span {
    display:block;
}

#header ul li#navstart {
	display:block;
    float:left;
	height: 30px;
	width: 17px;
	background: #fff url(images/topnav_start.jpg) no-repeat;
}

#header ul li#navend {
	display:block;
    float:right;
	height: 30px;
	width: 19px;
	background: #fff url(images/topnav_end.jpg) no-repeat;
}

.header_blockholder {
	float:left;
	width:100%;
}

.header_blocks {
	display:block;

    height:36px;
}

#header_left {
    width:120px;
}
#header_center {
    width:390px;
}

/* My Comment */
#header_right {
    width:215px;
}

#header_grc_left {
    width:193px;
    height: 90px;
    margin-left:-100%;
    float:left;
	background: url(images/hearder_grc_left.jpg) no-repeat 14px;
}
#header_grc_center {
	margin: 0 193px;
	height: 90px;
	background: url(images/header_grc_background.jpg) repeat-x;
}
#header_grc_right {
    width:200px;
    height: 90px;
    float:left;
    margin-left:-200px;
	background: url(images/header_grc_right_01.jpg) no-repeat -14px;
}
#header_grc_right2 {
    width:200px;
    height: 90px;
    float:left;
    margin-left:-200px;
	background: url(images/header_grc_right_02.jpg) no-repeat -14px;
}#header_grc_right3 {
    width:200px;
    height: 90px;
    float:left;
    margin-left:-200px;
	background: url(images/header_grc_right_03.jpg) no-repeat -14px;
}

#header_grc_right4 {
    width:200px;
    height: 90px;
    float:left;
    margin-left:-200px;
	background: url(images/header_grc_right_04.jpg) no-repeat -14px;
}
#header_grc_right5 {
    width:200px;
    height: 90px;
    float:left;
    margin-left:-200px;
	background: url(images/header_grc_right_05.jpg) no-repeat -14px;
}
#header_grc_right6 {
    width:200px;
    height: 90px;
    float:left;
    margin-left:-200px;
	background: url(images/header_grc_right_06.jpg) no-repeat -14px;
}
#header_grc_right7 {
    width:200px;
    height: 90px;
    float:left;
    margin-left:-200px;
	background: url(images/header_grc_right_07.jpg) no-repeat -14px;
}






.header_grc {
	height:90px;
	float:left;
	width:100%;
	padding-bottom: 3px;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* title bars */

.titlebar {
	height:40px;
	background-color: black;
}

.titlebar h1{
	color: white;
	font: bold 16px/0 "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 45px;
	padding-top: 19px;
	padding-bottom: 15px;
	margin-top: 2px;
}



/* column container */



.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
    background:#fff;    	/* Right column background colour */
}
.holygrail .colmid {
    float:left;
    width:200%;
    margin-left:-154px; 	/* Width of right column */
    position:relative;
    right:100%;
    background:#fff;    	/* Centre column background colour */
}
.holygrail .colleft {
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:364px;         	/* Left column width + right column width */
    background:#FFF;    	/* Left column background colour */
}
.holygrail .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:192px;        	/* Width of left column */
    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
    margin:0 192px;     	/* Centre column side padding:
                        	Left padding = left column width + centre column left padding width
                        	Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
    overflow:hidden;
}
.holygrail .col2 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:192px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:5px;         	/* Width of the left-had side padding on the left column */
}
.holygrail .col3 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:160px;        	/* Width of right column content (right column width minus left and right padding) */
    margin-right:25px;  	/* Width of right column right-hand padding + left column left and right padding */
    position:relative;
    left:50%;
}

.holygrail .col1Ncol3 {
    margin:0 32px 0 192px;     	/* Centre column side padding:
                        	Left padding = left column width + centre column left padding width
                        	Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
    overflow:hidden;
}

.col1Ncol3 img{
	/*float: left;*/
	padding-right: 10px;
	padding-bottom: 0px;
}

.imgbtn{
	/*float: left;*/
	padding-right: 10px;
	padding-bottom: 5px;
}

.categories, hr{
	
	border-style: solid;
	border-width:1px 0 0 0;
	border-color: #c4dbe8;
}

.categories img{
	float: left;
	padding:10px 15px 0 0;
}

.categories h3{
	font-size: 1em;
}

.categories p{
	font-size: .8em;
}

.product{
	overflow: auto;
}

.product img{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.product del{
	font-weight: normal;
	font-style: normal;
	color: red;
}

.tab-controls {
clear:both;
height:21px;
margin:0;
padding:0;
}

ul {
margin-left:5;
}

.bulleted-list {
margin:0;
	padding-left: 10px;
}

.bulleted-list li {

margin:0;
padding: 0px 5px 5px 0;
position:relative;
padding-left: 2em;
text-indent: -2em;

}



.tab-alt-heading-hidden {
clear:both;
display:none;
font-size:1.1em;
font-weight:bold;
}

.tab-controls a, .tab-controls .tab {
color:#C5847A;
display:block;
float:left;
font-weight:bold;
height:20px;
line-height:20px;
text-decoration:none;
}

.tab-controls .active, .tab-controls .active a {
	color:#FFF;
	background: #FFF url(images/product_nav_active.gif) no-repeat 0;
	border-bottom:1px solid #f05515;
	cursor:default;
}

.tab-controls li {
width: 120px;
height:20px;
background: #FFF url(images/product_nav_inactive.gif) no-repeat 0;
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
display:block;
float:left;
text-indent: 20px;

}

#product-tabs .tab-content {
border:1px solid #f05515;
min-height:300px;
padding:12px;
position:relative;
}

.tab-content li 
{
padding-left: 2em;
text-indent: -1.5em;
}



.tab-content {
border:1px solid #f05515;
display:block;
margin-bottom:10px;
padding:12px;
position:relative;
}

#product-tabs .tab-content-hidden {
display:none;
}

table.products {
	width: 95%; /*495px;*/
	font-size: .9em;
	border: 1px solid #369;
	margin: 10px 1px;
	border-collapse: collapse;
}

table.products caption {
	width: 100%;
	padding: 5px;
	text-align: left;
	background-color: #c8dafd;
	margin-left: -1px;
	border-top: 1px solid #369;
	border-left: 1px solid #369;
	border-right: 1px solid #369;
}

table.products tr.overview {
	text-align: left;
	background-color: #c8dafd;
	border-top: 1px solid #369;
	border-left: 1px solid #369;
	border-right: 1px solid #369;
	padding: 5px;
	height:50px;
}

table.products td.model 
{
	font-size: 1.2em;
	color: black;
}

table.products td.price {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	text-align:center;
}

table.products td.price del{
	font-weight: bold;
	color: #8f8f8f;
}



table.products thead th{
	padding: 5px;
}



table.products tr{
	
	margin: 0;
	padding: 0;
	border-style: none;

}

table.products td {
	vertical-align: middle;
	padding: 5px;
}

table.products th {

	text-align: center;
	color: #980411;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 1.2em;

}

/* Footer styles */
#footer {
    clear:both;
    width: 720px;
	margin: 1px auto 15px auto;
}

#footer a:hover {
	text-decoration:none;
	color: #fff;
}

#footer a {
	text-decoration:none;
	color: inherit;
}

#header h1 {
	font-size: .1px;
	text-indent: -9999px;
	display: none;
}


  