html, body {
	background: #efefef;
	/*padding: 20px 0;*/
    overflow: hidden;
}

strong {
	font-weight: bold;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px 4px #000;
	margin-bottom: 4px;
}

a, a:hover, a:visited, a:active {
    font-weight: bold;
    text-decoration: none;
    color: #D1E0FF;
    text-shadow: #000 0px 0px 3px;
}

a:hover {
    color: #ddd;
}

div {
    outline: none;
}

div.clear {
	clear: both;
}

#head {
    background: #000 url(titlebar.png) repeat-x;
    height: 45px;
    width: 100%;
}
#head h1 {
    color: #ddd;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 0;
    text-shadow: 2px 2px 2px #666;
}

div#container {
    visibility: hidden;
	border: 8px solid #fff;
	/*left: 20%;
	top: 10%;*/
	position: fixed;
	min-height: 340px;
	width: 580px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: #aaa 0px 0px 18px;
	-webkit-box-shadow: #aaa 0px 0px 18px;
	box-shadow: #aaa 0px 0px 18px;
	overflow: hidden;
}

div#main {
	background: #666;
	min-height: 340px;
	padding: 20px;
	text-align: left;
	overflow: hidden;
}

div#content {
	color: #fff;
	background: #666;
	overflow: hidden;
}

div#home {
	left: 80px;
	position: absolute;
	top: 170px;
	width: 440px;
}

div#home strong.title {
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

div#works ul {
    font-size: 16px;
    margin: 10px 0;
}

div#works ul li {
    margin: 4px 0;
}

div#contact {
	left: 30px;
	position: absolute;
	top: 30px;
	width: 520px;
    overflow: hidden;
}

div#contact label {
    font-size: 12px;
    text-shadow: #000 0px 0px 10px;
}

div#contact input {
    width: 180px;
    padding: 9px;
    display: block;
    margin-bottom: 14px;
    margin-top: 5px;
    color:#fff;
    border:2px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #777; 
}

div#contact textarea {
    color:#fff;
    padding: 9px;
    width:360px;
	height: 70px;
    font-size: 11px;
    display: block;
    margin-bottom: 20px;
    margin-top: 5px;
    border:2px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #777; 
}

div#contact .submit {
    color:#666;
    font-size: 12px;
    font-weight:bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 9px;
    width:95px;
    display: block;
    float:left;
    border: 2px solid #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background:#fff; }

div#contact .submit:hover {
    color:#131313;
    text-shadow:0 0px 10px #666; }

div#error, div#message {
	position: absolute;
	top: 170px;
	width: 540px;
}

div#error h2, div#message h2 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}

div#foot {
	background: #fff;
	padding: 20px 0 12px 0;
}

div#foot div#footer {
	color: #888;
	float: left;
	font-size: 11px;
	text-align: left;
	margin: 0 10px;
}

ul#nav {
	float: right;
	list-style: none;
}

ul#nav li {
	display: block;
	float: left;
	margin: 0 5px;
}

ul#nav li a {
	color: #8c8c8c;
	font-weight: bold;
	padding: 6px 8px;
	margin: 0;
	outline: 0;
	text-decoration: none;
    text-shadow: none;
}

ul#nav li a:hover, ul#nav li a.active {
	color: #fff;
	background: #8d8d8d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	border-radius: 4px;
    text-shadow: none;
}
