/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:sans-serif,Arial, Helvetica;
	font-size:12px;
	background:url(images/bg.gif) top center no-repeat #070707;
	color:#FFFFFF;
}

p {margin-top:0; padding-top:0;}

a img {border:0;}

#page_wrap {
	width:857px;
	margin:0 auto;
}

#header {
	height:146px;
}

#logo { width:330px; height:90px; position:relative; top:40px; left:50px;float:left; cursor:pointer; }

#ddtopmenubar {
	text-transform:lowercase;
}
#ddtopmenubar ul{
	padding:0 10px 10px 0;
	margin:0;
	text-align:right;
}
#ddtopmenubar ul li{
	list-style:none;
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
#ddtopmenubar a{
	color:#fff;
	text-decoration:none;
	font-style:italic;
	padding:0 10px;
}
#ddtopmenubar a:hover{ text-decoration:none; color:#000; background:#fff;}

#home_content {
	background:url(images/home_content_bg.gif) top left no-repeat;
	height:363px;
	padding: 16px;
}

#content_top {background:url(images/content_bg.gif) top left no-repeat; height:20px;}
#content {
	margin:0;
	background:#000;
	padding: 0 20px 20px 20px;
}

#home_banner {
	float:left;
/*	background:url(images/home_image.jpg) top left no-repeat;
	width:258px;
	height:224px;
	padding:120px 200px 20px 20px;
	line-height:20px;*/
	width:478px;
	height:364px;
}

#btn_photo {
	background:url(images/btn_photo.jpg) top left no-repeat;
	width:337px;
	height:175px;
	cursor:pointer;
}
#btn_makeup {
	background:url(images/btn_makeup.jpg) top left no-repeat;
	width:337px;
	height:173px;
	cursor:pointer;
}

a.btn_more {
	background:url(images/arrow.gif) left 5px no-repeat;
	padding-left:10px;
	text-decoration:none;
	color:#FFFFFF;
}
a.btn_more:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.title {
	font-size:14px;
	text-transform:uppercase;
	padding:20px 0;
}

#gallery_menu {
	width:251px;
	min-height:312px;
	background:url(images/gallery_side_bg.gif) bottom left no-repeat #010101;
	border:#1a1a1a 1px solid;
	padding:13px;
	float:left;
}
.gallery_title {
	font-family:"Century Gothic", Arial;
	font-size:16px;
	background:#000;
	padding:13px 17px;
}
#gallery_menu ul{
	margin:0;
	padding:0;
	
}
#gallery_menu ul li{
	list-style:none;
	display:inline-block;
	margin:10px 8px 0 9px;
	float:left;
	font-size:11px;
	text-align:center;
}
#gallery_menu ul li a img{
	border:1px solid #010101;
}
#gallery_menu ul li a img:hover{
	border:1px solid #fff;
}

#myGallery {
	margin-left:20px;
	width:510px;
	height:340px;
	overflow:hidden;
	float:left;
}

#footer {
	clear:both;
	margin:20px 0;
	padding:0 20px;
	font-size:11px;
}

#footer a {color: #FFFFFF; text-decoration:none; /* font-style:italic;*/}
#footer a:hover {color: #FFFFFF; text-decoration:underline;}

.left {float:left;}
.right {float:right;}
.clearing {clear:both; height:1px;}
