@charset "utf-8";
/* CSS Document */

@import url("pngfix.css");

body {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}


a:link, a:visited, a:active {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	color: #003399;
	text-decoration: underline;
}

.space10, .space20, .space30, .space40 {
	display: block;
	clear: both;
}
	.space10 { height: 10px; font-size: 1px; line-height: 1px; }
	.space20 { height: 20px; }
	.space30 { height: 30px; }
	.space40 { height: 40px; }


.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.separator-line {
	width: 740px;
	height: 10px;
	font-size: 1px;
	background: url(../images/separator_line.png) repeat-x;
}

.required { color: #FF0000; }

.float-right { float: left; }

.letter-space {
	letter-spacing: 1px;
	word-spacing: 2px;
}

.p20 { padding: 0 20px; }

h1,h2,h3,h4,h5,h6 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
}
	
#wrapper {
	width: 960px;
	padding: 0 7px;
	margin: 0 auto;
	background: url(../images/container_bg.png) repeat-y;
}

#footer-bottom {
	width: 960px;
	height: 15px;
	padding: 0 7px;
	margin: 0 auto;
	background: url(../images/footer_bg.png) no-repeat;
}

#container {
	width: 920px;
	margin: 0 auto;
}

#header {
	padding-top: 20px;
	width: 920px;
	float: left;
}

	#logo {
		display: block;
		width: 310px;
		height: 70px;
		float: left;
		background: url(../images/logo.gif) no-repeat;
	}
	
	#call-now {
		width: 320px;
		height: 70px;
		float: right;
		background: url(../images/call_now.gif) no-repeat;
	}


#menu {
	width: 920px;
	height: 60px;
	padding: 20px 0;
	float: left;
}
	
	#menu li {
		width: auto;
		display: block;
		float: left;
	}
	
	#menu li a {
		width: auto;
		height: 60px;
		display: block;
		float: left;
	}
	
		#menu li a.home {
			width: 96px;
			background: url(../images/menu_home.png) no-repeat;
		}
		#menu li a.home:hover { background: url(../images/menu_home_hover.png) no-repeat; }
		
		#menu li a.residential {
			width: 126px;
			background: url(../images/menu_residential.png) no-repeat;
		}
		#menu li a.residential:hover { background: url(../images/menu_residential_hover.png) no-repeat; }
		
		#menu li a.corporate {
			width: 119px;
			background: url(../images/menu_corporate.png) no-repeat;
		}
		#menu li a.corporate:hover { background: url(../images/menu_corporate_hover.png) no-repeat; }
		
		#menu li a.about-us {
			width: 114px;
			background: url(../images/menu_about_us.png) no-repeat;
		}
		#menu li a.about-us:hover { background: url(../images/menu_about_us_hover.png) no-repeat; }
		
		#menu li a.links {
			width: 81px;
			background: url(../images/menu_links.png) no-repeat;
		}
		#menu li a.links:hover { background: url(../images/menu_links_hover.png) no-repeat; }
		
		#menu li a.services {
			width: 104px;
			background: url(../images/menu_services.png) no-repeat;
		}
		#menu li a.services:hover { background: url(../images/menu_services_hover.png) no-repeat; }

		#menu li a.warehousing {
			width: 153px;
			background: url(../images/menu_warehousing.png) no-repeat;
		}
		#menu li a.warehousing:hover { background: url(../images/menu_warehousing_hover.png) no-repeat; }

		#menu li a.contact-us {
			width: 127px;
			background: url(../images/menu_contact_us.png) no-repeat;
		}
		#menu li a.contact-us:hover { background: url(../images/menu_contact_us_hover.png) no-repeat; }
		
		
/*--------------------
	Heading
--------------------*/

#content .heading {
	width: 620px;
	height: 30px;
}

.heading-mediation {
	width: 700px;
	height: 40px;
	background: url(../images/heading_mediation.png) no-repeat;
}

.heading-event {
	width: 700px;
	height: 40px;
	background: url(../images/heading_event.png) no-repeat;
}

.heading-contact {
	width: 700px;
	height: 40px;
	background: url(../images/heading_contact.png) no-repeat;
}

.heading-newsome {
	width: 240px;
	height: 30px;
	background: url(../images/heading_newsome.png) no-repeat;
}


/*--------------------
	Present Box
--------------------*/

#header-image-outter {
	width: 610px;
	height: 260px;
	border: 5px solid #999;
}
	
.header-image-home {
	width: 610px;
	height: 260px;
	background: url(../images/header_home.jpg) no-repeat;
}

.present-image-event {
	width: 700px;
	height: 150px;
	background: url(../images/image_event.png) no-repeat;
}

.present-image-contact {
	width: 700px;
	height: 150px;
	background: url(../images/image_contact.png) no-repeat;
}


/*----------------
	Content
----------------*/

#content {
	width: 620px;
	float: left;
	font-size: 11px;
	color: 333px;
}

#content p, #content ul {
	padding-top: 4px;
	padding-bottom: 10px;
}


ul.bullet-arrow-red li {
	padding-left: 20px;
	padding-bottom: 6px;
	background: url(../images/bullet_arrow_red.gif) no-repeat 0px 3px;
}

a.readmore, a.readmore:link, a.readmore:visited, a.readmore:active {
	color: white;	
	display: block;
	float: right;
	height: 26px;
	padding: 0 15px;
	line-height: 26px;
	background: url(../images/readmore_bg.gif) repeat-x;
}

blockquote {
	padding-bottom: 20px;
	background: url(../images/quote.gif) no-repeat top left;
	text-align: justify;
}
		
	blockquote p {
		background: url(../images/quote_end.gif) no-repeat bottom right;
		padding: 15px 30px 30px 40px;
	}
		
	blockquote cite {
		color: #5B5B5B;
		float: right;
		font-style: normal;
		font-weight: bold;
	}


/*----------------
	Sidebar
----------------*/

#sidebar {
	float: right;
	width: 280px;
}

.sidebar-free-estimate-form {
	color: #FCFCFC;
	font-size: 11px;
	width: 250px;
	padding: 0 10px;
	background-color: #12569a;
	border: 5px solid #cacaca;
	padding-bottom: 20px;
}


.sidebar-free-estimate-form p {
	padding-bottom: 12px;
}

.sidebar-free-estimate-form .get-a-free-estimate {
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

.sidebar-free-estimate-form label {
	width: 250px;
	padding-top: 10px;
	float: left;
}


.sidebar-free-estimate-form .text-box {
	color: #696969;
	width: 240px;
	height: 26px;
	border: none;
	background: none;
}

.sidebar-free-estimate-form .text-box-outter {
	width: 240px;
	padding: 0 5px;
	padding-top: 2px;
	height: 24px;
	float: left;
	background: url(../images/txt_box_bg.gif) no-repeat;
}

.sidebar-free-estimate-form .text-box-outter-focus {
	width: 240px;
	padding: 0 5px;
	padding-top: 2px;
	height: 24px;
	float: left;
	background: url(../images/txt_box_focus_bg.gif) no-repeat;
}

.sidebar-free-estimate-form .text-area {
	width: 245px;
	border: none;
	height: 94px;
	background: none;
}

.sidebar-free-estimate-form .text-area-outter {
	width: 246px;
	height: 96px;
	float: left;
	background: url(../images/txt_area_bg.gif) no-repeat;
}

.sidebar-free-estimate-form .text-area-outter-focus {
	width: 246px;
	height: 96px;
	float: left;
	background: url(../images/txt_area_focus_bg.gif) no-repeat;
}

.sidebar-free-estimate-form .btn-submit {
	width: 96px;
	height: 32px;
	background: none;
	border: none;
	background: url(../images/btn_submit.png) no-repeat;
	margin-left: 75px;
	cursor: pointer;
}

.sidebar-free-estimate-form .btn-submit-hover {
	width: 96px;
	height: 32px;
	background: none;
	border: none;
	background: url(../images/btn_submit_hover.png) no-repeat;
	margin-left: 75px;
	cursor: pointer;
}









.footer {
	width: 700px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

	.footer p {
		text-align: center;
	}



#logo-footer {
	margin: 0 auto;
	width: 236px;
	height: 60px;
	background: url(../images/logo.gif) no-repeat;
}

.copyright {
	text-align: center;
	padding: 10px;
	font-size: 11px;
	color: #666;
}
	

/*-------------
	Forms
-------------*/


.contact-us-table {
}

.contact-us-table td {
	padding: 0 5px 10px 5px;
}

.text-box {
	width: 180px;
}

.text-box-normal {
	width: 112px;
}

.text-box-small {
	width: 60px;
}

.textarea {
	width: 350px;
	height: 100px;
}

.btn-reset {
	width: 96px;
	height: 32px;
	background: none;
	border: none;
	background: url(../images/btn_reset.png) no-repeat;
	cursor: pointer;
}

.btn-reset-hover {
	width: 96px;
	height: 32px;
	background: none;
	border: none;
	background: url(../images/btn_reset_hover.png) no-repeat;
	cursor: pointer;
}

.btn-submit {
	width: 96px;
	height: 32px;
	background: none;
	border: none;
	background: url(../images/btn_submit.png) no-repeat;
	cursor: pointer;
}

.btn-submit-hover {
	width: 96px;
	height: 32px;
	background: none;
	border: none;
	background: url(../images/btn_submit_hover.png) no-repeat;
	cursor: pointer;
}

