/* CSS Document */


/***********************************
 ----- Reset -----
***********************************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td, form, input {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}


/***********************************
 ----- PNG Fix -----
***********************************/

img, div {
	behavior: url(http://www.justin-johnson.com/dev/scripts/pngfix/iepngfix.htc);
}


/***********************************
 ----- Shared -----
***********************************/

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #fdfdfd url(../images/sub-bg.jpg) left top fixed no-repeat;
	color: #8b8b8b;
}

a:link, a:active, a:visited { color: #6393ab; text-decoration: underline; }
a:hover { color: #6393ab; text-decoration: none;}

p {
	margin-bottom: 15px;
	line-height: 18px;
}

p.soon {font-size: 15px; font-weight: 400; color: #9a9a9a;}

p.referral {
	width: 240px;
	margin: 20px auto;
}

h1 {  }
h2 { font-size: 18px; font-weight: bold; color: #0073ae; }
h3 { font-size: 14px; font-weight: normal; color: #9a9a9a; }
h4 { font-size: 10px; font-weight: bold; color: #787878;}
h5 { font-size: 11px; font-weight: normal; color: #9a9a9a;}
h6 { font-size: 14px; font-weight: normal; text-decoration: underline; color: #7ac142; padding-bottom: 8px;}

.hidden {
	display: none;
}

.left {
	float: left;
}

.clear {
	clear: both;
}


/***********************************
 ----- Header -----
***********************************/

#HeaderWrap {
	width: 100%;
	height: 148px;
	background: url(../images/header-bg.png) left top repeat-x;
}

#Header {
	margin: 0 auto;
	width: 1000px;
	height: 115px;
	padding-top: 33px;
	background: url(../images/header-shadow.png) left top repeat-x;
}

#Logo {
	float: left;
}

#Nav { height: 30px; float: right; list-style: none; margin-top: 52px; }
#Nav li { padding: 0 1px; float: left; }
#Nav li a { height: 20px; display: block; color: #0073ae; padding: 10px 18px 0 18px; text-decoration: none; }
#Nav li a:hover { color: #014f5b; text-decoration: none; }

#Design #Nav li.design a,
#Video #Nav li.video a,
#About #Nav li.about a,
#FAQ #Nav li.faq a,
#Contact #Nav li.contact a, 
#Wordpress #Nav li.blog a{ background: url(../images/link-bg.gif) left bottom repeat-x; }

#Design #Nav li.design,
#Video #Nav li.video,
#About #Nav li.about,
#FAQ #Nav li.faq,
#Contact #Nav li.contact,
#Wordpress #Nav li.blog { background: url(../images/link-edges.gif) left bottom repeat-x; }


/***********************************
 ----- Body -----
***********************************/

#Content {
	width: 900px;
	min-height: 400px;
	margin: 0 auto;
	padding: 15px 40px 50px 60px;
}


/***********************************
 ----- Home -----
***********************************/

#Home {
	background: url(../images/home-bg.jpg) top repeat-x;
}


/***********************************
 ----- Design -----
***********************************/

#Featured {
	float: left;
	margin-bottom: 35px;
}

#Featured p,
#Featured h3 {
	margin-bottom: 15px;
	line-height: 18px;
}

#FeatDetail {
	width: 284px;
	padding-right: 50px;
	float: left;
}

#FeatDetail img {
	margin-right: 10px;
}

#FeatDisplay {
	width: 566px;
	float: right;
}

#Carousel {
    width: 496px;
    height: 345px;
    float: left;
    border: 6px solid #fff;
	position: relative;
	visibility: hidden;
	left: -5000px;
}

.prev,
.next {
	float: left;
	margin-top: 138px;
}

#Gallery {
	margin: 22px 0 50px 0;
	clear: both;
	float: left;
}

.project {
	float: left;
	width: 170px;
	margin: 0 16px 36px 0;
}

.end {
	width: 150px;
	margin: 0 0 36px 0;
}

.project a {
	display: block;
	float: left;
	border: 6px solid #bababa;
	margin-bottom: 3px;
}

.project a:hover {
	border-color: #fbfbfb;
}


.project a.active {
	border-color: #5b5b5b;
}

.project h4 {
	margin: 6px 0 0 1px;
	clear: both;
}

.project h5 {
	margin-left: 1px;
}


/***********************************
 ----- FAQ -----
***********************************/

#FAQ h6 {text-decoration: none;}
#FAQ h2 {margin-bottom: 15px;}
#FAQ h3 {font-size: 14px; color: #5b982b;}

/***********************************
 ----- Video -----
***********************************/

#SSP {
	margin: 15px 0;
	text-align: center;
	padding: 15px;
}


/***********************************
 ----- About -----
***********************************/

#About h2 {
	margin-bottom: 15px;
}

#About h3 {
	font-size: 14px;
	color: #5b982b;
}

.sidebar {
	float: right;
	width: 270px;
	background-color: #fcfcfc;
	margin-left: 85px;
	padding: 40px 40px;
}

.sidebar .border {
	border: 6px solid #e2e1e1;
	margin-left: 15px;
}

.quote {
	margin: 20px 15px 50px 15px;
}
	
.quote p {
	font-size: 11px;
	line-height: 16px;
}

.author {
	text-align: right;
}

#Team {
	border: 3px solid #e2e1e1;
	background-color: #0073af;
	width: 214px;
	padding: 25px;
	color: #fff;
}

#Team h2 {
	color: #fff;
}

#Team ul {
	list-style: none;
	line-height: 18px;
}

#Team ul ul li {
	margin-left: 20px;
}


/***********************************
 ----- Wordpress -----
***********************************/


#Wordpress .wordwrap {
	width: 920px;
	min-height: 400px;
	padding: 15px 0 50px 0;
	margin: 0 auto;
	position: relative;
	left: 30px;
}

#Wordpress #content {
	width: 690px;
	float: left;
	padding-right: 70px;
}

#Wordpress #sidebar {
	width: 160px;
	float: right;
}

#Wordpress #sidebar ul{
	list-style: none;
}

#Wordpress #sidebar li a{
	list-style: none;
	line-height: 20px;
	color: #8b8b8b;
}

#Wordpress #sidebar li a:hover{
	color: #6393ab;
	text-decoration: none:
}

#Wordpress #sidebar h2 {
	margin-top: 25px;
}


#Wordpress #sidebar #searchform #s {
	width: 100px;
}

#Wordpress #content .postmetadata a {
	font-size: 10px;
	color: #5b982b;
	margin-bottom: 8px;
	}


#Wordpress #content .entry{
	margin-bottom: 50px;
	}

#Wordpress #content .entry img{
	background-color: #fafafa;
	padding: 6px;
	outline: 1px solid #eaeaea;
	margin: 5px;
	}

#Wordpress #content small {
	font-size: 11px;
	color: #8b8b8b;
	}

#Wordpress #content h2 a { 
	font-size: 18px; 
	font-weight: bold; 
	color: #0073ae; 
	margin-bottom: 20px;
	}

#Wordpress #content h2 { 
	font-size: 18px; 
	font-weight: bold; 
	color: #0073ae; 
	margin-bottom: 10px;
	}

#Wordpress #content .postmetadata small{ 
	margin-top: 30px;
	}
	
#Wordpress #sidebar h2 .widgettitle { 
	font-size: 18px; 
	font-weight: bold; 
	color: #0073ae; 
	}



/***********************************
 ----- Footer -----
***********************************/

#Footer {
	margin: 0 auto;
	width: 970px;
	height: 40px;
	padding: 10px 10px 0 20px;
	background: url(../images/footer-bg.png) left top no-repeat;
	color: #fff;
	font-size: 12px;
}

#Home #Footer{
	margin: 250px auto 0 auto;
	width: 970px;
	height: 40px;
	padding: 10px 10px 0 20px;
	background: url(../images/footer-bg.png) left top no-repeat;
	color: #fff;
	font-size: 12px;
}

#Copyright {
	float: left;
}

#FooterNav {
	list-style: none;
	float: right;
}

#FooterNav li {
	float: left;
	background: url(../images/nav-sp.png) right top no-repeat;
	padding: 0 10px;
}

#FooterNav li.last {
	background: none;
}

#FooterNav li a,
#FooterNav li a:hover {
	color: #fff;
	text-decoration: none;
}