/* RESET.CSS */
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,
b, u, i, center,
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-size: 100%; 
 vertical-align: baseline; 
 background: transparent; 
}
body {
 line-height: 1; 
}
ol, ul {
 list-style: none; 
}
blockquote, q {
 quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
:focus {
 outline: 0;
}
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
/***end reset.css***/
html{
	width:100%;
	height:100%;
	min-height:100%;
}
body{
	width:100%;
	height:100%;
	min-height:100%;
	font: 14px verdana,tahoma;
	color:#505050;
	background:#fcfcfc;
}
a{
	color:#38F;
}
#wrap{
	width:100%;
	min-height:100%;
	background:#333;
	overflow:hidden;
}
#header{
	width:100%;
	height:210px;
	padding-top:30px;
	float:left;
	text-align:center;
	border-top:solid 4px #b3f;
}
#works #header{
	border-top:solid 4px #b3f;
}
#services #header{
	border-top:solid 4px #BDB42B;
}
#rezume #header{
	border-top:solid 4px #40B0E9;
}
#contacts #header{
	border-top:solid 4px #EB7B29;
}
#header div.logo{
	display:inline-block;
	width:470px;
	height:111px;
	text-align:left;
	clear:both;
}
#header a.icon{
	display:inline-block;
	width:114px;
	height:111px;
	float:left;
	text-indent:-9999px;
	background:url(../i/logo.png) no-repeat scroll 0 -113px;
}
#header a.icon:hover{
	display:inline-block;
	width:114px;
	height:111px;
	float:left;
	background:url(../i/logo.png) no-repeat scroll 0 0;
}
#header a.name{
	display:inline-block;
	width:316px;
	height:66px;
	position:relative;
	top:34px;
	float:left;
	text-indent:-9999px;
	background:url(../i/greymaster.png) no-repeat scroll 0 0;
}
#header a.logo:hover img{
	position:relative;
	left:-9999px;
}
#header .menu{
	width:620px;
	margin:20px auto 0;
	padding:5px 0 0 4px;
	overflow:hidden;
}
#header .menu li{
	padding:2px 6px 4px;
	float:left;
	border-bottom:solid 2px #b3f;
}
#works #header .menu li{
	border-bottom:solid 2px #b3f;
}
#services #header .menu li{
	border-bottom:solid 2px #BDB42B;
}
#rezume #header .menu li{
	border-bottom:solid 2px #40B0E9;
}
#contacts #header .menu li{
	border-bottom:solid 2px #EB7B29;
}
#header .menu li a{
	display:block;
	width:107px;
	height:24px;
	padding:5px 4px 4px 0;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	background:url(../i/button.png) no-repeat scroll 0 bottom;
}
#header .menu li a{
	display:block;
	width:110px;
	height:21px;
	padding:5px 0 4px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
#header .menu li a#opinions{
	color:#88DF61;
}
#header .menu li a#opinions:hover{
	color:#000;
}
#header .menu li a:hover{
	color:#000;
}
#header .menu li a.current{
	font-weight:bold;
    background:url(../i/button.png) no-repeat scroll 0 -1px;
}
#header .menu li a#works{
	color:#000;
	background:url(../i/button.png) no-repeat scroll 0 0px;
}
#header .menu li a#services{
	color:#000;
	background:url(../i/button.png) no-repeat scroll 0 -120px;
}
#header .menu li a#contacts{
	color:#000;
	background:url(../i/button.png) no-repeat scroll 0 -90px;
}
#header .menu li a#news{
	color:#000;
	background:url(../i/button.png) no-repeat scroll 0 -60px;
}
#header .menu li a#opinions{
	color:#000;
	background:url(../i/button.png) no-repeat scroll 0 -30px;
}
/*
#header .menu li a#works.current{
	color:#FFBFC2;
}
#header .menu li a#services.current{
	color:#9FD8FF;
}
#header .menu li a#contacts.current{
	color:#FFD700;
}
#header .menu li a#news.current{
	color:#DD9FFF;
}*/
#header .menu li a#opinions:active,
#header .menu li a#news:active,
#header .menu li a#services:active,
#header .menu li a#contacts:active,
#header .menu li a#works:active{
	color:#ccc;
    background:#333;
}
#main{
	width:100%;
	padding:10px 0 60px;
	float:left;
}
.boxgrid{
	width: 325px;
	height: 260px;
	margin:10px;
	float:left;
	background:#161613;
	border: solid 2px #f90;
	overflow: hidden;
	position: relative;
}
.boxgrid dl{
	padding:10px;
	font-size:12px;
}
.boxgrid dl dt{
	font-weight:bold;
}
.boxgrid dl dd{
	padding:2px 0 5px 6px;
	color:#fff;
}
.boxgrid dl dd .price{
	color:#2F9800;
}
.boxgrid dl dd .day{
	color:#bceb2f;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p{
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
}
#works h3{
	margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;
}
#footer{
	height:50px;
	width:100%;
	float:left;
	margin-top:-54px;
	border-top:solid 4px #b3f;
	background:#000;
}
/*SimpleModal Contact Form*/
/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}
/* Container */
#contact-container {width:450px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#contact-container .contact-content {background-color:#333; color:#ddd; height:40px;}
#contact-container h1 {color:#d76300; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#contact-container .contact-loading {position:absolute; background:url(../i/contact/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {clear:left; display:block; width:120px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#contact-container .contact-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#contact-container textarea {height:124px; font-size:.9em;}
#contact-container .contact-cc {font-size:.9em; cursor:default;}
#contact-container .contact-top {height:13px; background:url(../i/contact/form_top.gif) no-repeat; padding:0; margin:0;}
#contact-container .contact-bottom {height:13px; background:url(../i/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#contact-container .contact-send {width:120px; background:url(../i/contact/send.png) no-repeat;}
#contact-container .contact-cancel {width:120px; background:url(../i/contact/cancel.png) no-repeat;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-4px; right:6px; color:#999;}
#contact-container a.modal-close:hover {color:#9bb3b3;}
/*END SimpleModal Contact Form*/
