/** Global **/
/* technique explained @ http://leftjustified.net/journal/2004/10/19/global-ws-reset/  */
* {
		margin: 0;
		padding: 0;
	}
	h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
	li, dd { margin-left:5%; }
	fieldset { padding: .5em; }

a:focus, a:hover, a:active {

}
/** end global **/

/* setting the base font size to 90% allows even scaling by the user while keeping font-size 'xx-small' legible */
body {
    background:#F6F6F6;
	font-size:90%;
	text-align: center;
}

h2 { font-size: 1.65em; }

/***** Main Divs ******/
#content {
position: relative;
width: 90%;
text-align: center;
margin: 130px auto 0 auto;
padding-bottom: 0;
background: transparent;
}

#wrapper {
position: relative;
width: 750px;
border: none;
font-family: Arial, Helvetica, sans-serif;
margin: 0 auto;
text-align: center;
background: #F6F6F6 url(/images/stripe2.jpg) repeat-y 50% 0px;
padding-bottom: 0;

}

#wrapper:before {
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
	/*this is to fix
	a 'bug' in FF if #wrapper
	doesn't have a border*/
}

#header {
height: 148px;
position: absolute;
top: 0px;
background: #F6F6F6;
width: 100%;
background: transparent url(/images/header2.jpg) 0 0 no-repeat;
}

#main {
padding: 1em 60px;
	/*min height hack courtesy of Dustin Diaz*/
  min-height:370px;
  height:auto !important;
  height:370px;
}
#main p {margin:1.1em 2% .5em 0;}

#main {

width: 95%;
text-align: left;
margin: 0 auto;
margin-top: 10px;
padding: 5px;
/* border-right: #ddd dotted 1px;*/
}

#footer {
clear: both;
text-align: left;
padding: 18px 0 0 45px;
height: 76px;
background: #F6F6F6 url(/images/footer2.jpg) 0 0 no-repeat;
color: #fff;
font-size: .75em;
}
#footer a {
text-decoration: none; 
}
/*** Headlines ****/
h1, h2, h3 {
padding: 0 5px;

margin-bottom: .5em;
}
h3 {margin-bottom: 1em; }
h1 {
color: #000080;
font-size: 1.85em;
}
#main {
font-family: Verdana, sans-serif,Arial, Helvetica;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
}
h1, h2 {
	text-align: center;
	text-transform: capitalize;
	padding: 0;
}


/*** Hacks **/
/* float clearing - technique explained @ http://www.csscreator.com/attributes/containedfloat.php */
#mainContent:after, #mainNav:after {
    content:".";
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
}
li {
margin-bottom: .5em;
font-size: .9em;
}
.nospam { font-size: .8em; font-style: italic; text-align: center; }


#mainContent {
font-family: Verdana, sans-serif,Arial, Helvetica;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
}
h1, h2 {
	text-align: center;
	text-transform: capitalize;
}




#optinBorder {
width: 40%;
border: none;

float: right;
padding: 0;
border: 3px solid #333;
background: #FFFFCC;
}

#optinInner {


font-size: .8em;
padding: 1em;
}
#optinInner form {
width: 80%;
margin: 0 auto;

}



#bullets { margin:0;padding:0;margin-top: 15px;}
#bullets li {
margin:0;padding:0;padding-bottom:10px;margin-left: 20px;
	margin-bottom: .5em;
	list-style-type: none;
	padding-left: 30px;
	background: url(/images/checked_2.jpg) 0 0 no-repeat;
}
#bulletDiv {
width: 55%;
float: left;
}


/*
Extra
*/
.movieGif {
float: right; 
background: #fff; 
border: 1px solid #333;
margin-left: 10px; 
margin-bottom: 5px;
padding: 4px;

}
.movieGifWrap {
background: #fff; 
border: 1px solid #333;
margin-left: 10px; 
margin-bottom: 5px;
}

/*************
img and floats
**********/

.clear {
clear: both;
}

.right {
float: right;
}

.left {
float: left;
}

img.border {
border: 1px solid #333;
padding: 3px;
background: #eee;
margin: 3px;
}

/************
Address
***********/

#address {
margin: 0 auto;
padding: 1em 0;
border-top: 1px #333 solid;
border-bottom: 1px #333 solid;
width: 95%;
text-align: center;
}