/* www.tanyajharding.com */


/* Main */
html, body {
font-size: 12px; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
background: #010101 url(images/bg.jpg) top center no-repeat fixed;
color: #999999;
margin: 0;
padding: 0;
}

h1, h2, h3 {
font-weight: normal;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
color: #FFFFFF;
}

h3 {
font-size: 14px;
margin: 0 0 2px 0;
padding: 0;
color: #FFFFFF;
}

p {
margin: 0 0 10px 0;
}

a:link, a:visited {
color: #999999;
text-decoration: none;
}

a:hover {
color: #CCCC66;
}

a {
outline: none;
}

img {
border: none;
}

#wrapper {
width: 975px;
margin: 0px auto;
}

.floatright { float: right; margin: 5;}
.floatright { float: right; margin: 5 }
.floatclear { clear: both; }

.caption {
font-size: .8em;
}

/* end Main */




/* begin Header */
#header {
width: 960px;
margin: 0 0 35px 5px;
padding: 35px 0 0 0;
height: 95px;
background: url(images/dash.png) bottom left no-repeat;
float: left;
}

#header a:link, #header a:visited {
color: #999999;
}

#header a:hover {
color: #666666;
}

#headleft {
width: 480px;
float: left;
background: url(images/logo.png) top left no-repeat;
padding: 32px 0 0 0;
color: #999999;
}

#headleft p {
margin: 0;
}

#tagline {
color: #666666;
font-size: 11px;
}

#headright {
width: 480px;
float: left;
background: url(images/brackets.png) top right no-repeat;
}

#headright ul {
list-style: none;
margin: 2px 0 0 32px;
padding: 0;
}

#headright li {
width: 100px;
float: left;
margin: 0 12px 0 0;
}

.pagetext {
font-size: 11px;

}

ol {
  margin: 0;
  padding: 0;
}
 
.col1 {margin-left: 3em;}
 
.col2 {margin-left: 13em;}
 
.col3 {margin-left: 23em;}
 
.coltopper {margin-top: -6.5em;}

/* end site header */

/* begin themes */
#themes {
width: 975px;
float: left;
}

* + html #themes {
padding: 0 0 35px 0;
}

.themeblock {
width: 310px;
float: left;
margin: 0 10px 35px 5px;
}

.themedets {
width: 300px;
height: 55px;
background: url(images/themedets.png) top left no-repeat;
margin: 10px 0 0 0;
padding: 0 0 0 10px;
}

.themedets h3 {
color: #FFFFFF;
margin: 0 0 4px 0;
padding: 11px 0 0 0;
}

.themedets a:link, .themedets a:visited {
color: #999999;
}

.themedets a:hover {
color: #FFFFFF;
}

.dets {
width: 300px;
float: left;
}

.price {
width: 52px;
height: 33px;
float: right;
margin: 11px 10px 0 0;
}

.unlimitedprice {
width: 73px;
height: 33px;
float: right;
margin: 11px 10px 0 0;
}
/* end themes */

/* begin footer */
#footer{
width: 960px;
margin: 0 0 35px 5px;
padding: 32px 0 45px 0;
background: url(images/dash.png) top left no-repeat;
float: left;
text-align: center;
color: #999999;
}

#footer p {
margin: 0;
}

#footertext {
color: #666666;
font-size: 11px;
}
/* end footer */