/* -------------- START CSS RESET -------------- */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: normal;
font-style: normal;
vertical-align: baseline;
}


table, caption, tbody, tfoot, thead, tr, th, td{
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

:focus {
outline: 0;
}

ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}

table tr td{
vertical-align:top;
}

caption, th, td {
text-align: left;
font-weight: normal;
}
/* -------------- END CSS RESET -------------- */

html{
background:url(../images/main/htmlbg.jpg) center repeat-y;
}


body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background:url(../images/main/bodybg.jpg) top center no-repeat;
}


#header{
height:110px;
width:970px;
margin:0px auto 0px auto;
}

#header img{
padding:15px 0px 0px 15px;
}

#nav{
height:65px;
margin:0px auto 30px auto;
z-index:1;
position:relative;
top:10px;
}

div#nav #navcontent{
width:970px;
height:60px;
margin:0px auto 0px auto;
}

#container{
width:968px;
margin:0px auto 0px auto;

}

#main div.polaroid{
margin:0px 1px 5px 7px;
width:313px; height:136px; overflow:hidden;
}

#main div.polaroid p{
position:relative; top:101px; font-size:1.1em; letter-spacing:-0.05em; font-weight:bold; color:#FFFFFF; top:-34px;
}

#main div.polaroid p a{
color:#FFFFFF;
text-decoration:none;
}


#content{
width:956px;
}

#content div.col1{
float:left;
width:474px;
}

#content div.col2{
float:right;
width:474px;
}

.halfboxheader{
background:url(../images/main/halfboxheader.png); height:52px; width:474px;
}

.halfboxmain{
background:url(../images/main/halfboxmain.png); width:474px;
}

.halfboxfooter{
background:url(../images/main/halfboxfooter.png); height:17px; width:474px;
}

.halfboxmain p{
padding:10px 15px 10px 15px;
}

span.first{
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size: 2.2em;
line-height: 1em;
margin-right: 0.5em;
margin-bottom:0em;
}

.fullboxheader{
background:url(../images/main/fullboxheader.png); height:52px; width:956px;
}

.fullboxmain{
background:url(../images/main/fullboxmain.png); width:956px;
}

.fullboxfooter{
background:url(../images/main/fullboxfooter.png); height:17px; width:956px;
}

.fullboxmain p{
padding:10px 15px 10px 15px;
}

.fullboxmain ul{
padding-left:60px;
list-style:circle;
}

.fullboxmain ul li{
padding-left:20px;
padding-bottom:5px;
}

div.fullboxmain table.imagetbl tr td{
text-align:center;
padding:0px 10px 0px 10px;
}


.blackbtn{
background:url(../images/main/blackbtn.png) no-repeat; height:28px; width:82px; display:block; text-align:center; text-decoration:none; color:#FFFFFF; font-size:0.8em; font-weight:bold; padding-top:4px; padding-right:15px; float:right; cursor:pointer;
}

.redbtn{
background:url(../images/main/redbtn.png) no-repeat; height:28px; width:82px; display:block; text-align:center; text-decoration:none; color:#FFFFFF; font-size:0.8em; font-weight:bold; padding-top:4px; padding-right:15px; float:right; cursor:pointer;
}

#footer{
padding:20px 0px 20px 0px;
border-bottom:1px solid #989899;
}


.floatleft{
float:left;
}

.floatright{
float:right;
}

.clearfix{
clear:both;
}

.ptop{
padding-top:10px;
}

.pbottom{
padding-bottom:10px;
}

.pleft{
padding-left:10px;
}

.pright{
padding-right:10px;
}

.mtop{
margin-top:10px;
}

.mbottom{
margin-bottom:10px;
}

.mleft{
margin-left:10px;
}

.mright{
margin-right:10px;
}

.debug{
border:1px solid red;
}

.textcenter{
text-align:center;
}

.textright{
text-align:right;
}

.textleft{
text-align:left;
}

.imgcenter{
margin-left:auto; margin-right:auto; display:block;
}

.bold{
font-weight:bold;
}

.show {
display: block;
list-style:none;
}
	
.hide {
display: none;
}

.red{
color:#FF0000;
}
.sexytable{
border: 1px solid #9b9b9b; padding: 15px; background: transparent url(../images/main/fullboxmain.png) repeat scroll 0% 0%; margin:10px auto 20px auto; width: 850px;
}

