﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, acronym, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, thead, tr, th, td { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; border: 0; outline: 0; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
a img, :link img, :visited img { border: 0; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }


body {
	font-family: "Lucida Sans", Tahoma, sans-serif;
	color: #5d5d5d;
	font-size: 11px;
	line-height: 16px;
	background: #eee url(images/bg-body.png) 50% 0 no-repeat;
}

/* links */
a:link, a:visited {
	color: #62b3ff;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* PAGE STRUCTURE
------------------------------------------------------------- */
#container {
	width: 560px;
	margin: 10px auto 0;
}

/* HEADER
------------------------------------------------------------- */
#header {
	width: 500px;
	padding: 25px 30px 0;
	background: url(images/bg-header.png) 50% 0 no-repeat;
}

#header h1#logo {
	width: 240px;
	height: 55px;
	float: left;
	margin: 15px 0 0 20px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

/* NAVIGATION
------------------------------------------------------------- */
#nav {
	width: 470px;
	height: 41px;
	padding: 29px 45px 0;
	background: url(images/bg-nav.png) 50% 0 no-repeat;
}

#nav ul {}

#nav ul li {
	float: left;
	margin: 0 35px 0 0; 
}

#nav ul li a {
	display: block;
	height: 25px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	line-height: 27px;
	text-transform: uppercase;
	font-size: 9px;
}

#nav ul li a:hover, #nav ul li a.selected {
	text-decoration: none;
	color:#62b3ff;
}


/* MAIN STYLES
------------------------------------------------------------- */
#main {
	width: 470px;
	padding: 15px 45px 5px;
	background: url(images/bg-main.png) 50% 0 repeat-y;
}

#main h2 {
	font-size: 18px;
	color: #141414;
	margin: 0 0 0px 10px;
}

#main div.content-top {
	background: #fcfcfc url(images/bg-content-top.png) 50% 0 no-repeat;
	height: 14px;
}

#main div.content-bottom {
	background: #fcfcfc url(images/bg-content-bottom.png) 50% 0 no-repeat;
	height: 12px;
	margin: 0 0 15px 0;
}

#main div.content-bottom:last-child {
	margin-bottom:0px;
}

#main div.content {
	background: #eee url(images/bg-content.png) 50% 0 repeat-y;
	padding: 5px 15px;
	text-shadow: 1px 1px 1px #fff;
}

#main div.content p:last-child {
	margin-bottom:0px;
}

#main div.content p {
	margin: 0 0 10px 0;
	text-align:justify;
}

#main div.content ul {
	margin: 0 0 5px 5px;
}

#main div.content ul li {
	background: url(images/bullet.png) 0 50% no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

#main div.content ul li:last-child {
	margin-bottom:0px;
}

/* PORTFOLIO
------------------------------------------------------------- */
#main div.content img.image_left {
	float:left;
	margin: 0 10px 10px 0;
}
#main div.content img.image_right {
	float:right;
	margin: 0 0 10px 10px;
}

/* CONTACT FORM
------------------------------------------------------------- */
#main div.content form#contactform {
	overflow: hidden;
}

#main div.content form#contactform fieldset {
	float: left;
	width: 50%;
}

#main div.content form#contactform label {
	font-weight:bold;
}

#main div.content form#contactform input {
	display: block;
	width: 200px;
	padding: 2px;
	margin: 0 0 19px 0;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Tahoma, sans-serif;
	color: #999;
	background-color:#fff;
	border:solid 1px #222;
}

#main div.content form#contactform input#submit {
	width: 93px;
	padding: 6px 0;
	font-size: 9px;
	text-transform: uppercase;
	cursor: pointer;
	color:#000;
	margin:0 0 0 auto;
}

#main div.content form#contactform textarea {
	width: 214px;
	height: 132px;
	padding: 2px;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Tahoma, sans-serif;
	background-color:#fff;
	border:solid 1px #222;
	font-size: 11px;
	margin-bottom:10px;
}

/* FOOTER
------------------------------------------------------------- */
#footer {
	width: 560px;
	height: 30px;
	background: url(images/bg-bottom.png) 50% 0 repeat-y;
}

/* MISC.
------------------------------------------------------------- */
.hide {
	display: none;
}


/* self-clear floats */
.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* IE Hacks
-------------------------------------------------------------- */
/* self-clear floats */
* html .group { /* IE6 */
	height: 1%;
}
*:first-child+html .group {	/* IE7 */
	min-height: 1%;	
}