
/* BASE */


body {
	background: #f2eff1;
	margin: 0 auto;
	color: #000;
	line-height: 17px;
	width: 100%;
	font-family: arial;
	font-size: 9pt;
	}

.widthfix {
	width: 800px;
	margin: 0 auto;
	}

#main {
	width: 900px;
	margin: 0 auto;
	background: url(files/mainbg.jpg);
	}
	

#mainmid {
	width: 775.5px;
	margin: 0 auto;
	
	}
	


/* HEADER */

#headerbg{
	height: 100px;
	background-color: #1a1921;
	}

#headercontent{
	background: url(files/headerbg.jpg);
	height: 100px;
}

#logo{
    float:left;
    padding-left: 30px;
    color: #990033;
	}

#menu {
	padding: 77px 30px 0 0;
	color: #fff;
	font-weight: bold;
    float:right;
    font-size: 11px;
	}
	


/* HEADIMG  */

#headimg {
	width: 778px;
	height: 259px; 
	background: url(files/headimg.jpg);
	}	

#headtext {
	padding: 125px 30px 0px 300px;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;
	}

#headtext h1{
	font-family: rockwell;
	display: inline;
	font-size: 25px;
	letter-spacing: -1px;
}


/* PRODUCT SPLASH  */
	
#splash {
	width: 778px;
	height: 151px;
	background: url(files/splash.jpg);
	}
	
#splashtext {
	padding-top: 80px;
	padding-left: 10px;
	line-height: 10px;
	font-size: 10px;
	color: #444;
}

#splash1 {
    float:left;
    width: 140px;
	margin: 0 5px 0 5px;
	}	

#splash2 {
    float:left;
    width: 140px;
	margin: 0 5px 0 5px;
	}		

#splash3 {
    float:left;
    width: 140px;
	margin: 0 5px 0 7px;
	}	
	
#splash4 {
    float:left;
    width: 140px;
	margin: 0 5px 0 8px;
	}	
	
#splash5 {
    float:left;
    width: 140px;
	margin: 0 5px 0 10px;
	}	

#splash H2 {
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 3px;
	font-weight: normal;
	}

#splash a:hover {
	color: #000;
	text-decoration: underline;
}

/* LOWER CONTENT  */
	
#content {
	width: 778px;
	height: 250px;
	background: #f9f9f9 url(files/contentbg.jpg) repeat-x;
	line-height: 14px;
	font-size: 12px;
	color: #666;
	}


#contentright {
    float:left;
    width: 200px;
    margin: 0px 20px 0 10px;
	}	

#contentleft {
    float:left;
    width: 200px;
    margin: 0px 20px 0 10px;
	}

#contentteaser {
    float:right;
    width: 280px;
    margin: 20px 20px 0 10px;
    background: url(files/teaser.jpg);
    height: 150px;
	}
	
#contentteasertext {
	padding-top: 70px;
	text-align: center;
	color: #fff;
	font-size: 11pt;
	
	}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #000;
}

/* FOOTER */

#footerbg{

	background-color: #1a1921;
	}

#footer {
	margin: 0 auto;
	background: url(files/footerbg.jpg);
	height: 100px;
	font-size: 11px;
	color: #fcca00;
	line-height: 12px;
	padding: 10px 0 0 20px;
	}

#footer a{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

#footer a:hover{
	color: #fcca00;
	font-weight: normal;
	text-decoration: underline;
}



/* TEXT */

#menu a{
	text-decoration: none;
	color: #fff;
	}
#menu a:hover {
	color: #ffcc00;
	}
	
a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}

a:hover {
	color: #ff9933;
	}

	
