@import url('reset.css');

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: .8em/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    background: #C23C01 url(/images/body-bg.jpg) repeat-x;
}

a {
	color: #C33F05;
	font-size: 1.2em;
    text-decoration: none;
  }
.hometext {
	font-size: 1.2em;
}
  
a:hover {
    text-decoration: underline;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
    font-size: 1em;
    margin-bottom: 15px;
}

table tr td {
	padding: 0 5px 5px;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

h1 { font-size: 3.2em; }

h2 { font-size: 1.9em; }

h3 { font-size: 2.5em; color: #C33F05; }

h4 { font-size: 2em; color: #C33F05; }

	h4 a { color: #000; }
	h4 a:hover { color: #000; }

h5 { font-size: ; }

h6 { font-size: ; }



/* ------------ */
/* -- HEADER -- */
/* ------------ */

#header {
	width: 980px;
	height: 200px;
	margin: 0 auto;
	margin-top: 40px;
	background-color: #FFF;
}

#header-dots {
	width: 980px;
	height: 200px;	
	margin: 0 auto;
	margin-top: 40px;
	background: #FFF url(/images/header-bg.jpg) no-repeat bottom right;
}

.logo {
	position: absolute;
	top: 0px;
	z-index: 1000;
	margin-left: -75px;
	*margin-left: -1075px;
}


/* ----------------------- */
/* -- SITE STRUCTURE ----- */
/* ----------------------- */

#container {
	width: 980px;
	margin: 0 auto;
	
}

/* corrects container background for floating divs in firefox and opera
	 IMPORTANT- do not remove  */

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
#content {
	background: #FFF;
	float: left;
	padding: 20px;
	width: 940px;
}

#content-dots {
	background: #FFF;
	float: left;
	padding: 20px;
	width: 940px;
	background: #FFF url(/images/main-dots.jpg) no-repeat top right;
}

/* ---------------------------- */
/* -- COMMON CUSTOM ELEMENTS -- */
/* ---------------------------- */

.spacer {
	margin-bottom: 15px;
}
	
.clear { clear: both; }
.floatright { float: right; }
.floatleft { float: left; }
	
label { width: 200px; }
label.error { color: #990000; vertical-align: top; }	

.columns {
   float: left;
}

   .columns .column {
	   float: left;
       margin-right: 10px;
   }

   .columns .last-column {
	float: left;
   }

.padding-left-10 {
		padding-left: 10px;
}
.padding-left-20 {
		padding-left: 20px;
}
.padding-left-30 {
		padding-left: 30px;
}	
.padding-left-45 {
		padding-left: 45px;
}	
.width-600 {
		width: 600px;
}	
.width-400 {
		width: 400px;
}	
.width-300 {
		width: 300px;
}
.width-200 {
		width: 200px;
}
.vertical-align {
	vertical-align: center;
}
.underline-dots {
	background: url(/images/underline-dots.jpg) no-repeat top left;
}
.underline-dots-large {
	background: url(/images/underline-dots-large.jpg) no-repeat bottom left;
}
.align-center {
	text-align: center;
}
.prices {
	font-size: 1.2em;
}

/* ----------------- */
/* -- PRIMARY-NAV -- */
/* ----------------- */

.primary-nav {
	width: 983px;
	_width: 975px;
	height: 60px;
	float: left;
	background: #000 url(/images/primary-nav-bg.jpg) no-repeat top center;
}
	
	.primary-nav ul li {
		float: right;
		padding: 1px 5px;
		}
		
		.primary-nav ul li a {
			float: left;
			padding-top: 20px;
			font-size: 1em;
			color: #fff;
		}
				
		
/* ----------------------- */
/* -- CONTENT------------- */
/* ----------------------- */		

.main-video {
	padding: 0 0 40px 70px;
	_padding: 0 0 0 0;
	margin-top: -105px;
	_position: relative;
	_top: 0px;
	_left: 10px;
}

/* ------------ */
/* -- FOOTER -- */
/* ------------ */

#footer {
	width: 940px;
	height: 142px;
	padding: 20px 20px 0;
	margin: 0 auto 30px;
	background: #FFF url(/images/footer-bg.jpg) no-repeat;
}

	
.boldertext {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.width-675 {
	width: 675px;
}
.underline-dots-large2 {
	background: url(/images/underline-dots-large2.jpg) no-repeat left bottom;
}
