
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 147%;
}
body {
	margin: 0 auto;
	background:#fefefe url(../images/bg.gif) repeat-x scroll 0 0;
}


#breadcrumbs {
	width: 860px;
	float: left;
	font-size: 10px;
    color: #999999;
	margin-bottom:10px;
}

#breadcrumbs a {
	color: #999999;
	text-decoration: none;
}  
.alert{
	color:#F00;
	text-align:center;
	background-color:#FFF9F9;
	
}

/* LAYOUT */
#container {
	width: 860px;
	margin: 0 auto;   
	background: #FEFEFE url(../images/bg_plain.gif) repeat-x scroll 0 0 ;
	overflow: hidden;   
		
}

#top {
    height: 110px;
			
}

#logo {
	height: 90px;
	float: left;
	width: 90px;
	padding-top: 15px;
	}

#logo img {
	
}

#header {
	height: 100%;
	width: 860px;
	float:left;
	
}


#content {
	width: 860px;
	clear: left;
	margin-top: 20px;
	float: left;     

	
}

.border {
background:transparent url(../images/border.gif) repeat-x scroll 0 0;
height:1px;
width:100%;
}

#contentmain {
	width: 645px;
}

div.tabContainer div.tab { display: none; }
div.tabContainer { clear: both; float: left; width:100%;}
div.tabContainer div.current { display: block; text-align: left; width: 860px; }


#shadow{
	height:40px;
	background-image:url("../images/shadow.jpg");
	background-repeat:no-repeat;
	clear:left;
	}

#shadow_s{
	height:16px;
	background-image:url("../images/shadow_s.jpg");
	background-repeat:no-repeat;
	clear:left;
	}

#shadow_m{
	height:18px;
	background-image:url("../images/shadow_m.jpg");
	background-repeat:no-repeat;
	clear:left;
	}

#home #content #contentmain{
	width:100%;
}

#products #content{
	padding:10px;
	width:840px;
}


h1 {
	color:#ee0101;
	font-size:18px;
	line-height:147%;
	text-shadow:text-shadow:0 0 1px #f9f9f9;
	
}

h2   {
    color: #666666;
	font-weight: normal;
	font-size: 24px;
	text-transform: none;
	margin:0;
	padding:0;  
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 30px;
	text-shadow:0 0 1px #f9f9f9;
}


h3   {
	color: #be2b2b;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}

small{
	font-size:10px;
	line-height:12px;
}

/* GENERAL TAGS */
a {
	color: #ee0101;
	text-decoration: none;
	font-weight:bold
}

a:hover, a:visited {
	
	text-decoration: none;
	font-weight:bold;
}

img {
	border: none;
}



/* FOOTER MENU */
#footer {
clear:left;
float:left;
font-size:10px;
height:60px;
margin-top:30px;
padding-bottom:10px;
width:860px;
}



#credits {
	color:#666666;
float:left;
margin-left:20px;
margin-top:25px;
width:400px;
font-weight:bold;
}
#credits a{
	color:#666666;
}
#credits a:hover{
	color:#EE0101;
}

#footermenu{
	color:#666666;
	text-align:right;
	
	margin-top:25px;
	width:300px;
}

#footerlogo{
	background-image:url("../images/cc_footerlogo.png");
	height:49px;
	width:50px;
	margin-top:10px;
	float:left
}


/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#F00;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { margin:0; width:110px; display:block; padding:10px 0; text-transform:capitalize; float:left;}
#contactform label span { color:#F00;}
#contactform input.text { width:380px; border:1px solid #dcdcdc; margin:10px 0; padding:5px 2px; height:16px; background:#f0f0f0; float:left;}
#contactform textarea { height:300px; width:380px; border:1px solid #dcdcdc; margin:10px 0; padding:2px; background:#f0f0f0; float:left;}
#contactform li.buttons input { margin:0; border:0; color:#FFF; float:left;}
p.response { text-align:center; color:#666666; font: normal 11px  Georgia, "Times New Roman", Times, serif; line-height:1.8em; width:auto;}

#contactform .submit{
	background-image:url("../images/button/send.gif");
	height:21px;
width:100px;
	
}