/* CSS Document */

body {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/tile_bckgrnd.gif);
	background-repeat:repeat-y;
	}


/* Text Styles, Headers etc */
	
.smalltext {

	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.normal {
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	hover: #000000;
	}

.title {
	font-family: "arial";
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	hover: #000000;
	}


A {
    font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	}

A:visited {
 	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	}

A:active {
 	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	}

A:hover { 
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #db060c;
    text-decoration:underline;
	}

	
H1 {

	font-family: "arial";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	}


H2 {

	font-family: "arial";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	}


H3 {

	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	}


.floatimgleft {
	float: left;
	margin-top:5px;
	margin-left:5px;
	margin-right:15px;
	margin-bottom:10px;
	}

.floatimgright {
	float: right;
	margin-top:5px;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:10px;
	}


/* Layers */


#base {
	position:relative;
	top:10px;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	}
	
	
#header { 
	top:0px;
	width:750px;
	height: 80px;
	padding-top:5px;
	text-align:center;
	z-index:2;
	}


#main { 
	width:750px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	}


#main_text { 
	width:750px;
	background-color:#ffffff;
	z-index:2;
	}


#footer {
	clear:both;
	height: 60px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	z-index:2;
	}
	
#footer A: {
    font-family: "arial";
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	}

#footer A:visited {
 	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	}

#footer A:active {
 	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	}

#footer A:hover { 
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #00ccccc;
    text-decoration:underline;
	}

#title { 
	top:125px;
	width:750px;
	height: 25px;
	text-align:center;
	z-index:2;
	}
	
#navigation { 
	top:135px;
	width:750px;
	height: 25px;
	padding-top:5px;
	border-style:solid;
	border-color: #db060c;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:2px;
	border-bottom-width:1px;
	text-align:right;
	z-index:2;
	}
	
#col_1 {
	float:left;
	width:400px;
	padding: 5px;
	padding-right:2px;
	text-align:left;
	z-index:3;
	}


#col_2 {
	float:left;
	width:300px;
	margin-left:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
	z-index:3;
	}


#col_3 {
	clear:both;
	width:750px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:right;
	z-index:3;
	}

#products {
	float:left;
	width:750px;
	padding: 5px;
	padding-right:2px;
	text-align:left;
	overflow: auto;
	scrollbar-arrow-color: #db060c;
	scrollbar-face-color: #eeeeee;
	scrollbar-darkshadow-color: #0197ca
	z-index:3;
	}
	
#cb_link {
	clear:both;
	height: 25px;
	padding-top:15px;
	text-align:center;
	z-index:2;
	}
