html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Calibri, Arial, sans-serif;
	/*font-size: 14px;
	line-height: 17px;
	background: white;*/
	color: #444;
}

img {
    border: none;
}

.clear {
    display: block;
	clear: both;
	font-size: 0px;
	height: 0;
	overflow: hidden;
}


/*   T y p o g r a p h y   */

a {
	color:navy;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

p a {
	font-size: 12px;
	padding-right: 17px;
}

h2 {
	font-size: 20px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 5px 10px 5px;
}

h4 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 5px 5px 5px;
}


/*   L a y o u t   */

/* Header */
#header {
    height: 50px;
    position: relative;
    background-color: #FFF;
}

.button_arrow { position:relative; top:7px }

/* Navigation Tabs */

#topNavigationTabs {
    height: 27px;
    background: url(build/tab_bg.png);
    border-bottom: 1px solid #9b9b9b;
}

ul#topNavigation {
    margin: 0 0 0 20px;
    padding: 0;
    height: 100%;
    list-style: none;
    border-left: 1px solid #A7A7A7;
}

#topNavigation li {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 11px;
    height: 100%;
    background: url(build/tab_divider.png) right top no-repeat;
}

#topNavigation li a {
    float: left;
    color: #555;
    height: 100%;
    padding: 0 10px;
    line-height: 27px;
    
}
#topNavigation li a:hover {
    text-decoration: none;
    color: #1667DA;
}


/* Where Are You */

#home #topNav_home,
#about #topNav_about,
#weddings #topNav_weddings,
#commercial #topNav_commercial,
#links #topNav_links,
#contact #topNav_contact {
    background: url(build/tab_open.png) right top no-repeat;
    height: 28px;
}

#home #topNav_home a,
#about #topNav_about a,
#weddings #topNav_weddings a,
#commercial #topNav_commercial a,
#links #topNav_links a,
#contact #topNav_contact a {
    color: #3c3c3c;
    cursor: default;
}





#copyright #btmNav_copyright,
#privacy #btmNav_privacy,
#contact #btmNav_contact {
    color: #fff;
    cursor: default;
}

#copyright #btmNav_copyright:hover,
#privacy #btmNav_privacy:hover,
#contact #btmNav_contact:hover {
    text-decoration: none;
}

/* footer */

#footer {
    height: 37px;
    background-color: #000;
    padding: 0;
    line-height: 37px;
    width: 100%;
    position: fixed;
    bottom: 0;

}

#btmNav {
    margin: 0;
    padding: 0 20px;
    font-size: 10px;
    color: #afafaf;
    float: left;

}

#btmNav a {
    padding: 0;
    background: none;
    color: #408dfb;
    font-weight: normal;
    padding: 0 5px;
}

#copyright {
    text-align: right;
    color: #898989;
    font-size: 10px;
    margin: 0;
    padding: 0 20px;
}




/* Home Page */

#bdy {
    width: 780px;
    /*margin-left: auto;
    margin-right: auto;
	overflow:auto;*/
}



#homeMainContainer {
    width: 780px;
    /*margin: 15px auto;*/
	/*margin:8px;*/
	margin: 8px 0 0 8px;
	
}

#homeMainContainer .homeMain {
    float: left;
    width: 780px;
    padding: 0;
    background: url(build/main_container_wrapper.jpg) left top repeat-y;
    position: relative;
}

#homeMainContainer .homeMain .homeMain_top { height: 22px; position: relative; top: 0; left: 0; background: url(build/main_container_top.jpg) left top no-repeat; }
#homeMainContainer .homeMain .homeMain_bottom { background: url(build/main_container_bottom.jpg) left bottom no-repeat; }
#homeMainContainer .homeMain .homeMain_content { padding: 0 16px 15px 16px; }

#homeMainTxt {
	width:460px;
	padding: 0px 0 10px 20px;
	float:left;
	font-size: 14px;
	line-height: 15px;
}

#homeMainImg {
	width:250px;
	height:250px;
	float:left;
	background: url(build/img_home_lens.jpg) right top no-repeat;
}








/* homeBox */
#homeBoxContainer {
    width: 780px;
    margin-left:8px;		
}

#homeBoxContainer .homeBox {
    float: left;
}

#home .homeBox p {
    margin:0 5px 0px 5px;
	font-size: 11px;
	line-height: 16px;
}

.homeBox {
    width: 259px;
    /*margin: 0;
    padding: 0;*/
    background: url(build/home_box_wrapper.jpg) left top repeat-y;
    position: relative;
}

.homeBox .homeBox_top { height: 15px; position: relative; top: 0; left: 0; background: url(build/home_box_top.jpg) left top no-repeat; }
.homeBox .homeBox_bottom { background: url(build/home_box_bottom.jpg) left bottom no-repeat; height:200px; }
.homeBox .homeBox_content { padding: 0 15px 15px 16px; height:145px }
.hbc_image { width:228px; height:74px }

.homeBox .homeBox_footer {
	padding: 0 15px 0 20px;
	font-size: 12px;
	line-height: 16px;
}

.homeBox img {
    margin-bottom: 3px;
	
}

/* Standard Layout */

#standardMainTxt {
	width:700px;
	padding:0px 0 15px 20px;
	float:left;
	font-size: 14px;
	line-height: 16px;
}


/* About Us */


#aboutMainImg {
	width:250px;
	height:220px;
	float:left;
	background: url(build/img_about_melvyn.jpg) right top no-repeat;
	}
	
#aboutLowerImgs img {
width:160px;
margin-left:15px;
border:2px solid #0066cc;
}


/* Weddings */

#weddingsMainTxt { 
	width:355px;
	padding:0px 0 0 20px;
	float:left;
	font-size: 14px;
	line-height: 16px;
}
#weddingsMainTxt p {
	margin-bottom:0px;
}
#weddingsMainVideo {
	width:350px;
	height:240px;
	float:left;
}
#weddingsExtraTxt {
	width:720px;
	padding: 0px 0 10px 20px;
	float:left;
	font-size: 14px;
	line-height: 15px;
}
#weddingsExtraTxt p {
	margin-top:0px;
}
#weddingsMontage {
	margin:0 0 20px 20px;
}



/* Commercial */

#commercialMainTxt, #linksMainTxt { 
	width:355px;
	padding:0px 0 0 20px;
	float:left;
	font-size: 14px;
	line-height: 16px;
}
#commercialMainTxt p, #linksMainTxt p {
	margin-bottom:0px;
}
#commercialMainVideo {
	width:350px;
	height:300px;
	float:left;
}
#commercialMainVideoInverse {
	clear:both;
	width:350px;
	height:270px;
	float:left;
	padding:0 0 0 15px;
}
#commercialMainTxtInverse {
	width:360px;
	padding: 0 0 0px 20px;
	float:left;
	font-size: 14px;
	line-height: 15px;
}
#commercialExtraTxt {
	width:720px;
	padding: 10px 0 10px 20px;
	float:left;
	font-size: 14px;
	line-height: 15px;
}
#commercialExtraTxt p {
	margin-top:0px;
}
#commercialMontage, #linksMontage {
	margin:0 0 20px 20px;
}




/* Contact */

#contactLeftTxt { 
	width:345px;
	padding:0px 10px 0 20px;
	float:left;
	font-size: 14px;
	line-height: 16px;
}
#contactLeftTxt p {
	margin-bottom:0px;
}
#contactRightForm {
	width:350px;
	height:300px;
	float:left;
	padding:10px 0 0 10px;
}
#contactTable {
	font-size:12px;
	font-weight:bold;
}
.contactTestimonial {
	float:left;
	margin:0 30px 50px 30px;
	font-style:italic;
}


/* Wedding Enquiry */

#enquiryRightForm {
	width:350px;
	height:420px;
	float:left;
	padding:10px 0 0 10px;
}











#homeMainMov {
	width:384px;
	height:300px;
	float:left;
	margin-top:20px;
	text-align:center;
	vertical-align:middle;
}
