/*** Stylesheet for Designdock* *****************************/
/*** Copyright Designdock 2010 ******************************/

body {
	background:url(../images/index/bg_body.gif) #96AA46 center 150px;
	margin: 0 auto;
	padding: 0;
	color: #5D5649;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

* {
 margin: 0;
 padding: 0;
}

div#header {
	height: 433px;
	background-image: url(../images/index/bg_header.gif);
	background-repeat: repeat-x;
	width: 100%;
	left: 0;
	position: absolute;
}

div#header div.inner {
	width: 947px;
	margin-left: auto;
	margin-right: auto;
}

div#header a#logo img {
 border: none;
 width: 947px;
 height: 433px;
 margin-top: 0px;
 text-align: center;
}


div#content {
	width: 947px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 433px;
 
 
}

div#content div#major {
	width: 944px;
	float: left;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
 
}

div#content div#headerbottom {
	width: 690px;
	float: left;
	padding: 0px 0px 0px 260px;
	overflow: hidden;
	height: 105px;
	background-image: url(../images/index/bg_content.jpg);
	background-repeat: no-repeat;
 
}

div#content div#headerbottom H1 {
	width: 680px;
	float: left;
	padding: 70px 0px 0px 260px;
	overflow: hidden;
	height: 35px;
	background-image: url(../images/index/bg_content.jpg);
 
}

div#content div#tags {
	overflow: hidden;
	height: auto;
	background-image: url(../images/tags_bg.png);
	color: #B8C97B;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	padding: 100px 75px 20px;
	font-size: 110%;
	background-position: center 148px;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
}
h1, h2, h3, h3 a {
	color: #E0E8C6;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 25px;
}

#slogan h3{
	line-height:28px;
	text-align:right;
	color: #E0E8C6;
	font-size: 21px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


p {
	font-size: 75%;
	color: #C4CF9E;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	padding-bottom: 10px;
}

#blog {
	position: absolute;
	top: 600px;
	left: 20px;
	background: url(../images/blog.png) no-repeat;
	width: 103px;
	height: 44px;
	display: block;
}

#blog a:hover{

	background: url(../images/bloghv.png) no-repeat;

}

