@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
	color: #000000;
	background-color: #346061;
} 

.oneColFixCtrHdr #container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #346061;
	height: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-color: #346061;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bolder;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#prodLeft {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: right;
	text-align: center;
	font-weight: bolder;
}
.comin_to {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #AC0902;
}
.redComing {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #AF0100;
	letter-spacing: 0.5em;
	text-align: center;
	line-height: 1;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-color: #223F40;
	text-align: center;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
#productsholder {
	position: static;
	top: 770px;
}

#navTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #333;
	text-align: center;
	vertical-align: middle;
	width: 780px;
	color: #FFF;
}
#menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #000;
}
	
#menu a {
color:white;
text-decoration:none;
}

#nav a:active {
color:red;
}


#menu a:link {
	color: white;
}



#menu a:visited {
	color:#FFF
	
}

#menu a:hover {
	color:#C00		
}


.smallfooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 115%;
	font-weight: normal;
	color: #FFF;
}
#home #mainContent table tr td #centerTable {
	border: medium solid #932C00;
}
#home #mainContent table tr td #centerTable {
	background-color: #932C00;
}
#footerhome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #DEEDED;
	text-align: center;
	vertical-align: middle;
	clear: both;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	min-width: 500px;
}
