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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* START LDA */
p{
	padding-bottom: 15px;
}

p.lead{
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:700;
	text-align:justify;
}
	
body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	line-height:18px;
	font-size:12px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}

h1{
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color: #be1e2d;
	font-size:19px;
	padding-top:0px;
	padding-bottom: 6px;
	font-weight:500;
	text-transform:uppercase;
	line-height:20px;
	}

h1 A:link {
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color: #be1e2d;
	font-size:19px;
	padding-top:0px;
	padding-bottom: 6px;
	font-weight:500;
	text-transform:uppercase;
	line-height:20px;
	text-decoration:none;
	}


h1 A:visited {
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color: #be1e2d;
	font-size:19px;
	padding-top:0px;
	padding-bottom: 6px;
	font-weight:500;
	text-transform:uppercase;
	line-height:20px;
	}


h1 A:hover {
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color: #be1e2d;
	font-size:19px;
	padding-top:0px;
	padding-bottom: 6px;
	font-weight:500;
	text-transform:uppercase;
	line-height:20px;
	}


h2{
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color: #be1e2d;
	font-size:19px;
	padding-top:0px;
	padding-bottom: 6px;
	font-weight:500;
	text-transform:uppercase;
	line-height:20px;
	margin-top: 20px;
}

h3{
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color: #006838;
	font-size:19px;
	padding-top:0px;
	padding-bottom: 6px;
	font-weight:500;
	text-transform:uppercase;
	line-height:20px;
	margin-top: 20px;
}

h4{
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color: #007aad;
	font-size:19px;
	padding-top:0px;
	padding-bottom: 6px;
	font-weight:500;
	text-transform:uppercase;
	line-height:20px;
	margin-top: 20px;
}

strong{
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color: #C00;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#container{
	width:952px;
	margin-right:auto;
	margin-left:auto;
}

#logo{
	width: 950px;
	height:160px;
	padding-top:10px;
	border-top:#f6921e solid 8px;
	background-image:url(../images/logo_bg.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}

.logo_left {float:left; margin-left:5px;}

.logo_right {float:right; margin-right:15px;}

#nav{
	width: 950px;
	text-align:center;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-top:30px;
	padding-bottom: 30px;
}

#nav A:link {
	color: #000;
	text-decoration: none;
	padding: 8px 14px 6px 14px;
	font-weight:bold;
}

#nav A:visited {
	color: #000;
	text-decoration: none;
	padding: 8px 14px 6px 14px;
	font-weight:bold;
}

#nav A:hover {
	text-decoration: none;
	background-color:#f6921e;
	color: #fff;
	padding: 8px 14px 6px 14px;
	font-weight:bold;
}

#nav A:link#current {
	text-decoration: none;
	background-color:#f6921e;
	font-weight:bold;
	color: #fff;
	padding: 8px 14px 6px 14px;
}

#nav A:visited#current {
	text-decoration: none;
	background-color:#f6921e;
	font-weight:bold;
	color: #fff;
	padding: 8px 14px 6px 14px;
}

#content{
	width:910px;
	background-color:#FFF;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:20px;
	border:#ccc 1px solid;
}

#content ul{
	margin-bottom:20px;
}

#content li{
	line-height:20px;
	margin-left: 40px;
	color:#333;
	list-style:square;
}

.boxes{
	float:right;
	margin-left:15px;
	margin-bottom: 10px;
}

#footer{
	width:910px;
	padding-left: 20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:80px;
	margin-top:70px;
	text-align:left;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	background-color:#FFF;
	border-top:#f6921e solid 8px;
	border-left:#ccc 1px solid;
	border-right:#CCC 1px solid;
}

#footer A:link {
	font-size:12px;
	color:#6d6e71;
	text-decoration: none;
	padding-left: 5px;
}

#footer A:visited {
	color:#6d6e71;
	text-decoration: none;
	padding-left: 5px;
}

#footer A:hover {
	text-decoration: none;
	color: #333;
	padding-left: 5px;
}

p.phone{
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color: #f6921e;
	font-size:40px;
	font-weight:400;
	text-align:justify;
	margin-top:20px;
}

.product{
	float:left;
	margin-left:25px;
	margin-bottom: 20px;
	margin-top:10px;
	padding: 3px;
	border:#f6921e solid 1px;
}


/* contact forms */
div.form-container { margin: 10px; padding: 5px; background-color: #fff; width:630px; float:left; clear:both;}

p.legend { margin-bottom: 1em; }
p.legend em { color: #666; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #666; }
div.form-container form fieldset { margin: 10px 0; padding: 10px;  }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #ebebeb; border-color: #ebebeb; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }



/* pricing tables */
#ver-zebra{
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 45px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
	background-color:#999;
}

#ver-zebra A:link {
	color:#fff;
	text-decoration: none;
}

#ver-zebra A:visited {
	color:#fff;
	text-decoration: none;
}

#ver-zebra A:hover {
	text-decoration: underline;
	color: #fff;
}

#ver-zebra th{
	font-size: 15px;
	font-weight: normal;
	padding: 12px 15px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	color: #FFF;
	text-transform:uppercase;
	font-weight:700;
	width: 240px;
	text-align:center;
}

#ver-zebra td{
	padding: 8px 15px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	color: #fff;
}

.vzebra-odd{
	background-color: #999;
}

.vzebra-even{
	background-color: #a7a7a7;
}

#ver-zebra #vzebra-adventure{
	background-color: #006838;
	border-bottom: 5px solid #fff;
}

#ver-zebra #vzebra-action{
	background-color: #007aad;
	border-bottom: 5px solid #fff;
}

#ver-zebra #vzebra-comedy{
	background-color: #be1e2d;
	border-bottom: 5px solid #fff;
}



/* thre column lists */
#content dl {
  clear:both;
  width:728px;
  height:8em;
  margin:2em auto;}
#content dt {
  margin-bottom:1em; 
  font-weight:bold;}
#content dd {
  width:33%; 
  float:left; 
  margin:0;}

#content ol.first {
  counter-reset:item 0;}
#content ol.second {
  counter-reset:item 5;}
#content ol.third {
  counter-reset:item 9;}

#content ol li {
  display: block;}
#content ol li:before {
  content: counter(item) ". "; 
  counter-increment: item 1;}
