html,body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial,serif,sans-serif;
	color: #fff;
	max-width: 1400px;
}

.gsmsc-controls{
	display: none;
}

#slider img {visibility:hidden;} // instead of display:none
#slider {min-height:100px;} // so the gif animation for loading images
#slider a{display:block;}

body{
	height: 100%;
	width: 100%;
	background-color: #000;/*#161616;*/
	color: #fff;
	
}
#container{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	
}
#content_foot_gradient{
	width: 100%;
	background-image: url("../images/content_down_gradient.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	
	 
}

div.clear_both{
	clear: both;
}

/*****************************/
/******** Image slider ******/
#rotating_images{
	position: absolute;
	margin-left: 6%;
	top: 155px;
	background-image: url("../images/slider_border.png");
	background-repeat: no-repeat;
	
}

.nivo-controlNav {
	position:absolute;
	left:377.5px;/*47%;*/
	bottom:10px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
/*	background:url(../js/nivoslider/bullets.png) no-repeat;*/
	background:url(../images/slider_bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
/*	background:url(../js/nivoslider/arrows.png) no-repeat;*/
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
/************************************************/
/************************************************/
/******** Header *********/

#header_bg_image {
	/*background-image: url("../images/header_gradient.jpg");
	background-repeat: repeat-y;
	*/
	background-image: url("../images/top_bg_large.jpg");
	background-repeat: no-repeat;
	background-color: #DCA94B;
	background-position: -260px 0px;
	left: 0px;
	height: 440px;
	position: absolute;
	/*width: 100%;*/
	width: 1379px;
	z-index: -1;
}

#content_bg_gradient{
	background-image: url("../images/content_bg_gradient_lr.jpg");
	background-repeat: no-repeat;
	top: 440px;
	left: 0px;
	height: 972px;
	position: absolute;
	width: 1379px;
	z-index: -1;
}

#header{
	/*background-image: url("../images/top_bg_large.jpg");
	background-repeat: no-repeat;
	background-color: #DCA94B;
	*/
}
#header_width{
	height: 440px;
	width: 860px;
	margin-left: 8%;
}
#logo {
	margin-top: 18px;
	float: left;
}

/************************************************/
/************************************************/
/******** Navigation *********/
ul#nav {
	list-style: none;
	margin-top: 80px;
	font-size: 14px;
	float: left;
	position: relative;
}
#nav li.nav_item {
	float: left;
	display: block;
}
#nav li.nav_item img{
	border: none;
}
#nav li.nav_item a {
	outline: none;
	text-decoration: none;
	display: block;
}
#nav li.nav_item a span {}
#nav li.nav_item a:hover {}
/************************************************/
/************************************************/
/******** Services Dropdown Navigation *********/
#nav li.nav_item ul.services_dropdown_list{
	display: none;
	position: absolute;
	top: 39px;
	left: 124px;
	z-index: 1000;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
	background-image:url("../images/dropdown_gradient.gif");
	background-repeat:repeat-x;
	background-color:#E4BC56;
	padding-bottom: 5px;
}
#nav li.nav_item ul.services_dropdown_list li{
	list-style-image: none;
	list-style-type: none;
	height: 21px;
	padding-top: 8px;
	display:block;
	width:82px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px #de9d20 solid;
	border-top: 1px #f1db99 solid;
}
#nav li.nav_item ul.services_dropdown_list li.services_dropdown_item a{
	font-weight: bold;
	color: #9d701b;
	text-align: center;
	font-size: 12px;
}
#nav li.nav_item ul.services_dropdown_list li.services_dropdown_item a:hover{
	font-weight: bold;
	color: #61440e;
}

#bridal{
	border-top: none;
}
#nav li.nav_item ul.services_dropdown_list li.dropdown_last{
	border-bottom: none;
}

/************************************************/
/************************************************/

#content_holder{
	margin-left:0px;
	padding-left:0px;
	
	height: 900px;
	/*background-image: url("../images/content_gradient.jpg");
	background-repeat:no-repeat;
	background-position: -60px 42px;
	background-color: #161616;*/
	padding-top: 50px;
	width: 1024px;
	
}




/************************************************/
/************************************************/
/******** Main content *******/
#main_content{
	width: 660px;
	float: left;
	padding: 5px;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.content_item ul{
	padding-top: 8px;
	padding-bottom: 8px;
}
.content_item li{
	list-style:none;
	list-style-image: none;
	list-style-position:inside;
	background-image:url("../images/bullet.jpg");
	background-repeat:no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-align: left;
}

.content_item p + ul{
	padding-top: 0px;
	margin-top: 0px;
}
.content_item p + p{
	padding-bottom: 5px;
	margin-bottom: 3px;	
}

.content_item_header{
	font-size: 20px;
	margin-top:0px;
}

.content_item{
	padding-top: 31px;
	background-image: url("../images/content_divider.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 31px;
	clear:both;
	width: 656px;
}

.content_item p{
	padding-bottom: 10px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 5px;
}

.content_item h5{
	font-weight: bold;
	color: #e19709;
}

.content_item h6{
	margin-left: 10px;
}

.content_item_header_row{
	position: relative;
}

.content_item h5 + ul{
	margin-top: 5px;
	padding-top: 5px;
}
.content_item h5 + p{
	margin-top: 10px;
}

.go_top{
	position:absolute;
	right:15px;
	top: 0px;
}

.go_top a{
	font-size: 10px;
	text-decoration: none;
	color: #f4da7f;
}

.right_img_border{
	margin-top: 20px;
	position:relative;
	float: right;
	background-image: url("../images/about_image_border.png");
	background-repeat:no-repeat;
	width: 200px;
	height: 322px;
	margin-left: 10px;
}
.about_img_right{
	padding-top: 5px;
	padding-left: 5px;
}
.last {
	background-image: none;
}
.first_content_item{
	height: 550px;
}
.img_border{
	border: 5px solid #1b1b1b;
	margin-bottom: 20px;
}

a.more_link, .more_link{
	color: #ffcc66;
	font-family: arial,verdana,helvectica,sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dotted #ffcc66;
}

#quick_links{
	margin-top: 25px;
	width: 654px;
	height:auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #3f3f3f;
}
#quick_links_bottom{
	border-bottom: 1px solid #000;
	border-top: 1px solid #3f3f3f;
	padding-top: 5px;
	padding-bottom: 5px;
}

.quick_links_span{
	width:580px;
	display: inline;
	margin-left:180px;
}

.quick_links_text{
	height: 32px;
	display: block;
	width: 90px;
}

#quick_links a{
	color: #f4da7f;
	text-decoration: none;
}


#quick_links a:hover{
	text-decoration: none;
}

.quote{
	/*background-image: url("../images/quote_arrow.png");
	background-repeat: no-repeat;
	background-position: 50px 85%;*/
	position: relative;
	
}
.quote div.quote_tile{
	background-color:#1b1b1b;
	width: 655px;

}

.quote p{
	color: #e19709;
	font-style: italic;
	font-family: Arial,verdana,helvectica,sans-serif;;
	font-size: 14px;
	padding: 20px;
	margin: 0px;
}


.quote span.quote_arrow{
	background-image: url("../images/quote_arrow.png");
	background-repeat: no-repeat;
	bottom: 2px;
	left: 50px;
	position: absolute;
	width: 19px;
	height: 15px;
	}
.quote span.quote_author{
	bottom:-15px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	margin-left:30px;
	margin-top:10px;
	position:relative;

}
#testimonials_holder{
	padding-top: 20px;
}
.testimonial_container{
	height: auto;
	display: block;
	margin: 0px;
	padding-bottom: 30px;
	margin-top: 30px;
}

.testimonial_link{
	color: #ffcc66;
	font-family: arial,verdana,helvectica,sans-serif;
	font-size: 12px;
	text-decoration: none; 
	font-weight:normal;
	border-bottom: 1px dotted #ffcc66;
}

/************************************************/
/************************************************/
/*** dynamic boxes  ***/

#dynamic_boxes{
	margin-top: 15px;
}
.dynamic_box{
	display: block;
	float:left;	
	width: 200px;
	position: relative;
}

#dynamic_box_2, #dynamic_box_3 {
	margin-left: 28px;
}

.dynamic_box_top{
	height:42px;
	width: 200px;
	background-image: url("../images/image_title_box_gradient.jpg");
	background-repeat: no-repeat;
	background-color: #262626;
	background-position: bottom;
}

.dynamic_box_top p{
	color: #fff;
	font-size: 14px;
	padding-top: 15px;
	text-align: center;
}

.dynamic_box_rollover{
	display:none;
	background-image: url("../images/dynamicblocks/rollover.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
}
a.find_more_link{
	color: #ffcc66;
	font-family: arial,verdana,helvectica,sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #ffcc66;
	margin: 0px;
}
.dynamic_box_rollover p{
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 2px;
	width: 100px;
	text-align: center;
}

.product_ad{
	width: 250px;
	margin-bottom:15px; 
	margin-bottom:10px; 
	float: none;
	position: relative;
}
#product_ad_rollover{
	display:none;
	width: 200px;
	height: 50px;
	position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url("../images/product_ad_rollover.png");
	background-repeat: no-repeat;
	width: 250px;
}
.product_ad_top{
	width:250px;
}
.product{
	background-image: url("../images/product_ad_rollover.png");
	background-repeat: no-repeat;
	width: 250px;
}

/************************************************/
/************************************************/
/****** Services PAGE ***********/

#services_nav{
	margin-top: 25px;
	height: 40px;
}

#services_nav a{
	text-decoration: none;
	color: #878787;
}

#services_nav ul.services_nav_list{
	list-style-image:none;
	list-style: none; 
	margin-left:0px;
}
ul.services_nav_list li.services_nav_round{
	font-size: 18px;
	list-style-image:none;
	list-style: none; 
	float: left;
	display: block;
	
	margin-right:0;
	padding:4px 0 5px 20px;
}

.content_item table,tr,td{
	border:1px #333131 solid;
	font-family: arial,verdana,helvectica,sans-serif;
}

.content_item table{
	width:636px;
}

.content_item tr.odd{
	background-color: #191919;
}
.content_item tr.even{
	background-color: #161616;
}

.content_item hr{
	color: #242424;
	background-color:#242424;
	height: 1px;
	border: none; 
}

.salon_price{
text-align: center;
}

/************************************************/
/************************************************/
/****** CONTACT PAGE ***********/
.contact_left{
	width:132px;
	float: left;
}
.contact_left h4{
	color: #e19709;
	background-image:url("../images/sidebar_list_image2.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 5px;
}

.contact_left p{
	background-image:url("../images/sidebar_list_image2.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 5px;
	padding-top: 10px;
}

.contact_map{
	float: left;
	margin-left: 80px;
	margin-top: -30px;
}
.contact_form_div{
	float: left;
	margin-left: 180px;
	margin-top: -100px;
}
.contact_item{
	height: 400px;
}

.contact_form_round{
	background-color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	
}

.contact_form_round label, .name,.message,.email{
	font-family: arial,verdana,helvectica,sans-serif;
	font-size: 12px;
}

.short{
	height: 20px;
}
.contact_form_item{
	border: none;/*1px solid #000;*/
	background-color: inherit;
	color: #fff;
	font-size: 14px;
}
/************************************************/
/************************************************/
/*** Side Bar  ***/

.sidebar_divide{
	background-image: url("../images/sidebar_divider.png");
	background-repeat:no-repeat;
	width:250px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 5px;
	clear: both;
}


#contact_us{
	margin-top:10px;
	width:250px;
}
#contact_us p{
	font-size: 20px;
	display:block;
	margin-left: 35px;
	margin-bottom: 10px;
	padding-left: 2%;
}
#contact_us p.number{
margin-left: 55px;
}

#right_bar_content{	
	float: left;
	width: 250px;
	margin-left: 30px;
}

.sidebar_header{
	font-size: 20px;
	padding-left: 20px;
}
ul.sidebar_list, .sidebar_list ul{
	list-style-image: none;
	list-style:none;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
li.sidebar_list_item, .sidebar_list_item li{
	background-image:url("../images/sidebar_list_image2.jpg");
	list-style-image: none;
	list-style:none;
	background-position: bottom;
	background-repeat:no-repeat;
	padding-top: 4px;
	padding-bottom: 8px;
	
}
/*.sidebar_list a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
}
.sidebar_list a:hover{
	text-decoration: underline;
}
*/
.bottom_corner{
	background-color: #ccc;
}

li.list_more_link{
	padding-top: 8px;
	list-style: none;
	text-decoration: none;
	color: #ffcc66;
	font-family: arial,verdana,helvectica,sans-serif;
	font-size: 14px;
	text-decoration: none;
}

li.list_more_link a.side_more_link,a.side_more_link{
	color: #ffcc66;
	font-family: arial,verdana,helvectica,sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dotted #ffcc66;
	}

/************************************************/
/************************************************/
/******** Footer ************/

#upgrade{
	display:block;
    background-image: url("../images/content_down_gradient.jpg");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	width:100%;
	position: static;
    bottom: 0px;
    left: 0px;
}

#footer{
	display:block;
	height: 90px;
	clear:both;
	background-color: #181818;
	background-image: url("../images/footer_shadow.png");
	background-repeat: no-repeat;
	background-position: center 0px;
	float: left;
	width:100%;
	position: static;
    bottom: 0px;
    left: 0px;
   
}
#footer_menu{
	display: block;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#copy_text_div{
	display: block;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
footer ul{
	list-style: none;
	font-size: 12px;
}
#footer li {
	padding-top:10px;
	padding-bottom:10px;
	list-style:none;
	float: left;
}
#footer li a {
	padding: 5px;
	outline: none;
	color:#fff;
	text-decoration: none;
}
#footer li a span {}
#footer li a:hover {text-decoration: underline;}
#copyright{
	border-top: 1px solid #373737;
	margin-top: 15px;
	color: #ffcc66;
	clear:both;
}
#copyright p.copy{
	padding-top: 10px;
	margin-left: 2em;
}
#copyright span.right{
	float:right;
	margin-right: 6em;
}

span.right a{
	color: #fff;
	text-decoration: none;
}
span.right a:hover{
	text-decoration: underline;
}

/***********************************************/
/***********************************************/
.file{
	color: #fff;
	background-color: #000;
}

/***********************************************/
/***********************************************/
/***** PRODUCTS *****/
#products{
	position: relative;
	margin-top: 20px;
}

.product_item{
	position: relative;
	float: left;
	padding: 5px;
}

.product_item_info span.product_price{
	font-weight: bold;
}
.product_item_info span.product_title{
	color: #f4da7f;
	display:block;
	opacity: 1;
	font-size: 14px;
	padding-bottom: 5px;
	}
	
.product_item_info span.product_short_desc{
	color: #fff;
	display:block;
	font-size: 12px;
	opacity: 1;
	padding-bottom: 5px;
}
	
.product_item_info{
	font-family: arial,verdana,helvectica,sans-serif;
	position: absolute;
	width: 302px;
	height: 70px;
	bottom:22px;
	text-align: right;
	padding: 5px;
	z-index: 10;
	left:5px;
}
.product_item_info_background{
	background-color: #787775;
	opacity: 0.8;
	position: absolute;
	width: 302px;
	height: 70px;
	bottom:22px;
	padding: 5px;
	z-index: 8;
	left:5px;
}


/**** single product *****/
#single_product{
	margin-top: 20px;
	position: relative;
}

.product_img{
	float: left;
}

.pr_title_price{
	float: left;
	margin-left: 10px;
}

.pr_title_price div#quick_links{
	width: 380px;
	margin: 0px;
	margin-bottom: 10px;
}

h4.product_title{
	font-weight: lighter;
	font-size: 14px;
}
.pr_title_price span.product_price{
	font-weight: bold;
}



.product_description{
	clear: both;
	padding-top: 30px;
}

.product_back_link{
	color: #ffcc66;
	font-family: arial,verdana,helvectica,sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #ffcc66;
}

/********** Photoshoot **********/
.photoshoot_package{
	width: 320px;
	height: 438px;
	background-image: url("../images/photoshoot_package.png");
	background-repeat: no-repeat;
	margin-top: 20px;
	float: left;
	position: relative;
}

h6.photoshoot_package_title{
	font-size: 14px;
	width: 320px;
	text-align:center;
	padding-top: 15px;
}

ul.photoshoot_list{
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	padding-top: 3px;
}

img.photoshoot_list_image{
	margin-top: 10px;
	float: left;
}

ul.photoshoot_list li.photoshoot_list_item{
	height: 30px; 
	padding-top: 20px;
	padding-left: 54px;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	border-bottom: #d18f10 solid 1px;
	border-top: #f1db99 solid 1px;
	text-align: left;
	font-size: 12px;
	font-family: arial,verdana,helvectica,sans-serif;
	color: #333333;
	
	background-position: left 15px;
	background-repeat: no-repeat;	
}

ul.photoshoot_list li.timer{
	background-image: url("../images/ps/timer.png");
}
ul.photoshoot_list li.clothes{
	background-image: url("../images/ps/clothes.png");
}
ul.photoshoot_list li.picture{
	background-image: url("../images/ps/picture.png");
}
ul.photoshoot_list li.makeup{
	background-image: url("../images/ps/makeup.png");
}
ul.photoshoot_list li.two_line_text{
	height: 40px; 
	padding-top: 10px;
}
ul.photoshoot_list li.add_photo{
	background-image: url("../images/ps/add_photo.png");
}
ul.photoshoot_list li.book{
	background-image: url("../images/ps/book.png");
}
ul.photoshoot_list li.women{
	background-image: url("../images/ps/women.png");
}
ul.photoshoot_list li.cd{
	background-image: url("../images/ps/cd.png");
}

.price{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #333333;
	font-size: 30px;
}
.price_only{font-size: 14px;}
.price_num{font-size: 30px;}

.book_now{
	font-size: 30px;
}

ul.photoshoot_list li.b_top_none{border-top: none;}
ul.photoshoot_list li.b_bottom_none{border-bottom: none;}

.adminMenu{
	position: absolute;
	left: 980px;
	top:500px;
	width:195px;
	display: block;
}
