/* page background*/
body {
	background-image:   url("images/page_parts/background_fill.gif");
	background-attachment: fixed;
	background-repeat: repeat;
	background-position:top;
	background-color: #353535;
	margin: 0px;
	padding: 0px;
	
}
html, body{height:100%}

/* basic styling and background for main content region on all pages */
.maincontent {
	background-image:  url("images/page_parts/content_background_fill.gif");
	background-repeat: repeat-y;
	padding: 20px 20px;
	vertical-align: top;
	color:#FFFFFF;
	height:500px;
	
	
}


/* default link styles */
.maincontent a:link {
	color: #999999;
	text-decoration: underline;
}

.maincontent a:visited {
	color: #999999;
	text-decoration: underline;
}

.maincontent a:hover {
	color: #cccccc;
	text-decoration: none;
}

.maincontent a:active {
	color: #cccccc;
	text-decoration: none;
}




/* banner background*/
.banner {
	height: 169px;
	
	border-bottom-color:#c32026;
	border-bottom-width: 1px;
	border-bottom-style:solid;
}

/* navigation bar background*/
.navbar {
	background-image: url("images/page_parts/nav_bar_fill.gif");
	height: 45px;
	width:950px;

	
	
	
	
}

/* basic styling for table that contains banner, navbar, top and bottom corners, main content section and footer*/
.mastertable {
	background-color: #1a1a1a;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	
}


/* styling for detail photo table below main product photo*/
.detailphototable {
	
	border-right-color:#1a1a1a;
	border-right-style:solid;
	border-right-width:5px;
}



/* bottom right corner on featured products  */
.header_background {
	background-color: #6D7185;
	font-weight: bold;
	color: #FFFFFF;
}


/* footer background on all pages*/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	
	background-color: #040404;
	height: 30px;
	border-top-color:#c32026;
	border-top-width:1px;
	border-top-style: solid;
	color: #999999;
	text-align:center;
	font-size: 11px;
	
		
	
}

/* footer links*/
.footer a:link{
	text-decoration: underline;
	color:#999999;
}

.footer a:visited{
	text-decoration: underline;
	color:#999999;
}

.footer a:hover{
	color:#CCCCCC;
	text-decoration: none;
	
}

.footer a:active{
	color:#CCCCCC;
	text-decoration: none;
}



/* basic styling and background for right column on two column pages*/
.rightcolumn{
	color:#FFFFFF;
	border-top-color:#1a1a1a;
	border-top-style:solid;
	border-top-width:20px;
	border-right-color:#1a1a1a;
	border-right-style:solid;
	border-right-width:10px;
	border-bottom-color:#1a1a1a;
	border-bottom-style:solid;
	border-bottom-width:20px;
	background-color: #404040;
	vertical-align: top;
	padding-right: 8px;
	padding-left: 8px;
	
	padding-top: 10px;
	min-height: 100%;
}



/* centre aligned content */
.centred{
	text-align: center;
}

/* right column links*/
.rightcolumn a:link{
	text-decoration: underline;
	color:#FFFFFF;
}

.rightcolumn a:visited{
	text-decoration: underline;
	color:#FFFFFF;
}

.rightcolumn a:hover{
	color:#CCCCCC;
	text-decoration: none;
	
}

.rightcolumn a:active{
	color:#CCCCCC;
	text-decoration: none;
}


/* right column title */
.rightcolumntitle{
	font-size: 12px;
	font-weight: bold;
}

/* style for product thumbnails on right side of product descriptions */
.imagefloat {
	float:right;
	vertical-align:top;
	height: inherit;
	text-align: right;
}

.imagefloat_left {
	float:left;
	vertical-align:top;
	height: inherit;
	margin-right:10px;
}
/* style for product divs*/
.product {
	
	min-height: 220px;
	height: 220px;
	padding-bottom: 20px;
}

/* style for page titles */
h1 {
	color:#ffffff;
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c32026;
}


/* style for product title headings */
h2 {
	color:#ffffff;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c32026;
}

.producttitle {
	color:#7A6F5E;
	font-size: 17px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A6F5E;
}



/* style for item names in kit tables */
.item {
	vertical-align: top;
	width: 180px;
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #D0CBC4; */
	padding: 2px;
}

/* style for model number in kit tables */
.model {
	vertical-align: top;
	width: 100px;
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #D0CBC4; */
	padding: 2px;
}

/* style for item quantity in kit tables */
.quantity {
	
	vertical-align: top;
	width: 20px;
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #D0CBC4; */
	padding: 2px;
}


/* border around table */
.tableborder {
	/*border: 1px solid #7A6F5E;*/
	
}

/* product table alternating row fill a*/
.tablerowfilla {
	background-color: #464646;	
}

/* product table alternating row fill b*/
.tablerowfillb {
	background-color: #4f4f4f;	
}



/* table title row */
.tabletitle {
	background-color: #5A5245;
	font-weight: bold;
	color: #FFFFFF;
}

/* infobox placement and basic styling*/
.infobox {
	background-color: #EAECEE;
	border: 1px solid #7A6F5E;
	width: 160px;
	float:left;
	margin-right: 2px;
	margin-left: 2px;
	
}

/* title bar in infobox */
.infoboxtitle {
	font-weight: bold;
	font-size: 12px;
	background-color: #7A6F5E;
	color: #FFFFFF;
	padding: 2px;
}

/* text style in infobox */
.infoboxtext {
	padding: 2px;
}

/* infobox placement and basic styling*/
.infobox2 {
	width: 160px;
	float:left;
	margin-right: 2px;
	margin-left: 2px;

	
}
.infobox3 {
	width: 160px;
	float:left;
	margin-right: 2px;
	margin-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

/* minimum-height hack */
  .prop {
    height:220px;
    float:right;
    width:1px;
}

  .prop_video {
    height:125px;
    float:right;
    width:1px;
}
	
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

/* new product flag */
.new_product {
	color:#FF0033;
}


/* video text */
.video_text {
vertical-align:top
}