/* @override 
	http://localhost/thinkbigcreative/css/main.css
*/

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;

}
img {
	border: none;
}

p {
	color: rgba(0,0,0,0.8);
	font-size: 13px;
	line-height: 1.5em;
	padding-left: 45px;
	padding-right: 45px;

}
h1 {
	color: #f26532;
	text-align: center;
	font-size: 24px;
}
h2 {
	color: #002c62;
	text-align: center;
	height: 25px;
	font-size: 18px;
	width: 1000px;
	padding: 0 0 0 0;
	margin: 0;
	margin-bottom: 12px;

}
h3 {
	padding-left: 45px;
	color: #002c62;
	font: bold 1.8em/0 Arial;
	height: 0px;
}
h4 {
	padding-left: 45px;
	color: #f26532;
	font: bold 1.8em/0px Arial;
	height: 0px;

}
h5 {
	color: #002c62;
	font: bold 18px/0px Arial;
	padding-left: 45px;
	padding-right: 45px;

}
h6 {
	color: #f26532;
	font: bold 18px/0px Arial;
	padding-left: 45px;
	padding-right: 45px;
	height: 0px;

}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	display: table;
	background: #FFF 50% 0;

}
#promo-ads{
	width: 100%;
	float: left;
	
}
.promo-ad{
	background: gray;
	width: 333px;
	height: 200px;
	float: left;
	
}

/* Main Navigation */
#main-nav {
	float: left;
	padding: 22px 0 0 50px;
}
#nav {
	line-height: 20px;
}
#nav ul {
	margin: 0 auto;
	padding: 0;
	
}
#nav ul li {
	
	list-style-type: none;
	display: inline;
	text-align: center;
	font-size: 0.9em;
	
}
#nav ul li a {
	padding: 7px 17px;
	text-decoration: none;
	color: #666;
	border-left: solid 1px white;
}
#nav ul li a.first {
	border: none;
}
#nav ul li a:hover, #nav ul li a.on {
	color: #f26532;
	
}


/* Sub Navigation */
#sub-nav {
	line-height: 20px;
	
	margin: 0 auto 1em;
	clear: both;
	width: 100%;
	text-align: center;
}
#sub-nav ul {
	margin: 0;
	padding: 0;
	
}
#sub-nav ul li {
	list-style-type: none;
	display: inline;
	text-align: center;
	font-size: 0.9em;
	
}
#sub-nav ul li a {
	padding: 0px 17px;
	text-decoration: none;
	color: #002c62;
	border-left: solid 1px #666;
	font-weight: bold;
}
#sub-nav ul li a.first {
	border: none;
}
#sub-nav ul li a:hover, #sub-nav ul li a.on {
	color: #f26532;
	
}


.box { 
  background: #f1f1f1; 
}
.boxtop { 
  background: url(../images/ne.gif) no-repeat right; 
}
.boxtop div { 
  font-size: 0;
  height: 5px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 5px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 5px 0px 5px;
}


#category-list {
	clear: left;
	width: 240px;
	float: left;
	padding:  30px 0 30px 10px;
}
#category-list ul {
	margin: 10px;
	padding: 0;
}
#category-list ul li {
	font-size: 0.8em;
	list-style-type: none;
	margin: 5px;
	padding: 0;
}	
#category-list ul li a {
	font-size: 0.8em;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	height: 10px;
}
#category-list h3 {
	font-size: 0.9em;
	color: #666;
	margin: 0px

}
#main-content {
	float: left;
	width: 100%;
	background: white;	
}

#feature {
	width: 100%;
	height: 401px;
	float: left;
	padding: 50px 0 30px 0;
	background-color: white;
	
}
#footer {
	display: inline-block;	
	border-top: 3px solid #0f3d7b;
	width: 1000px;
	
}
#credit {
	float: right;
	padding: 5px 0px;
	padding-top: 10px;
	
}
#copyright {
	float: left;
	padding: 10px 0 0 0;
	font-size:0.7em

}
#copyright .light {
	color: #999;
	font-style: italic;

}
#header {
	float: left;
	width: 100%;
	
}
#logo {
	float: left;
	padding: 0;

}
a.orange:hover {
	color: #fff;
}
#column1 {
	padding: 50px 0 0px 0;
	width: 376px;
	height: 401px;
	float: left;
	background-color: white;
}
#column2 {
	padding: 50px 0 30px 00px;
	width: 624px;
	float: right;
	background: url(../images/orange_border.png) no-repeat 0 50px;

}
#innercontainer{
	height: 401px;
	position:absolute; 
	top:50%; 
	margin-top:-200px;
	padding-top: 30px

}
#outercontainer{
	height: 401px;
	position: relative;

}
/* slider */
#controller { display: none }
#slideshow {
	margin: 0;
	padding: 0;
	list-style: none;	
	overflow: hidden
}

.direction { 
	position: absolute;
	z-index: 100;
	top: 5px; left: 10px;
	margin: 0;
	width: 850px;
	text-align: right 
}
.prev { float: left }
.direction span:hover { cursor: pointer }

