/* @override 
	http://cplusd/css/main.css
	http://cplusd.com/css/main.css
*/

/* @group Eric Meyer reset reloaded */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #631;
	background: #66a314;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	display: none;
}

/* @end */

/* @group global */

a {
	color: #6a1;
	text-decoration: none;
}

a:hover {
	color: #6a1;
	text-decoration: underline;
}



/* @end */

/* @group structure */

/* @group Header */

#header {
	background: url(img/bg-hd.jpg) no-repeat center top;
}

#header div {
	position: relative;
	width: 960px;
	height: 318px;
	margin: 0 auto;
}

#header ul {
	position: absolute;
	right: 10px;
	bottom: 0;
}

#header li {
	float: left;
	margin: 0 5px;
}

#header li a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#header li a:hover {
	color: #570;
	background: #9b4;
}


/* @end */

/* @group Main */

#main {
	background: #eeebe8;
}

#main .wrap {
	position: relative;
	overflow: hidden;
	width: 940px;
	min-height: 340px;
	padding: 10px;
	margin: 0 auto;
}

#slides {
	float: left;
	width: 580px;
	height: 290px;
	margin: 15px 0;
	padding: 9px;
	border: 1px solid #e1ddda;
	background: #fff;
}

#slides li {
	width: 580px;
	height: 290px;
	background: #ddd;
}

#zoomInfo {
	position: absolute;
	left: 10px;
	top: 340px;
	width: 600px;
	color: #aa8f7c;
	font-size: 11px;
	text-align: center;
}

#content {
	float: right;
	width: 320px;
	margin: 15px 10px 0;
}

#content h1 {
	font-size: 20px;
	margin: 10px 0 20px;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	width: 940px;
	height: 22px;
	padding: 10px;
	margin: 0 auto;
	color: #abcb81;
	font-size: 12px;
	text-align: right;
	background: url(img/bg-ft.jpg) no-repeat center top;
}



/* @end */

/* @end */

/* @group override */

#home #content h1 {
	width: 100px;
	height: 0;
	padding-top: 29px;
	overflow: hidden;
	background: url(img/logo.png);
	margin: 12px 0 20px;
}

#home #content p, #contact #content p {
	padding: 0 0 16px;
	font-size: 14px;
	line-height: 16px;
}

#projects #content ul {
	overflow: hidden;
}

#projects #content ul li {
	float: left;
	margin: 0 5px 10px;
}

#slidesDescription,
#slidesDescription.innerfade {
	height: 230px;
	margin: 0 0 15px;
}

/* @group temp */

#temp #main p {
	text-align: center;
	padding: 10px;
}

#temp #main .wrap {
	width: 956px;
	height: 303px;
	background: url(img/temp.jpg) no-repeat 0 50px;
} 

/* @end */


/* @end */