/* 

	Allkotes basic styles

*/

body{
	margin:0;
	padding:0;
	
	height:100%;
	
	background-color:#303838;
	/*
	background-image:url(../gfx/biglogo-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	
	background-image:url(../gfx/bgBox.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

h1{
	font-size:18px;
	color:#FF3300;
	font-weight:normal;
	margin-top:0;
	padding-top:0;
}

h2{
	font-size:12px;
	}

h3 {
	font-size: 19px;
	color: red;
	font-weight: bold;
	margin-top:0;
	padding-top:0;
	font-style: italic;
	width: 100%;
	text-align: center;
}

#tagline {
	margin-top: 25px;
	text-align: center;
	
}

a{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.orange{
	color:#FF3300;
}

.orangeTitleLink{
	color:#FF3300;
	text-decoration:none;
	font-size:18px;
}
	

.intLine{
	width:100%;
	border-top: solid 1px #363C3C;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	}
	
#floatAll{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#202626;
}	

#logo{
	margin-left:10px;
	padding-top:30px;
	width:780px;
}

#logoIndex{
	height:100px;
}

#menu{
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;	
	margin-right: 10px;
	padding-bottom:10px;
	padding-left: 10px;
	border-bottom:#363C3C 1px solid;
	text-align: center;
}

	#menu a{
		font-size:17px;
		font-weight:bold;
		margin-right:13px;
		text-decoration:none;
	}
	
	#menu a:hover{
		font-size:17px;
		font-weight:bold;
		color:#FF3300;
		margin-right:13px;
		text-decoration:none;
	}
	
	#menu .selected{
		color:#FF3300;
	}

#breadcrums{
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	width:780px;
	font-size:12px;
	color:#666D6D;
}
	#breadcrums a{
		font-size:12px;
		color:#666D6D;
		text-decoration:none;
	}
	#breadcrums a:hover{
		font-size:12px;
		color:#666D6D;
		text-decoration:underline;
	}

#cContainerIndex{
	margin-left:10px;
	width:780px;
	margin-bottom:20px;
	padding-bottom:30px;
	text-align:center;
}

#cContainer{
	margin-left:10px;
	width:780px;
	margin-bottom:20px;
	padding-bottom:20px;
}
	#c01{
		width:230px;
		float:left;
	}
		#c01 .c01MenuItem{
			font-size:18px;
			color:#FF3300;
			text-decoration:none;
			
		}
		#c01 .c01MenuItem:hover{
			font-size:18px;
			color:#FFFFFF;
			text-decoration:none;
			
		}
		#c01 .c01MenuItem2{
			font-size:18px;
			color:#FFFFFF;
			text-decoration:none;
		}
	
	#c02{
		width:520px;
		padding-left:20px;
		float:right;
		border-left:#363C3C 1px solid;
	}
		#singleColumText{
			width:338px;
		}
	

	#c03{width:245px; float:left;}
	#c04{width:245px; float:left;}
	#c05{width:245px; float:left;}
	#c06{
		width:505px;
		padding-left:20px;
		float:right;
		border-left:#363C3C 1px solid;
	}
	
	.productTable{margin-top:10px;}
	
	#secretHightDiv{height:310px; width:1px;}