@import url('reset.css');
@import url('text.css');

#page{
	margin:0px auto 0px;
	width:960px;  
    background:transparent url(../images/bg.jpg) repeat-y;
}
#header {
    background:url(../images/weddinghomeupdated.jpg) no-repeat;
	float:left;
	width:960px;
    height:128px;
}
#menu{    
	height:60px;   
    margin-left:155px;
}
.menu_leftimg{
 float:left;
}
.menu_center{
  float:left;
   background:transparent url(../images/navecenter.gif) repeat-x;   
}
.menu_rightimg{
   float:left;
}
.menu_center ul { /* remove bullets and list indents */
    list-style: none;
    margin-left:5px;
    margin-right:15px;
}
.menu_center li{/* remove bullets and list indents */
    display:inline;
    color:#FAF9FE;
    float:left;
    margin-left:20px;
    
}
.menu_center li a{
    padding:10px 5px 5px;
    float:left;
    color:#696969;
    font-family:sans-serif,'Trebuchet MS';
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}
.selected_text{
    padding:10px 5px 5px;
    float:left;
    color:#896E73;
    font-family:sans-serif,'Trebuchet MS';
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}
.menu_center a:hover{
    color:#896E73;
}
#content{
    float:left;
	width:900px;    
    margin:5px 30px;
}
* html #content{
    float:left;
	width:900px;
    margin:5px 15px;
}
.inner_content{
   background:url(../images/contop.jpg) no-repeat;
   float:left;
   width:900px;
   height:416px;
}

.page_content{
   background:#FFFFFF;
   border:3px solid #8E8586;
   float:left;
   width:900px;
   
}
.bottom_content{
    float:left;
	width:830px;    
    margin:0px 35px;
}
* html .bottom_content{
    float:left;
	width:830px;
    margin:0px 15px;
}
.bottom_bgimg{
    background:transparent url(../images/mid.png) repeat-y;
    width:830px;
    float:left;
}
.bottom_text{
   float:left;
   width:760px;
   margin-left:35px;
   margin-top:30px;
}
.bottom_text p{
    color:#909090;
    font-family:serif,georgia;
    font-size:14px;
    font-style:italic;
    line-height:1.5em;
}
/*content gallery*/
#content_gallery{
    background:#3E2F32 none repeat scroll 0 0;
    border:10px solid #514545;
    float:left;
    height:252px;
    margin-top:10px;
    width:880px;

}
.view_gallery{
     float:left;
     height:46px;
     width:245px;
}
.home_description{
     float:left;     
     margin-left:375px;
     margin-top:165px;
	 width:500px;
}
* html .home_description{
     float:left;
     margin-left:180px;
     margin-top:165px;
	 width:500px;
}
.home_description p{
    color:#343434;
    font-family:serif,georgia;
    font-size:16px;
    font-style:italic;
    line-height:1.7em;
}
#footer{
    float:left;
	height:50px;
	width:960px;
    background:url(../images/footerbg.gif) no-repeat;
    color:#403434;
}
#footer .copy_right{
    color:#403434;
    font-family:sans-serif,'trebuchet MS';
    font-size:13px;
    float:left;
    margin-left:20px;
    margin-top:20px;
}
#footer .footer_link1{
    border-right:1px solid #403434;
    color:#403434;
    float:left;
    font-family:sans-serif,'trebuchet MS';
    font-size:11px;
    margin-left:150px;
    margin-top:20px;
    padding-right:5px;
}
.footer_link1 a{
    color:#403434;
    font-family:sans-serif,'trebuchet MS';
    font-size:14px;
    text-decoration:none;
    padding-top:5px;
    padding-bottom:5px;
}
#footer .footer_link{
    border-right:1px solid #403434;
    color:#403434;
    float:left;
    font-family:sans-serif,'trebuchet MS';
    font-size:11px;
    margin-left:5px;
    margin-top:20px;
    padding-right:5px;
}
.footer_link a{
    color:#403434;
    font-family:sans-serif,'trebuchet MS';
    font-size:14px;
    text-decoration:none;
    padding-top:5px;
    padding-bottom:5px;
}
#footer .footer_link2{
    color:#403434;
    float:left;
    font-family:sans-serif,'trebuchet MS';
    font-size:11px;
    margin-left:5px;
    margin-top:20px;
    padding-right:5px;
}
.footer_link2 a{
    color:#403434;
    font-family:sans-serif,'trebuchet MS';
    font-size:14px;
    text-decoration:none;
    padding-top:5px;
    padding-bottom:5px;
}
.image_box{
    border:5px solid #BEB2B2;
    float:left;
    height:135px;
    margin-left:7px;
    margin-top:20px;
    width:200px;
}
/********** start portfolio css code**************/
* {margin: 0; padding: 0; outline: none;}
img {border: none;}
h1 {
	 font-family:sans-serif,'trebuchet MS';
	color: #fff;
	text-align: center;
	background: url(../images/h1_bg.gif) no-repeat;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
.container {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}
#main {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
a {color: #fff;}

/*--Main Image Preview--*/
.main_image {
	width: 700px;
    height:467px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
    text-align:center;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.block small {
	padding: 0 0 0 20px;
	background: url(../images/icon_calendar.gif) no-repeat ;
	font-size: 1em;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
    text-align:left;
}
.main_image a.collapse {
	/*background: url(../images/btn_collapse.gif) no-repeat left top;*/
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px; right: 20px;
}
.main_image a.show {background-position: left bottom;}


.image_thumb {
	float: left;
	width: 195px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
    height:467px;
    overflow:auto;
}
.image_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 12px 10px;
	background: #f0f0f0 url(../images/nav_a.gif) repeat-x;
	width:162px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.5em;
	margin: 5px 0; padding: 0;
    font-size:15px;
     font-family:sans-serif,'trebuchet MS';
}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 170px;
}
.image_thumb ul li p{display: none;}

/********end portfolio ***********/
.content_title{
    float:left;
    font-family:sans-serif,'trebuchet MS';
    color:#896E73;
    font-size:25px;
    font-weight:bold;
    margin-left:30px;
    margin-top:20px;
}
.content_description {
    color:#2F3438;
    float:left;
    font-family:serif,georgia;
    font-size:14px;
    margin-left:30px;
    margin-top:20px;
    text-align:justify;
    width:500px;
    margin-bottom:15px;
}
* html .content_description {
    color:#2F3438;
    float:left;
    font-family:serif,georgia;
    font-size:14px;
    margin-left:30px;
    margin-top:20px;
    text-align:justify;
    width:480px;
    margin-bottom:15px;
}
.content_description p{
    color:#2F3438;
    font-family:sans-serif,'trebuchet MS';
    font-size:14px;
    text-align:justify;
    font-style:italic;
}
.content_title{
    float:left;
    font-family:sans-serif,'trebuchet MS';
    color:#896E73;
    font-size:26px;
    font-weight:bold;
    margin-left:30px;
    margin-top:30px;
}
.content_name{
    float:left;
    font-family:sans-serif,'trebuchet MS';
    color:#896E73;
    font-size:18px;
    font-weight:bold;
    margin-left:30px;
    margin-top:20px;
}
.content_address{
    float:left;
    margin-left:30px;
    margin-top:20px;
}
.content_address p{
    font-family:sans-serif,'trebuchet MS';
    color:#696969;
    font-size:14px;
    font-weight:bold;
    line-height:17px;
}
.content_phone{
    color:#696969;
    float:left;
    font-family:sans-serif,'trebuchet MS';
    font-size:14px;
    font-weight:bold;
    margin-left:30px;
}
.content_email{
    color:#696969;
    float:left;
    font-family:sans-serif,'trebuchet MS';
    font-size:14px;
    font-weight:bold;
    margin-left:30px;
}
.content_box{
    width:900px;
}
.img_box{   
    float:left;    
    margin-left:25px;
    margin-top:15px;
    margin-bottom:15px;
    width:340px;
}
* html .img_box{
    float:left;
    margin-left:15px;
    margin-top:15px;
    margin-bottom:15px;
    width:330px;
}
.contact_leftbox{
    float:left;
     width:400px;
}
* html .contact_leftbox{
    float:left;
     width:500px;
}