/*********************************************
*	Theme name: 871 - Roberts Law | Solicitors and Notary
*	Author: www.psdtohtmlcss.com
*	Date: July 24, 2010
*********************************************/

/* Wrap */
/* ----------------------------------------- */

#wrap {		
	margin:				0 auto;	
	width:				975px;
}

h1 {
	font-size:36px;
	color:#6f6f6e;
	line-height:40px;
	margin:0 0 5px 0;
	padding:0;
}

h3 {
	font-size:18px;
	color:#f89848;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	line-height:18px;

}

h4 {
	font-size:14px;
	font-weight:bold;
	color:#6f6f6e;
	line-height:16px;
	margin:0 0 10px 0;
	padding:0;

}




p {
	line-height:17px;
	padding:0 0 12px 0;
	margin:0;
}


/* Header */
/* ----------------------------------------- */

#header {
	width:901px;
	background: 		url(../images/bg-header.png) no-repeat scroll 0 0;
	height:				140px;	
	padding:			27px 37px 0 37px;
	overflow:hidden;
}

#logo {
	width:219px;
	height:106px;
	float:left;
	margin:14px 0 0 17px;
	display:inline;
}

#header-right {
	width:630px;
	float:right;
	padding:30px 16px 0 0;
	color:#ffffff;
	
}

.contact-info {
	float:right;
	text-align:right;
	font-weight:bold;
	line-height:18px;
	font-size:14px;
	margin:0 0 17px 0;
	display:block;
}


/* Login */

.login {
	float:right;
}

.login form {
	float:right;
}

.login label {
	float:left;
	font-size:12px;
	color:#666666;
	height:17px;
	padding:3px 0 0 0;
	margin:0 10px 0 0;
	display:inline;
}

.login input.text-box {
	background:url(../images/input_bg.gif) no-repeat 0 0;
	width:115px;
	height:20px;
	border:none;
	float:left;
	margin:0 10px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#989898;
	padding:0 7px 0 7px;
}

.login input.submit-btn {
	width:52px;
	height:20px;
	color:#ffffff;
	background-color:#6f6f6e;
	text-transform:uppercase;
	text-align:center;
	border:none;
	cursor:pointer;
	float:left;
}

.login span {
	float:right;
	font-size:11px;
	color:#666666;
	margin:4px 63px 0 0;
}


/* Mainbody */
/* ----------------------------------------- */

#mainbody {
	background: 		url(../images/bg-mainbody.png) repeat-y scroll 0 0;		
	padding:			0 37px;
	overflow: 			hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6f6f6e;
	
}

/* Navigation */
/* ----------------------------------------- */

#nav {
	width:893px;
	height:				42px;
	margin:				0 4px 11px 4px;
	overflow:hidden;
	
}

#nav ul  {
	list-style:none;
	 margin: 0;
    padding: 0;
}

#nav ul li {
	float:left;
	 margin: 0;
    padding: 0;
}

#nav ul li#nav-home a {
	background:url(../images/nav.gif) no-repeat 0 0;
	width:68px;
	height:0;
	padding-top:42px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#nav ul li#nav-who a {
	background:url(../images/nav.gif) no-repeat -68px 0;
	width:107px;
	height:0;
	padding-top:42px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#nav ul li#nav-services a {
	background:url(../images/nav.gif) no-repeat -175px 0;
	width:79px;
	height:0;
	padding-top:42px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#nav ul li#nav-team a {
	background:url(../images/nav.gif) no-repeat -254px 0;
	width:62px;
	height:0;
	padding-top:42px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#nav ul li#nav-links a {
	background:url(../images/nav.gif) no-repeat -316px 0;
	width:106px;
	height:0;
	padding-top:42px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#nav ul li#nav-employment a {
	background:url(../images/nav.gif) no-repeat -422px 0;
	width:175px;
	height:0;
	padding-top:42px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#nav ul li#nav-pay a {
	background:url(../images/nav.gif) no-repeat -597px 0;
	width:121px;
	height:0;
	padding-top:42px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#nav ul li#nav-pub a {
	background:url(../images/nav.gif) no-repeat -718px 0;
	width:98px;
	height:0;
	padding-top:42px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#nav ul li#nav-enquiries a {
	background:url(../images/nav.gif) no-repeat -816px 0;
	width:77px;
	height:0;
	padding-top:42px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}



/* hover */


#nav ul li#nav-home a:hover, #nav ul li#nav-home a.selected {
	background:url(../images/nav.gif) no-repeat 0 -42px;

}

#nav ul li#nav-who a:hover, #nav ul li#nav-who a.selected {
	background:url(../images/nav.gif) no-repeat -68px -42px;

}

#nav ul li#nav-services a:hover, #nav ul li#nav-services a.selected {
	background:url(../images/nav.gif) no-repeat -175px -42px;

}

#nav ul li#nav-team a:hover, #nav ul li#nav-team a.selected {
	background:url(../images/nav.gif) no-repeat -254px -42px;

}

#nav ul li#nav-links a:hover, #nav ul li#nav-links a.selected {
	background:url(../images/nav.gif) no-repeat -316px -42px;

}

#nav ul li#nav-employment a:hover, #nav ul li#nav-employment a.selected  {
	background:url(../images/nav.gif) no-repeat -422px -42px;

}

#nav ul li#nav-pay a:hover, #nav ul li#nav-pay a.selected {
	background:url(../images/nav.gif) no-repeat -597px -42px;

}

#nav ul li#nav-pub a:hover, #nav ul li#nav-pub a.selected {
	background:url(../images/nav.gif) no-repeat -718px -42px;

}

#nav ul li#nav-enquiries a:hover, #nav ul li#nav-enquiries a.selected {
	background:url(../images/nav.gif) no-repeat -816px -42px;

}






/* Contentarea */
/* ----------------------------------------- */

#contentarea {	
	display:			inline;
	float:				left;
	margin:				0 0px 0 22px;
	padding:12px 0 0 0;
	height:				auto!important;
	min-height:			562px;
	height:				562px;
	width:				456px;
}


/* ----------------------------------------- */

#contentareawide {	
	margin:				 0 12px 0 22px;
	padding:           12px 10px 10px 10px;

	height:				562px;
	width:				842px;
}

/* sidebar */
/* ----------------------------------------- */

#sidebar {
	display:			inline;
	float:				right;
	margin:				 0 12px 0 0;
	height:				auto!important;
	height:				582px;
	min-height:			582px;
	width:				386px;
	background-color:#dddddd;
}

#sidebar .banner {
	width:386px;
	height:186px;
	border-bottom:1px solid #f89948;
	margin:0 0 12px 0;
}

.enquire {
	background:url(../images/icons/enquiries_icon.gif) no-repeat 0 0;
	padding:17px 0 0 85px;
	height:48px;
	font-size:14px;
	font-weight:bold;
	color:#6f6f6e;
	margin:0 0 15px 10px;
}

#sidebar .enquire a {
	color:#000000;
}

#sidebar-content {
	width:356px;
	padding:0 15px 0 15px;
}


#sidebar .divider {
	width:356px;
	height:1px;
	border-bottom:2px solid #eabb93;
	display:block;
	overflow:hidden;
	margin:0 0 15px 0;
}

.sidebar-list {
	padding:0 0 20px 0;
}

.sidebar-list ul li {
	line-height:18px;
	background:url(../images/bullet.gif) no-repeat 0 6px;
	padding:0 0 0 8px;
	margin:0 0 5px 0;
}

#sidebar .sidebar-list ul li a {
	color:#6f6f6e;
}


.sidebar-logo {
	float:right;
	padding:0 0 15px 0;
}

.sidebar-logo a {
	margin:0 0 0 14px;
}





/* Footer */
/* ----------------------------------------- */

#footer {
	background: 		url(../images/bg-footer.png) no-repeat scroll 0 100%;
	clear:				both;
	height: 			32px;
	padding:			0px 37px 0 37px;
	color:#ffffff;
	overflow:hidden;
	font-size:12px;
}


.copyright {
	float:left;
	margin:0 0 0 22px;
	padding:7px 0 0 0;
	display:inline;
}


.designed {
	float:right;
	margin:0 11px 0 0;
	padding:7px 0 0 0;
}



