/* *************************** 
  Site - VisualUnity
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	background:#111011 url(../images/foundation/bg_body.png) top repeat-x;
}
#container {
	width:750px;
	margin:0 auto;
	text-align:left;
	color:#595757;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height:212px;
	position:relative;
	width:100%;
	}
#header h1{
	position:absolute;
	top:210px;
	left:0;
	width:143px;
	height:140px;
	}
#header h1 a{
	background:url(../images/foundation/logo-trans.png) no-repeat;
	width:143px;
	height:140px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
}
.topnav{
	position:absolute;
	left:0;
	padding-top:16px;
	width:300px;
	}
.topnav li{
	font-size:35px;
	line-height:1em;
	width:300px;
	}
.topnav li a{
	color:#828282;
	}
.topnav li a:hover,.topnav .selected a{
	color:#ffffff;
	text-decoration:none;
	}
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:100%;
	overflow:hidden;
	padding-top:30px;
    }
#maincontent{
	float:right;
	width:606px;
	padding-top:7px;
	overflow:hidden;
	}
#maincontent h2{
	font-size:56px;
	line-height:1em;
	font-weight:normal;
	}
#maincontent h3{
	font-size:40px;
	line-height:40px;
	font-weight:normal;
	}
#maincontent h4{
	font-size:20px;
	line-height:1em;
	font-weight:normal;
	padding-bottom:12px;
	color:#fff;
	}
#maincontent h5{
	font-size:23px;
	line-height:23px;
	font-weight:normal;
	color:#B5B5B6;
	}
#maincontent h7{
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	color:#595757;
	}
	
#maincontent p{
	font-size:23px;
	line-height:23px;
	padding-bottom:15px;
	}
#maincontent .bigger{
	font-size:25px;
	line-height:25px;
	}
#maincontent .smaller_text{
	font-size:12px;
	line-height:12px;
	}
#maincontent h6{
	color:#ffffff;
	font-size:19px;
	font-weight:normal;
	line-height:19px;
	}
#maincontent .textbox{
	width:450px;
	margin-left:30px;
	}
#maincontent .textbox div{
	color:#ffffff;
	font-size:23px;
	line-height:23px;
	padding-bottom:15px;
	}
#maincontent .section{
	padding-top:20px;
	width:100%;
	}
#maincontent ul li{
	color:#595757;
	line-height:20px;
	font-size:20px;
	}
.box{
	width:100%;
	}
.box img{
	margin-right:5px;
	vertical-align:middle;
	}
.featured_items{
	width:100%;
	background:#fff;
	padding-top:25px;
	}
.featured_list{
	padding-left:30px;
	padding-bottom:40px;
	}
#maincontent .featured_items h3{
	color:#4c4c4c;
	font-size:23px;
	line-height:23px;
	font-weight:normal;
	padding-bottom:40px;
	}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar{
	float:left;
	width:144px;
	padding-top:140px;
	}
#sidebar .subnav{
	padding-left:0px;
	}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	padding-left:143px;
	width:606px;
	overflow:hidden;
	padding-top:10px;
}
#container .home{
	padding:0;
	width:100%;
	}
#footer ul{
	float:left;
	width:400px;
	}
#footer ul li{
	float:left;
	font-size:14px;
	line-height:14px;
	width:58px;
	padding-top:3px;
	}
#footer ul .browse{
	font-size:19px;
	line-height:19px;
	width:95px;
	padding-top:0;
	}
#footer ul li a{
	color:#828282;
	text-decoration:none;
	}
#footer ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	}
#footer .right{
	float:right;
	color:#828282;
	font-size:14px;
	line-height:14px;
	width:160px;
	overflow:hidden;
}
#footer .right span{
	float:left;
	color:#828282;
	padding-top:3px;
	width: 20px;
	}
#footer .right p{
	font-size:14px;
	line-height:14px;
	color:#828282;
	width:140px;
	float:right;
	}
#smallprint {
	width:750px;
	text-align:right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
#smallprint h1 {
	text-align:left;
	color:#1C1B1C;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
