@charset "utf-8";
/* CSS Document */

/* 
tan background: #e0d6aa
cream background: #fefae8
text color: #3d3d45



*/







body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #e0d6aa;
	color: #3d3d45;
	text-align:center;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
a {
outline:none;
}
	
#wrapper1 {
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	}

#background {
	float:left;
	width:1000px;
	background:url(./images/background_slice.jpg) repeat-y;
	}
	
#wrapper2 {
	font-size:101%;
	text-align:left;
	margin-left:23px;
	}
			
#container1 {
	float:left;
	width: 954px;
	}                  /* holds the header marble and logos */
	
#header {
	float:left;
	background:url(./images/header-marble2.jpg) repeat-x;
	width: 954px;
	}
	
#hotsylogo1 {
	float:left;
	background: url(./images/hotsylogo1.gif) no-repeat right top;
	width: 954px;
	}
	
#container2 {
	float:left;
	width: 954px;
	}					/* holds the main nav bar at the top */
		
#nav {
	background: url(./images/nav-background.gif) repeat-x;
	width: 954px;
	height:43px;
	margin:1px 0 0 0;	
	}
	
#navphone {
	background:url(./images/phone-number.gif) no-repeat right top;
	width: 954px;
	height:43px;
	}
	
#nav .divider {
	float:left;
	background:url(./images/divider.gif) no-repeat;
	height:43px;
	width:11px;
	}
	
#nav a.home {
	float:left;
	background:url(./images/navHome.gif) no-repeat left top;
	height:43px;
	width:47px;	
	overflow:hidden;
	}

#nav a.about {
	float:left;	
	background:url(./images/navAbout.gif) no-repeat left top;
	height:43px;
	width:54px;
	overflow:hidden;
	}
	
#nav a.hotsy {
	float:left;
	background:url(images/navHotsy.gif) no-repeat left top;
	height:43px;
	width:82px;
	overflow:hidden;
	}

#nav a.cuda {
	float:left;
	background:url(./images/navCuda.gif) no-repeat left top;
	height:43px;
	width:79px;
	overflow:hidden;
	}
	
#nav a.gamajet {
	float:left;
	background:url(./images/navGamajet.gif) no-repeat left top;
	height:43px;
	width:95px;
	overflow:hidden;
	}
	
#nav a.testimonials {
	float:left;
	background:url(images/navTestimonials.gif) no-repeat left top;
	height:43px;
	width:68px;
	overflow:hidden;
	}
	
#nav a.contact {
	float:left;
	background:url(./images/navContact.gif) no-repeat left top;
	height:43px;
	width:61px;
	overflow:hidden;
	}
	 
	
#nav a.home:hover, #nav a.home:active,
#nav a.about:hover, #nav a.about:active,
#nav a.hotsy:hover, #nav a.hotsy:active,
#nav a.cuda:hover, #nav a.cuda:active,
#nav a.gamajet:hover, #nav a.gamajet:active,
#nav a.testimonials:hover, #nav a.testimonials:active,
#nav a.contact:hover, #nav a.contact:active {
	background-position:left bottom;
	}
	
body#home #nav a.home,
body#about #nav a.about,
body#hotsy #nav a.hotsy,
body#cuda #nav a.cuda,
body#gamajet #nav a.gamajet,
body#testimonials #nav a.testimonials,
body#contact #nav a.contact {
	background-position:left bottom;
	}
	
	
#container3 {
	float:left;
	width: 954px;
	background:url(./images/side-nav-marble.jpg) repeat-y left top;
	}   /* holds the sidebar background and the sidebar and content divs */

	
	
#sidebar {
	float:left;
	margin: 22px 0 0 0;
	padding: 0 0 0 30px;
	width:270px;
	}
	
#sidebar p {
	padding:0 47px 0 0;
	text-align:center;
	font-size:.65em;
	line-height:1.5em;
	}
	
#sidebar2 p {
	padding:0 47px 0 0;
	text-align:center;
	font-size:.65em;
	line-height:1.5em;
	}
		
#sidebar h1 {
	padding:0 47px 0 0;
	text-align:center;
	font-size:.65em;
	line-height:1.5em;
	}
	
#sidebar2 h1 {
	padding:0 47px 0 0;
	text-align:center;
	font-size:.65em;
	line-height:1.5em;
	}
	
	
#homecontent {
	float:left;
	width:560px;
	margin:22px 15px 22px 10px;
	height:850px; /* 700px without the gamajet button*/
	padding:15px 30px 15px 30px;
	background:#fefae8;
	color:#3d3d45;
	font-size:11px;
	border-top:solid 2px #857141;
	border-bottom:solid 2px #857141;
		}
		
#homecontent h1 {
	font-size:11px;
	line-height:20px;
	}
	
#homecontent h1 a {
	text-decoration:none;
	color:#3d3d45;
	}
	
#homecontent p {
	text-align: justify;
	line-height:20px;
	}
	
#content {
	float:left;
	width:560px;
	min-height:510px;
	margin:22px 15px 22px 10px;
	padding:15px 30px 15px 30px;
	background:#fefae8;
	color:#3d3d45;
	font-size:11px;
	border-top:solid 2px #857141;
	border-bottom:solid 2px #857141;
		}

#content h1 {
	font-size:11px;
	line-height:20px;
	}
	
#content p {
	text-align: justify;
	line-height:20px;
	}
	
#content ul {
	margin-left:30px;
	line-height:17px;
	}
	
#content a:link {
	color:#3d3d45;
	text-decoration:underline;
	}

#content a:visited {
	color:#3d3d45;
	text-decoration:underline;
	}
	
#content a:hover {
	color:#3d3d45;
	text-decoration:underline;
	}	
	
#content a:active {
	color:#3d3d45;
	text-decoration:underline;
	}
		
.gamajetlogo {
	float:right;
	padding:10px 0 10px 0px;
	}
	
.imgleft {
	float:left;
	padding:0 10px 0 0;
	}
	
.imgright {
	float:right;
	padding:0 0 0 30px ;
	}

.mailer {
	float:left;
	padding:0 0 0 -20px ;
	}
	
	
	
#footer {
	float:left;
	background: url(./images/footerbackground.jpg) repeat-x;
	width: 1000px;
	height:87px;
	text-align:center;
	font-size:0.65em;
	color:#e0d6aa;
	line-height:1.5em;
	}
		
#footer a:link {
	color:#e0d6aa;
	text-decoration:none;
	}

#footer a:visited {
	color:#e0d6aa;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#99cc33;
	text-decoration:none;
	}	
	
#footer a:active {
	color:#99cc33;
	text-decoration:none;
	}


