@import url(reset.css); 
@import url(defaults.css); 

body {
	background-color: #000000;
	background-image:url(../images/aleksandr-studios-background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	color:#FFFFFF;
	font-family:Tahoma, "Tahoma Bold";
	font-size:12px;
	line-height:16px;
}

a, a:visited, a:link {
	color: #FFFFFF;
}

a:hover {
	color: #f0edc9;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}


#header {
	width: 900px;
	height: 200px;
	float:left;
	clear:both;
}

#logo {
	display:block;
	background-image:url(../images/aleksandr-studios-logo.png);
	width: 203px;
	height: 94px;
	background-repeat:no-repeat;
	text-indent: -9999px;
	margin-top: 40px;
	float: left;
}

#logo a {
	display:block;
	width: 203px;
	height: 94px;
	outline:none;
	}




#column1 {
	width: 414px;
	float: left;
}

#column1 p {
	margin-bottom: 20px;
	text-align:justify;
}

h2, h3, h4, h5, h6 {
	color:#f96720;
	margin-bottom: 5px;
	font-weight: bold;
	font-size:14px;
}

#column2 {
	width: 450px;
	float: right;
}

#column2 p {
	margin-bottom: 20px;
	text-align:justify;
}

.history {
	color: #f0edc9;
}

#slider-contain {
	width: 430px;
	height: 261px;
	background-image:url(../images/mbslider-bg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	position: relative;
	padding: 10px;
	margin-bottom: 80px;
}

#slider, #slider2 {
border: 1px solid #c2aa9d;
overflow: hidden;
}

#slider li, #slider2 li {
	width: 430px;
	height: 261px;
}

#footer {
	width: 900px;
	float: left;
	clear:both;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	border-top: 1px solid #886e5f;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer p {
	font-size: 10px;
	font-weight: bold;
	color: #808080;
}


/*********************** Menu styling below **************************/

#menu {
	float: left;
	width: 600px;
	height: 60px;
	margin: 50px 0 0 60px;
	color: #FFFFFF;
	display: inline;
	font-size:14px;
}

#menu li {
	list-style: none;
	display:block;
	padding: 10px 20px 5px 10px;
	border-left: 1px solid #694d3e;
	height: 35px;
	margin-right: 10px;
	float: left;
}

#menu li:hover {
	/* background-color:#005d85; */
}

#menu li p.menutitle, #menu li p.menutitle a {
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#ccc5c2;
}

#menu li p.menutitle:hover, #menu li span:hover {
	cursor:default;

}

#menu li span {
	font-size: 9px;
	display: block;
	margin-top: 10px;
}

#menu .submenu {
	width: 300px;
	position:absolute;
	z-index:100;
	margin-top:20px;
	font-size:12px;
	margin-left: -13px;
}

#menu .sub-top {
	width: 160px;
	height: 10px;
	float: left;
}

#menu .sub-mid {
	width: 140px;
	padding: 10px;
	float:left;
	color: #FFFFFF;
}

#menu .sub-bottom {
	width: 160px;
	float: left;
}

#menu .submenu ul li a {
	display:block;
	padding:5px 11px 5px 5px;
	margin-left:-8px;
	width:100%;
}

#menu .submenu ul a:hover {
	background-color:#b5a094; 
	/* background-image:url(../images/menu-bg-fade.png);
	background-repeat:repeat-y;*/
	text-decoration:none;
}

#menu .submenu ul li {
	list-style: none;
	display:block;
	padding:0px;
	border-left:none;
	height:auto;
	margin-right:0;
	float:none;
}

#menu .submenu ul li a {
	color:#FFF;
}

.display-none {
	display: none;
}

/*********************** Menu styling below **************************/

.overlay {
	width: 406px;
	height: 18px;
	background-image:url(../images/60perc.png);
	background-repeat:repeat;
	color:#FFFFFF;
	font-weight: bold;
	padding: 12px;
	position:absolute;
	z-index: 4;
	bottom: 0;
}


.thumbnails {
	background-color:#8d7d76;
	border: 1px solid #c2aa9d;
	padding: 6px;
	width: 160px;
	height: 100px;
	float: left;
	margin: 10px 15px 5px 0;
}

.quote-me {
	font-size: 18px;
	line-height: 26px;
	font-style:italic;
	color: #795847;
}

.contact-form {
	margin:0;
	padding: 0;
}

input , textarea{
	border: 1px solid #c2aa9d;
	padding: 5px;
	font-weight: bold;
	background-color:#000000;
	color: #c2aa9d;
	width: 300px;
	margin: 0 0 15px 0;
}

span.contact-form {
	display:block;
}

textarea {
	height: 130px;
	overflow:auto;
}

.submit {
	padding: 5px;
	width: 150px;
	background-color: #c2aa9d;
	border: 1px solid #886e5f;
	color:#000000;
	text-transform:uppercase;
}

.telephone {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

#invalid-message {
background-color:#ffd3de;
border:1px dotted #cc0035;
font-weight:bold;
margin-bottom:5px;
padding:5px;
text-align:center;
color: #993300;
}

#success-message {
background-color:#CAFFCB;
border:1px dotted #00CC00;
font-weight:bold;
margin-bottom:5px;
padding:5px;
text-align:center;
color: #006633;
}
