/* CSS Document */
body{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	}

#wrapper {
	width:950px;
	min-height:600px;
	margin:0 auto;
	}
a {text-decoration:none;}
/*
=========================== HEADER AND MENU =======================================
*/
#header {
	width:950px;
	height:210px;
	float:left;
	}
#logo {
	width:476px;
	height:84px;
	float:left;
	margin:20px 0px 10px 0px;
	}
#menu {
	width:950px;
	height:20px;
	float:left;
	clear:left;
	list-style-type:none;
	padding:0px;
	margin:0px;
	}

#menu li {
	float:left;
	margin-right:17px;
	}
#menu li a {
	color:#898686;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	}
#menu li a.linkon {
	color:#FFFFFF;
	}
#menu li a:hover {
	color:#FFFFFF;
	}
#info_bar {
	width:950px;
	height:20px;
	overflow:hidden;
	float:left;
	margin:5px 0 10px 0;
	}
/*
=========================== MAIN CONTENT =======================================
*/

#main_content {
	width:950px;
	min-height:500px;
	float:left;
	color:#c7c7c5;
	}

#left_col, #mid_col, #right_col {
	width:300px;
	height:500px;
	float:left;
	overflow:hidden;
	}
#left_col.bridal_left_bg {
	background:url(../images/bridal_kj2_crop_bg.jpg) no-repeat bottom;
	}
#mid_col {
	margin:0 25px;
	}
#mid_col_2 {
	width:620px;
	height:500px;
	float:left;
	margin-right:30px;
	background:#999999;
	}
#mid_col.bridal_bg_mid {
	background:url(../images/braidal_KathJ1_bg.jpg) no-repeat;
	}
#mid_col.cvbg{
	background:url(../images/home1.jpg) no-repeat;
	}
#cvdropdown {
	float:left;
	width:300px;
	height:0px;
	margin:0px;
	background:url(../images/cv_bg.jpg) no-repeat;
	overflow:hidden;
	}
p a {
	color:#FFFFFF;
	text-decoration:underline;
	}
.cvtitle {
	color:#c4515f;
	}
.cvclose {
	color:#fff;
	}
.cvclose:hover {
	color:#FF0000;
	}
p {
	margin:0 0 10px 0;
	padding:0px;
	font-size:11.5px;
	text-align:justify;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	line-height:1.5em;
	}

/*
=========================== BRIDAL PAGE =======================================
*/

.bridal_pics {
	float:left;
	width:300px;
	height:230px;
	background:#CCCCCC;
	margin:0 0 40px 0;
	overflow:hidden;
	}

/*
=========================== GALLERY =======================================
*/

#gallery {
	width:950px;
	height:500px;
	float:left;
	overflow-x:auto;
	overflow-y:hidden;
	}
#gallery div.image_container {
	width:16260px;
	height:475px;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	}
#gallery div.image_container img {
	float:left;
	clear:none;
	display:block;
	height:475px;
	margin-right:10px;
	margin-left:0px;
	padding:0px;
	}
#gallery div.image_container img.no_r_margin {
	margin-right:0px;
	}
#pic_caption {
	width:950px;
	height:20px;
	float:left;
	margin: -35px 0px 15px 0px;
	font-style:italic;
	overflow:hidden;
	color:#999999;
	text-align:center;
	}
/*
=========================== CONTACT =======================================
*/

input, textarea {
	float:left;
	clear:left;
	height:auto;
	width:288px;
	padding:2px 5px;
	font-size:11px;
	border:1px solid #a94652;
	margin-bottom:20px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	background:#e3dcdd;
	}
textarea {
	width:288px;
	height:327px;
	}
button {
	width:299px;
	background:#CCCCCC;
	border:1px solid #a94652;
	font-size:11px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	}
input:focus, textarea:focus {
	background:#FFFFFF;
	}
button:hover {
	background:#b84c59;
	color:#FFFFFF;
	}

#address_box {
	width:550px;
	height:500px;
	float:left;
	overflow:hidden;
	margin:0 0 0 40px;
	background:#000000;
	/*background:url(../images/contact_bg.gif) no-repeat bottom left;*/
	}
#address_box.blackbg {
	background:#000000;
	}
#error_box {
	width:300px;
	height:auto;
	float:left;
	margin-top:20px;
	color:#FFCC00;
	font-weight:lighter;
	}
/*
=========================== FOOTER =======================================
*/

#footer, #footer2 {
	float:left;
	clear:left;
	width:950px;
	height:15px;
	margin:35px 0 15px 0;
	font-size:10px;
	color:#bbb9b9;
	}
#footer2 {
	width:300px;
	}
#copyright {
	width:150px;
	height:15px;
	float:left;
	}

#numena {
	width:150px;
	height:15px;
	float:right;
	text-align:right;
	}

#numena a {
	color:#bbb9b9;
	}
#numena a:hover {
	color:#990000;
	}
	
/* ======= general ===== */

.hidden {
	display:none;
	visibility:hidden;
	}
.no_r_margin {margin-right:0px;}
.highlight {
	background:#FF9999;
	}
.red {color:#FF0000;}