* 
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

body
{
    background: #9ab0bd url(images/backtop.png) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}

#wrap
{
	width: 935px;
	min-height: 100%;
	margin: auto;
	margin-bottom: -75px;
	position: relative;
}

#topwrap
{
	padding-top: 20px;
}

#top
{
	background: #ffffff;
	height: 142px;
	width: 935px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 5px #333333;
	-moz-box-shadow: 2px 2px 5px #333333;
	-webkit-box-shadow: 2px 2px 5px #333333;
}

#logo
{
	float: left;
    width: 266px;
	height: 124px;
	padding: 10px;
}

#nav
{
	float: right;
	width: 649px;
	height: 142px;
}

#search
{
	float: right;
	padding-top: 30px;
	padding-right: 30px;
    position: relative;
    z-index: 2;
}

#tabcontain
{
	width: 649px;
	height: 142px;
	position: absolute;
    z-index: 1;
}

#tabs
{
	width: 629px;
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	padding-left: 20px;
}

.tab
{
	display: inline;
	background: #9ab0bd url(images/tabback.png) repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#275671), to(#9db2bf));
	float: left;
	padding: 10px 15px;
	margin-right: 5px;
	border-radius-top-left-radius: 10px;
	border-radius-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	box-shadow:2px 0px 4px #333333;
	-moz-box-shadow:2px 0px 4px #333333;
	-webkit-box-shadow:2px 0px 4px #333333;
}

.tab a
{
	color: #ffffff;
	text-decoration: none;
}

.tab:hover
{
	background: #275671;
    cursor: pointer;
}

body#home .tab#homenav,
body#reviews .tab#reviewsnav,
body#review .tab#reviewsnav,
body#teens .tab#teensnav,
body#links .tab#linknav,
body#soon .tab#soonnav
{
	background: #92DF90 url(images/hereback.png) repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00AF00), to(#92DF90));
}

#container
{
	padding-bottom: 75px;
}

#main
{
	background: #ffffff;
	color: #275671;
	width: 935px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 5px #333333;
	-moz-box-shadow: 2px 2px 5px #333333;
	-webkit-box-shadow: 2px 2px 5px #333333;
	margin-top: 20px;
}

.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
.clearfix 
{
	display: inline-block;
}

* html .clearfix 
{ 
	height: 1%;
}

.clearfix 
{
	display: block;
}
	
#title
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	text-align: left;
	font-size: 36px;
}

#content
{
	font-size: 18px;
	line-height: 1.5;
	padding: 45px;
	padding-top: 15px;
	padding-bottom: 30px;
}

#content a:link, #content a:active, #content a:visited
{
	color: #275671;
	text-decoration: underline;
}
#content a:hover
{ 
	color: #9ab0bd;
	text-decoration: underline; 
}

#footer
{
	width: 100%;
	height: 75px;
	position: relative;
	background: url(images/backbottom.png) repeat-x;
}

#footer_content
{
	width: 935px;
	height: 75px;
	margin: auto;
}

#footer_content p
{
	color: #ffffff;
	text-align: center;
	padding-top: 35px;
}

#footer_content a:link, #footer_content a:active, #footer_content a:visited
{
	color: #ffffff;
	text-decoration: underline;
}
#footer_content a:hover
{ 
	color: #9db2bf;
	text-decoration: underline; 
}

.horizline
{
	width: 100%;
	height: 2px;
}
