@charset "UTF-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, p, blockquote {  
    margin:0px; padding:0px; border:0; 
}

html, body {
	font-family: Helvetica;
	color: #ffffff;
	font-size: 13px;
	font-weight: none; 
	overflow: auto;
	line-height: 20px;
	background: url(Images/Background.jpg) repeat;  
	letter-spacing:0.5px;
	font-weight: 0;
	text-align: none;
	height: 100%;
}

a:link {text-decoration:none;color: #4d4d4d;}
a:visited {text-decoration:none;color: #4d4d4d;}
a:active {text-decoration:none;color: #4d4d4d;}
a:hover {text-decoration:underline;color: #4d4d4d;}

#ContentWrap {
	width: 950px;
	min-height: 100%;
	margin-bottom:100px;
	margin-left:auto;
	margin-right:auto;
}

#ContentMain {
	overflow:auto;
	padding-bottom: 0px;
}

#HeaderBack {
	background: url(Images/HeaderBack.jpg);
	height:119px;
	width:auto;
	
}

#Separator {
	background: url(Images/Separator.png);
	height:2px;
	width:945px;
	margin-left:0px;
	margin-top:30px;
	margin-bottom:10px;
	display:block;
}


#ViewProductsButton {
	background: url(Images/ViewProducts.png);
	margin-left:0px;
	margin-top:0px;
	width: 102px;
	height:34px;
	display:block;
	
}

#ReadMoreButton {
	background: url(Images/ReadMoreButton.png);
	margin-left:0px;
	margin-top:0px;
	width: 102px;
	height:34px;
	display:block;
}


#Logo {
	background: url(Images/Logo.png);
	height:119px;
	width:151px;
	display:block;
	float:left;
}

#WelcomeText {
	background: url(Images/WelcomeText.png);
	height:87px;
	width:303px;
	display: block;
	margin-left: 0px;
	margin-top:00px;
}

#Footer {
	margin-left:auto;
	margin-right:auto;
	background: #fdf1ce;
	color:#4d4d4d;
	font-family: helvetica;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-align:center;
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	margin-bottom:0px;
	clear:both;
	padding-top: 10px;
}
	
#TextBox {
	height:auto;
	width:303px;
	float: left;
	margin-left:-303px;
	margin-top:110px;
}
			
#FlashContent {
	height:auto;
	width:auto;
	float: left;
	margin-left:20px;
	margin-top:20px;
}

form {
padding-top:5px;
text-align: right;
margin-right: 110px;
display: block
}

#HeaderContent {
	width: 950px;
	height: 31px;
	background-image: url(Images/TopSites.png);
	margin-left:auto;
	margin-right:auto;
}

#Header {
	background: url(Images/Header.png) repeat;
	height:24px;
	width: auto;	
}







