/*
	Copyright (c) 2007 WoollySheep, MIT Style License.
	http://www.woolly-sheep.net
*/

/* MooTools Morphing */
input.normal {
	border: 1px solid #e0e0e0;
	background: #fff;
}

input.warning {
	background: #f9dede;
	border: 1px solid #e39797;
}

input.success {
	background: #e1f9de;
	border: 1px solid #9de397;
}
/* ***************** */

body {
	background: #1c1c1c url(../images/bg.gif) top left repeat;
	font: 0.9em "Trebuchet MS", Arial,Helvetica,sans-serif;
	color: #555;
	margin: 0; 
	padding: 0;
}

/* Global CSS resets */
h1, h2, h3, h4, p, ul {
	margin: 0; 
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: 0; }

a:link, a:visited {
	color: #7389ae;
}

a:hover, a:active {
	color: #8da9d6;
}

h1 span, a span, p#dsc span, p#peranera span, li.right p span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.4;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
}

abbr {
	cursor: help;
}

span.clr {
	display: block;
	clear: both;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.hr {
	display: block;
	height: 1px;
	background: #d4e3e7;
}

/* Layout */
div#logo {
	position: absolute;
	top: -117px;
	left: 40px;
	z-index: 300;
}

div#logo a {
	background: url(../images/ws.png) top left no-repeat;
	display: block;
	outline: none;
	width: 459px;
	height: 176px;
} 

p#dsc, p#peranera {
	margin: 0;
	padding: 0;
}

p#dsc a {
	background: transparent url(../images/partnership_dsc.png) no-repeat;
	right: 165px;
	height: 80px;
	width: 155px;
	position: absolute;
	top: -107px;
	z-index: 300;
	display: block;
}

p#peranera a {
	background: transparent url(../images/partnership_peranera.png) no-repeat;
	right: 5px;
	height: 80px;
	width: 155px;
	position: absolute;
	top: -107px;
	z-index: 300;
	display: block;
}

div#wrapper {
	position: relative;
	width: 755px;
	height: 533px;
	background: #fff;
	margin: 130px auto 0;
	border: 1px solid #cdcdcd;
	padding: 10px;
}

div#left.corner, div#right.corner {
	width: 65px;
	height: 64px;
	position: absolute;
	z-index: 200;
}

div#left.corner {
	background: url(../images/corner_left.png) top left no-repeat;
	top: -5px;
	left: -5px;
}

div#right.corner {
	background: url(../images/corner_right.png) bottom right no-repeat;
	bottom: -5px;
	right: -5px;
}

div#container {
	background: #f2f2f2 url(../images/bg_content.gif) top left repeat;
	border: 1px solid #cdcdcd;
	height: 100%;
}

div#menu {
	background: #eaeaea url(../images/bg_menu.gif) top left repeat;;
	position: absolute;
	top: 11px;
	right: 11px;
	bottom: 11px;
	width: 180px;
	height: 532px;
	border-left: 1px solid #fff;
}

div#menu ol {
	text-align: center;
	margin: 0 auto;
	padding: 1em 2.5em;
	list-style: none;
}

div#menu li {
	padding: 0.3em 0;
}

div#menu li a {
	display: block;
	outline: none;
	width: 117px;
	height: 20px;
	background-position: top center;
}

div#menu li a:hover {
	background-position: center center;
}

div#menu li a.selected, div#menu li a.selected:hover {
	background-position: bottom center;
}

div#menu li a.main { background-image: url(../images/menu/main.png); }
div#menu li a.whoarewe { background-image: url(../images/menu/whoarewe.png); }
div#menu li a.clients { background-image: url(../images/menu/clients.png); }
div#menu li a.projects { background-image: url(../images/menu/projects.png); }
div#menu li a.contacts { background-image: url(../images/menu/contacts.png); }

div#content {
	width: 571px;
	/*border-right: 1px solid #CDCDCD;*/
	border-right: 1px solid #eee;
	height: 100%;
	overflow: hidden;
	position: relative;
}

div#content .panel {
	width: 552px;
	height: 479px;
	padding: 50px 8px 5px 10px;
	overflow: auto;
	position: absolute;
	z-index: 10;
}

div#main { top: 0; left: 0; }
div#whoarewe { top: 600px; left: 500px; }
div#clients { top: 0; left: 1000px; }
div#projects { top: 600px; left: 1500px; }
div#contacts { top: 0; left: 2000px;}

div#map { 
	background: #fff;
	width: 150px; 
	height: 100px; 
	margin: 5px auto;
	position: relative;
}

div#map div#handler {
	position: absolute;
	background: #000;
	cursor: move;
	width: 40px;
	height: 30px;
	z-index: 200;
}

div#footer {
	width: 755px;
	margin: 5px auto 0pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #fefefe;
	text-align: center;
}

div#footer p {
	line-height: 1.4;
	padding: 1px 0pt;
}

/* Content */
h2 {
	color: #329bb9;
	font-weight: bold;
	border-bottom: 2px solid #d4e3e7;
}

h5 {
	font-size: 105%;
	margin: 0.8em 0 0;
	color: #444;
}

div.sep {
	background: transparent url(../images/sep.png) 50% 50% no-repeat;
	height: 25px;
	text-align: center;
}

div#main .details {
	margin: 3em 1em 1em;
	width: 517px;
}

div#main .details .feature {
	float: left;
	margin-left: 3em;
}

div#main .details h4 {
	background: transparent url(../images/details.png) top center no-repeat;
	color: #6a7734;
	font-weight: bold;
	font-size: 110%;
	padding: 0.4em 0.6em 0.4em 1.9em;
}

div#main .details div.argument {
	background: transparent url(../images/details.png) bottom center no-repeat;
	padding: 0 0.8em 0.8em;
	border-top: 1px dashed #9bae4d;
	font-size: 80%;
}

.details div.argument ul li {
	list-style-type: square;
	margin-left: 20px;
	line-height: 1.5em;
}

/* clients */
div.report {
	margin-bottom: 1em;
}

div.report img {
	float: none;
	margin: 0 0.5em;
}
div#clients #list  {
	width: 510px;
	margin-left: 18px;
	font-size: 11px;
}

div#clients #list img.left { 
	float: left; 
	margin: 0.7em 0 0pt;
}

div#clients #list h3, div#clients #list .footer {
	background: #e6e6e6;
	padding: 3px 0.5em;
}

div#clients #list .footer { 
	height: 1px;
	background: transparent url(../images/accordion.png) top right no-repeat;
}

div#clients #list h3 {
	cursor: pointer;
	background: transparent url(../images/accordion.png) top left no-repeat;
	height: 18px;
}

div#clients #list h3 .title { 
	float: left; 
	font-weight: bold;
	font-size: 14px;
	color: #767968;
	margin-left: 6px;
}
div#clients #list h3 .date {
	color: #917777;
	float: right; 
	line-height: 18px;
	font-size: 11px;
	margin-right: 25px;
}

div#clients #list .details {
	height: 240px;
	padding-left: 3px;
	padding-right:10px;
	position: relative;
	background: url(../images/accordion.png) top center repeat-y
}
div#clients #list .details div.inner { padding: 0.5em 0pt 0.5em 1em; }

div#clients #list span.clr { height: 0; }

div#clients #list ul.services {
	margin-top: 1em;
}

div#clients #list .url { 
	margin: 1em 0.4em 0.5em;
}

div#clients #list a.home {
	background: url(http://assets.woolly-sheep.net/icons/silk_icons/house_go.png) 237px center no-repeat;
	display: block;
	padding-left: 260px;
	line-height: 16px;
}

div#clients #list a.noshot {
	background-position: left center;
	padding-left: 20px;
}

div#clients .shots { 
	float: left; 
	position: relative;
}

div#clients .shots_list {
	position: absolute;
	left: 2.5em;
	bottom: 5px;
	z-index: 50;
}

div#clients .shots_list li { display: inline; }

div#clients .shots_list li a {
	display: block;
	float: left;
	background: transparent url(../images/list.png) top center no-repeat;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	font-family: Georgia;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

div#clients .shots_list li a:hover {
	background: transparent url(../images/list.png) bottom center no-repeat;
}





/* projects */
div#projects #prjlist {
	width: 510px;
	margin-left: 18px;
	font-size: 11px;
}

div#projects #prjlist img.left { 
	float: left; 
	margin: 0.7em 0 0pt;
}

div#projects #prjlist h3, div#projects #prjlist .footer {
	background: #e6e6e6;
	padding: 3px 0.5em;
}

div#projects #prjlist .footer { 
	height: 1px;
	background: transparent url(../images/accordion.png) top right no-repeat;
}

div#projects #prjlist h3 {
	cursor: pointer;
	background: transparent url(../images/accordion.png) top left no-repeat;
	height: 18px;
}

div#projects #prjlist h3 .title { 
	float: left; 
	font-weight: bold;
	font-size: 14px;
	color: #767968;
	margin-left: 6px;
}
div#projects #prjlist h3 .date {
	color: #917777;
	float: right; 
	line-height: 18px;
	font-size: 11px;
	margin-right: 25px;
}

div#projects #prjlist .details {
	height: 240px;
	padding-left: 3px;
	padding-right:10px;
	position: relative;
	background: url(../images/accordion.png) top center repeat-y
}
div#projects #prjlist .details div.inner { padding: 0.5em 0pt 0.5em 1em; }

div#projects #prjlist span.clr { height: 0; }

div#projects #prjlist ul.services {
	margin-top: 1em;
}

div#projects #prjlist .url { 
	margin: 1em 0.4em 0.5em;
}

div#projects #prjlist a.home {
	background: url(http://assets.woolly-sheep.net/icons/silk_icons/house_go.png) 237px center no-repeat;
	display: block;
	padding-left: 260px;
	line-height: 16px;
}

div#projects #prjlist a.noshot {
	background-position: left center;
	padding-left: 20px;
}






/* who are we */
#whoarewe h3 { margin-top: 1em; }
#whoarewe .sign { color: #80b021; }
#whoarewe .woollyuptime {
	margin: 1em;
	text-align: center;
}

/* contacts */
div#contacts div#contacts_forms {
	position: relative;
}

div#contacts div#contacts_forms #classic,
div#contacts div#contacts_forms #estimate,
div#contacts div#contacts_forms #direct {
	position: absolute;
	width: 510px;
	padding: 1em 1em 1em;
	clear: both;
	background: transparent url(../images/contacts_bg.png) top left no-repeat;
}

div#contacts div#contacts_forms #classic h3 {
	display: block;
	text-align: center;
	width: 150px;
}

div#contacts div#contacts_forms #estimate h3 {
	text-align: center;
	width: 150px;
	display: block;
	margin-left: 160px;
	background: red;
}

div#contacts div#contacts_forms #direct h3 {
	text-align: center;
	width: 150px;
	display: block;
	margin-left: 320px;
	background: red;
}

div#contacts label {
	display: block;
	font-weight: bold;
	color: #955c5c;
	font-size: 11px;
	width: 213px;
	clear: both;
}

div#contacts input.text {
	height: 13px;
	margin: 5px 0pt 10px;
	padding: 5px;
	width: 213px;
	font-size: 10px;
	float: left;
}

div#contacts select.text {
	height: 25px;
	margin: 5px 0pt 10px;
	padding: 4px;
	width: 225px;
	border: 1px solid #e0e0e0;
	font-size: 10px;
	float: left;
}

div#contacts textarea {
	height: 84px;
	line-height: 22px;
	margin: 5px 0pt 10px;
	padding: 2px 0pt 5px 5px;
	width: 218px;
	font-size: 11px;
	border: 1px solid #e0e0e0;
	float: left;
}

div#contacts .warning {
	float: left; 
	padding-right: 0pt; 
	line-height: 23px; 
	padding-left: 10px; 
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #c15b5b;
}

div#contacts .success {
	position: absolute;
	right: 30px;
	bottom: 20px;
	padding-right: 0pt; 
	line-height: 23px; 
	padding-left: 10px; 
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #6ca866;
}

div#contacts .spinner {
	position: absolute;
	left: 75px;
	bottom: 18px;
	width: 16px;
	height: 16px;
	background: url(../images/spinner.gif) center center no-repeat;
}

div#contacts #tabs {
	margin: 10px 0 0;
}

div#contacts #tabs li {
	display: inline;
	padding: 0;
	margin: 0;
}

div#contacts #tabs li a { 
	margin-left: 5px;
	border-style: solid;
	border-width: 0pt 1px 0pt 1px;
	border-color: #d3d2d2;
	display: block; 
	float: left; 
	width: 155px;
	text-align: center;
	height: 25px;
	line-height: 27px;
	text-decoration: none;
	background: #f4f4f4;
}

div#contacts #tabs li a.active {
	background: #eee;
}

/* Tips */
.tool-tip {
	color: #fefefe;
	width: 250px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/tips.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/tips.png) bottom right;
}