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

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

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

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


/* page background*/
body {
	background-image:   url("images/page_parts/screen_background.gif");
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;	
}

/* banner background*/
.banner {
	background-image:  url("images/banners/blank_banner.jpg");
	background-repeat: no-repeat;
	height: 144px;
	border: none;
	background-position: right;	
}

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

/* basic styling for table that contains banner, navbar, top and bottom corners, main content section and footer*/
.mastertable {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
}




/* top left and right corners on single column pages*/
.topcorners {
	background-repeat: repeat-x;
	height: 22px;
	background-image:    url("images/page_parts/top_content_border_fill.gif");
}


/* top left corner on two column pages*/
.topcornerleft {
	background-repeat: repeat-x;
	height: 22px;
	background-image:    url("images/page_parts/top_content_border_fill.gif");
	background-position: left;
}

/* top right corner on two column pages*/
.topcornerright {
	background-repeat: repeat-x;
	height: 22px;
	background-image:    url("images/page_parts/top_content_border_fill.gif");
	background-position: right;
	background-color: #8393AD;
}

/* bottom left and right corners on single column pages*/
.bottomcorners {
	background-repeat: repeat-x;
	height: 24px;
	background-image:    url("images/page_parts/bottom_content_border_fill.gif");
}

/* bottom left corner on two column pages */
.bottomcornerleft {
	background-repeat: repeat-x;
	height: 24px;
	background-image:    url("images/page_parts/bottom_content_border_fill.gif");
	background-position: left;
}

/* bottom right corner on two column pages */
.bottomcornerright {
	background-repeat: repeat-x;
	height: 24px;
	background-image:    url("images/page_parts/bottom_content_border_fill.gif");
	background-position: right;
	background-color: #8393AD;
}

/* bottom left corner on featured products */
.bottomcornerleft_fp {
	width: 7px;
	height: 6px;
	background-image:    url("images/page_parts/bottom_left_corner_fp.gif");
	background-position: left;
	background-color: #C0C0C0;
}

/* bottom right corner on featured products  */
.bottomcornerright_fp {
	width: 7px;
	height: 6px;
	background-image:    url("images/page_parts/bottom_right_corner_fp.gif");
	background-position: right;
	background-color: #C0C0C0;
}


/* bottom left corner on featured products */
.topcornerleft_fp {
	width: 7px;
	height: 6px;
	background-image:    url("images/page_parts/top_left_corner_fp.gif");
	background-position: left;
	background-color: #C0C0C0;
}

/* bottom right corner on featured products  */
.topcornerright_fp {
	width: 7px;
	height: 6px;
	background-image:    url("images/page_parts/top_right_corner_fp.gif");
	background-position: right;
	background-color: #C0C0C0;
}


/* bottom right corner on featured products  */
.background_fp {
  height: 210px;
  background-repeat:repeat-x;
	background-image:    url("images/page_parts/background_fp.gif");
	background-position: top;
	background-color: #C0C0C0;
}

/* bottom left corner on featured products */
.header_bottomcornerleft {
	width: 5px;
	height: 5px;
	background-image:    url("images/page_parts/header_bottom_left_corner.gif");
	background-position: left;
	background-color: #6D7185;
}

/* bottom right corner on featured products  */
.header_bottomcornerright {
	width: 5px;
	height: 5px;
	background-image:    url("images/page_parts/header_bottom_right_corner.gif");
	background-position: right;
	background-color: #6D7185;
}


/* bottom left corner on featured products */
.header_topcornerleft {
	width: 5px;
	height: 5px;
	background-image:    url("images/page_parts/header_top_left_corner.gif");
	background-position: left;
	background-color: #6D7185;
}

/* bottom right corner on featured products  */
.header_topcornerright {
	width: 5px;
	height: 5px;
	background-image:    url("images/page_parts/header_top_right_corner.gif");
	background-position: right;
	background-color: #6D7185;
}


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


/* footer background on all pages*/
.footer {
	background-color: #A5A7B7;
	height: 24px;
	background-image:    url("images/page_parts/footer_left_fill.gif");
	background-repeat: repeat-y;
}

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

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

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

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

/* 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: 0px 20px;
	vertical-align: top;
	
}

/* basic styling and background for right column on two column pages*/
.rightcolumn{
	color:#FFFFFF;
	background-repeat: repeat-y;
	background-image:    url("images/page_parts/content_background_fill.gif");
	background-position: right;
	background-color: #8393AD;
	vertical-align: top;
	padding-right: 3px;
	padding-left: 3px;
	width: 185px;
	padding-top: 0px;
}

/* 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 product title headings */
H1 {
	color:#7A6F5E;
	font-size: 19px;
	font-weight: bold;
}



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

/* style for product title headings */
H2 {
	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: #F7F8F9;	
}

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



/* 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
}