/* @group author info */

/*
Title: Benchmark Carbide / Custom Carbide Company Screen Styles
Created by: Alison West, Tortus Technologies
Last Updated: June 11th, 2009
*/

	/* @end */   
/*---------------------------------------------------------*/
/* @group html, body, wrapper */

html, body {
	background: #000 url("../images/bkgnd.jpg") top center fixed;
	color: #FFF;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 90%;
	margin: 0;
    padding: 0;
	}       

#wrapper {
	background: #F9F5EC url("../images/content_bkgnd.jpg") top left repeat-x;
	color: #000;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    }
    
#wrapper_top {
	background: url("../images/wrapper_top.png") top left repeat;
	color: #000;
	height: 15px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    }
        
#clear {
	clear: both;
    }
        
	/* @end */
/*---------------------------------------------------------*/
/* @group header */

#header {
	background: transparent;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	}
	
#header h1 a {
	margin: 0;
	padding: 0;
	}
	
#header h1 a img {
	margin: 0;
	padding: 0;
	}
	
#header h1 img {
	margin: 0;
	padding: 0;
	}
	
#header #slideshow {
	clear: right;
	float: right;
	margin: 0;
	padding: 0;
	width: 653px;
	}

	/* @end */
/*---------------------------------------------------------*/
/* @group sub_menu */
        
#sub_menu {
	font-size: 80%;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
    }
        
#sub_menu img {
	border: none;
    margin: 0;
    padding: 0;
    }
        
#sub_menu a {
	color: #6686CC;
    text-decoration: none;
    }
        
#sub_menu a:hover {
    color: #002577;
    }
        
        /* @end */        
/*---------------------------------------------------------*/
/* @group right_col_index */

#right_col_index {
	background: transparent;
	color: #000;
    float: right;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 210px;
    }
        
#right_col_index h1 img {
	display: block;
	margin: 0 auto;
    padding: 0;
    }
        
.txt_box {
	border: 3px double #6686CC;
	margin: 0;
	}
        
.submit_btn {
	background: #FFF;
	border: 3px double #6686CC;
    color: #002577;
    cursor: pointer;
    }
        
    /* @end */   
/*---------------------------------------------------------*/
/* @group right_col */

#right_col {
	background: #FFF;
	color: #000;
    float: right;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 210px;
    }
        
#right_col h1 img {
	display: block;
	margin: 0 auto;
    padding: 0;
    }
        
.txt_box {
	border: 3px double #6686CC;
	margin: 0;
	}
        
.submit_btn {
	background: #FFF;
	border: 3px double #6686CC;
    color: #002577;
    cursor: pointer;
    }
        
    /* @end */   
/*---------------------------------------------------------*/
/* @group nav */
        
#nav {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
    text-decoration: none;
    }
        
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	}
        
#nav li {
	list-style-type: none;
    margin: 0;
    padding: 1px 5px;
    }
        
#nav li a {
	background: #6686CC;
	color: #FFF;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 5px;
	text-decoration: none;
    }
        
#nav li a:hover {
	background: #002577;
	}
        
	/* @end */
/*---------------------------------------------------------*/
/* @group search */

#search {
	background: #6686CC;
	color: #eee;
	margin: 0 10px 10px 10px;
	padding: 5px;
	width: 180px;
    }
        
#search h1 {
	color: #fff;
	font-size: 110%;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	}
        
.search_explained {
	color: #fff;
	font-size: 80%;
	}
        
	/* @end */    
/*---------------------------------------------------------*/
/* @group locator_index */

#locator_index {
	background: #fff url("../images/distributor_locator_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #6686CC;
	border-left: 1px solid #6686CC;
	border-right: none;
	border-bottom: 1px solid #6686CC;
	height: 100px;
    margin: 0;
	padding: 10px;
	width: 350px;
    }
        
#locator_index h1 {
	color: #000;
	font-size: 110%;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	}
        
p.locator_explained {
	color: #6686CC;
	/*float: left;*/
	font-size: 80%;
	}
	
.locator_explained a {
	border-bottom: 1px solid #6686CC;
	color: #6686CC;
	text-decoration: none;
	}
	
.locator_explained a:hover {
	color: #01539C;
	border-bottom: 1px dotted #01539C;
	}
        
	/* @end */
/*---------------------------------------------------------*/
/* @group distributors_login */

#distributors_login_index {
	background: #fff url("../images/distributor_locator_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #6686CC;
	border-left: 1px solid #6686CC;
	border-right: 1px solid #6686CC;
	border-bottom: 1px solid #6686CC;
	float: right;
	height: 100px;
    margin: 0;
	padding: 10px;
	width: 350px;
    }
        
#distributors_login_index h1 {
	color: #000;
	font-size: 110%;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	}
        
#distributors_login_index p {
	color: #6686CC;
	}
        
	/* @end */
/*---------------------------------------------------------*/
/* @group locator */

#locator {
	background: #fff url("../images/search_bkgnd.gif") top left no-repeat;
	border-bottom: 3px double #6686CC;
    margin: 0;
	padding: 10px;
    }
        
#locator h1 {
	color: #000;
	font-size: 110%;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	}
        
.locator_explained {
	color: #6686CC;
	font-size: 80%;
	}
        
	/* @end */
/*---------------------------------------------------------*/
/* @group corporate_login */

#corporate_login {
	background: #fff url("../images/search_bkgnd.gif") top left no-repeat;
	border: 3px double #6686CC;
    margin: 0 10px;
	padding: 5px;
    }
        
#corporate_login h1 {
	color: #5C79B9;
	font-size: 110%;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	}
        
#corporate_login p {
	color: #6686CC;
	font-size: 90%;
	margin: 0;
	padding: 0;
	}
        
	/* @end */
/*---------------------------------------------------------*/
/* @group content */

#content {
	color: #002577;
	margin: 0 210px 0 0;
	padding: 10px;
	position: relative;
	}
        
#content p {
	line-height: 1.6em;
	margin: 0;
	padding: 4px 0 10px 0;
	}

#content p img {
	border: 1px solid #6686CC;
	float: left;
    margin: 18px 10px 2px 0;
    position: relative;
    }       
        
#content p a {
	border-bottom: 1px solid #01539C;
	color: #01539C;
	margin: 0;
	padding: 0;
    text-decoration: none;
    }
        
#content p a:hover {
	border-bottom: 1px dotted #6686CC;
	color: #6686CC;
    margin: 0;
    padding: 0;
    }
        
#content h1, h2, h3, h4, h5, h6 {
	color: #7F1311;
	font-family: "Times";
	font-weight: bolder;
    margin: 0;
    padding: 5px 0 3px 0;
    }
    
#content h1 {
	border-bottom: 1px solid #7F1311;
	}
	
#content h1 a {
	color: #7F1311;
	font-size: 70%;
	/*margin: 0 0 0 50px;*/
	margin:5px 0 0 0;
	/*text-align: right;*/
	display: block;
	}
	
#content h1 a:hover {
	color: #6686CC;
	}
	
#content h2 {
	color: #002577;
	margin-top: 15px;
	}

#content h2 a{
	color: #002577;
	}
        
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	text-decoration: none;
	}
	
#content h3 a {
	color: #770025;
	}
        
.flash {
	border: 3px double #6686CC;
	margin: 0;
    padding: 0;
    }
    
#content h4 {
	color: #9F2011;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	}

	/* @end */        
/*---------------------------------------------------------*/
/* @group catalog */

.left {
	border-bottom: 1px solid #6686CC;
	text-align: left; 
	}

.left_name {
	border-bottom: 3px double #6686CC;
	text-align: left;
    }
    
.center { 
	border-bottom: 1px solid #6686CC;
	text-align: center; 
	}

.center_name {
	border-bottom: 3px double #6686CC;
	text-align: center;
    }
    
.right { 
	border-bottom: 1px solid #6686CC;
	text-align: right;
    }

.right_name {
	border-bottom: 3px double #6686CC;
	text-align: right;
    }

.right td {
	padding-left: 3px;
	}

.right_noline {
	text-align: right;
	}
        
p.breadcrumbs {
	font-size: 90%;
	}
        
table.product_catalog {
	background: #E6DDC9 url("../images/product_catalog_bkgnd.jpg") top left repeat-x;
	border: 1px solid #C9BC9D;
	margin: -5px 0 20px 0;
	}
	
table.product_catalog td {
	margin: 0;
	padding: 5px;
	vertical-align: top;
	width: 33%;
	}
	
table.product_catalog td a {
	border-bottom: 1px solid #002577;
	color: #002577;
	line-height: 1.5em;
	}
	
.button {
	background: #770025;
	border: 3px double #FFF;
	color: #FFF;
	cursor: pointer;
	font-size: 100%;
	padding: 5px;
	}
	
hr {
	border: none;
	border-bottom: 3px double #002577;
	margin: 20px 0;
	}
	
/* VERSION TWO */
table.productcatalog {
	background: #E6DDC9 url("../images/productcatalogbkgnd.jpg") bottom left repeat-x;
	border: 1px solid #C9BC9D;
	width: 100%;
	}
	
table.productcatalog td {
	padding: 5px;
	vertical-align: top;
	width: 50%;
	}
	
table.productcatalog td img {
	background: #FFF;
	border: 1px solid #002577;
	padding: 1px;
	}
	
p.textright {
	text-align: right;
	}
/* VERSION TWO */

div.even {
	background: #C9BC9D;
	padding: 5px 5px 5px 10px;
	}
	
div.odd {
	background: #E6DDC9;
	padding: 5px 5px 5px 10px;
	}
	
p.img_right img {
	float: right;
	margin: 0;
	padding: 0;
	}
	
p.img_left img {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	}
	
table.series input.button {
	background: #C9BC9D;
	border: 3px double #FFF;
	color: #002577;
	cursor: pointer;
	padding: 2px 5px;
	}

	/* @end */
/*---------------------------------------------------------*/
/* @group series */

.series td {
	padding: 5px;
	}

    /* @end */
/*---------------------------------------------------------*/
/* @group cart */

div.cart_breakline {
	border-bottom: 1px solid #002577;
	}
	
table#order_header {
	width: 98%;
	}
	
table#cart {
	width: 98%;
	}
	
table#cart a {
	color: #002577;
	}

	/*@end */
/*---------------------------------------------------------*/
/* @group footer */

#footer {
	background: #F9F5EC;
	clear: both;
    color: #01539C;
    margin: 0;
    padding: 0;
    text-align: center;
    }
        
#footer p {
	color: #01539C;
	font-size: 90%;
	margin: 0;
	padding: 5px;
	}
        
#footer a {
	color: #01539C;
	margin: 0;
	padding: 0;
	}
        
#footer a:hover {
	color: #000;
	margin: 0;
	padding: 0;
	}
        
.nobr {white-space: nowrap}

	/* @end */
/*---------------------------------------------------------*/