/* CSS */
/* Studio Planqton */

/* GENERAL */

* {
	padding:0;
	margin:0;
}

h1, h2, h3 { margin: 0; }
h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 5%;}
li, dd { margin-left:5%; }
fieldset { padding: .5em; }


html,body {
	color: #364640;
	background-color: #F4F4FF; #2C2E41;
}

body {
	font:81%/160% Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
}

code {
	font-family:Monaco, Courier, "Courier New", monospace;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

ul {
	margin: 0;
	list-style-type: none;
}




/* HEADER */

#header {
	height: 133px;
	width: 100%;
	background: #2C2E41 url(../img/bg/header-img.gif) no-repeat center top ;
	text-align: center;
}

#h-title {
	width: 809px;
	background: transparent ;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
}
	
#header h1 a {
   display: block;
   height: 133px;            
   text-indent: -999em;  
   text-decoration:none;
}


/* MAIN NAVIGATION */

#nav {
	width: 260px;
	height: 300px;
	list-style: none;
	overflow: hidden;
}

#nav ul {
	margin: 75px 0 0 30px;
	list-style: none;
}

#nav li {
	padding: 1px 0;
	display: block;
	height: 32px;
}

#nav a {
	border: none;
	margin: 0;
	padding: 0px  0 0 500px;
	overflow: hidden;
	height: 32px;
	display: block;
}

#nav a:hover, #nav a:active {
	background-position: 0 -32px;
}

#nav a.selected {
	background-position: 0 -64px;
}

#nav a.selected:hover {
	background-position: 0 -64px;
}

#nav-home a {  margin-left: 90px; background: url(../img/nav/nav-home.gif) no-repeat 0 0; }
#nav-works a {  margin-left: 45px; background: url(../img/nav/nav-works.gif) no-repeat 0 0; }
#nav-services a { margin-left: 0px; background: url(../img/nav/nav-services.gif) no-repeat 0 0; }
#nav-contact a { margin-left: 45px; background: url(../img/nav/nav-contact.gif) no-repeat 0 0; }
#nav-about a { margin-left: 24px; background: url(../img/nav/nav-about.gif) no-repeat 0 0; }


/* CONTENT BLOCKS 1 */

#wrap {
	background: #BEDDDE;
}

#main {
	background-color: #BEDDDE;
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#left {
	float: left;
	display: inline;  /* FIX IE double margin bug */
	width: 280px;
	background: #BEDDDE url(../img/bg/nav-bg.gif) no-repeat 10px 0px ;
}

#content {
	float: left;
	width: 420px;
	padding: 0px 0 20px;
}

#content p {
	border-top: dotted 2px #364640; #D9E9EF;
	margin: 5px 20px;
	padding: 10px 0px;
	text-align: left;
}

#content ul {
	padding-left: 20px;
}

#content li {
	background: url(../img/icons/bullet-blue.gif) no-repeat left center ;
	padding-left: 20px;
	margin-bottom: 5px;
/*	font:82%/160% Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: bold;
*/}

div.centered {
	text-align: center;
}

a.port img	{
	height: 73px;
	padding: 13px 14px;
	background: transparent url(../img/bg/img-bg-3.gif) no-repeat 0 0;
	border: none;
	margin: 0.0em;
}
	
a.port:hover img {
	 background-position: 0 -98px;
}

a.border-port img {
	margin: 5px 0 10px;
	border: solid #D9E9EF 3px;   #364640
}

a.border-port:hover img {
	border: solid  #F4F4FF 3px;   #364640 #F4F4FF
}


#right {
	float: right;
	width: 280px;
	display: inline;  /* FIX IE double margin bug */
	padding: 0px 0 20px;
}

#right a img {
	border: solid 1px #74B331;
	margin: 75px 20px 60px;
}

#right a:hover img {
	border: solid 1px #F4F4FF; #BEDDDE;  #84C638; #74B331;
}

#right-contact a:hover img, #right-about a:hover img {
	cursor: default;
}

#right p {
	margin: 0 10px 0 35px;
	font:86%/150% Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#right ul {
	list-style-type: none;
}

#right li {
	background: #BEDDDE url(../img/bg/right-p-bg2.gif) no-repeat left bottom;
	padding: 8px;
	padding-left: 18px;
	margin: 0 0 0 5px;
	font:102%/140% Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#right li.active a {
	font-weight: bold;
}

#right li.active a:hover {
	color: #74B331;
}

#latest-project {
	background: url(../img/bg/latest-project-bg.gif) no-repeat left top;
	margin: 0px 0px 0 25px;
}

#right-about {
	background: url(../img/bg/right-about-bg.gif) no-repeat left top;
	margin: 0px 0px 0 25px;
}

#right-services {
	background: url(../img/bg/right-services-bg.gif) no-repeat left top;
	margin: 0px 0px 0 25px;
	padding-top: 280px;
}

#right-services2 {
	background: url(../img/bg/right-services2-bg.gif) no-repeat left top;
	margin: 0px 0px 0 25px;
	padding-top: 115px;
}

#right-contact {
	background: url(../img/bg/right-contact-bg.gif) no-repeat left top;
	margin: 0px 0px 0 25px;
}

#right-portfolio {
	background: url(../img/titles/portfolio-projects.gif) no-repeat left top;
	margin: 20px 0px 0 25px;
	padding-top: 40px;
}


/* CONTENT BLOCKS 2 */

#sub-footer {
	background: #20242D url(../img/bg/subfoo-bg.gif) repeat-x 0 0;
	height: 25px;
	width: 100%;
	clear: both;
}

#gallery-wrap {
	background: #2C2E41 url(../img/bg/foo-bg.gif) no-repeat center bottom ;
	color: #F4F4FF;
	clear: both;
}

#gallery {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 140px;
	text-align:center;
}

#gallery a img	{
	height: 73px;
	padding: 13px 14px;
	background: url(../img/bg/img-bg-2.gif) no-repeat 0 0;
	border: none;
	margin: 0.0em;
}
	
#gallery a:hover img {
	 background-position: 0 -98px;
}

#portfolio {
	width: 450px;
	margin: 0 auto;
	padding: 20px 0 140px;
}

#gallery-wrap li {
	background: url(../img/icons/bullet-white.gif) no-repeat 0 6px ;
	padding-left: 20px;
	margin-bottom: 15px;
}


/* FOOTER */

#footer {
	clear: both;
	background-color: #F4F4FF;
}

#container-footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	line-height: 20px;
}


/* TITLES */

h1 {
	font-size:1.5em;
	color: #5B4527; #6D532D;
}

h2.title {
	text-indent: -5000px;
	height: 56px;
	margin: 0px 0 0px;
}

h2#home1 {
	background: url(../img/titles/home1.gif) no-repeat left top;
}

h2#home2 {
	background: url(../img/titles/home2.gif) no-repeat left top;
}

h3 {
	margin: 0;
	background: url(../img/titles/home1.gif) no-repeat left top;
	text-align: left;
	font-size:1.4em;
	padding: 25px 0 15px 25px;
	color: #F4F4FF;
}

h4 {
	font-size:1.7em;
	margin: 0 0 0.5em;
	color: #F4F4FF;
}

#gallery-wrap h4 {
/*	background: url(../img/icons/wand.gif) 0 -20px no-repeat;
*/	padding: 0px 0 5px 25px;
	font-size:1.4em;
}



/* LINKS - CONTENT */

a:link, a:visited  {
	color: #74B331;
	text-decoration: none;
}

a:hover, a:active  {
	color: #915d1b;
}

a.bg:link, a.bg:visited {
	padding: 2px;
	color: #421300;
	background-color: #D9E9EF; #F4F4FF;
}

a.bg:hover, a.bg:active {
/*	background-color: #F4F4FF;
*/	color: #915d1b; #74B331;
}



/* FORMS */

form {
	margin: 0;
	padding: 0;
}

#content td 
{
	padding: 4px;
	font-size: 11px;
	color: #F4F4FF;
}

input, select, checkbox 
{
	height: 20px;
}

textarea
{
    overflow: hidden;
}

input, textarea
{
	background-color: #D9E9EF;
	border: 1px solid #F4F4FF; #669966;
	border: none;
}

input:focus, textarea:focus {
	background: #F4F4FF; #efefef;
	color: #000;
}

input.butt {
	height:23px;
	padding: 2px 1em ;
	margin: 5px 0;
	text-align: center;
	
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

	border: 1px solid #F4F4FF;#cab397;
	color: #364640;#D9E9EF;
	background: #D9E9EF;
}