/* @override http://www.corbycommercial.com.au/css/stylesheet.css */

/*

 Stylesheet for Corby Commercial Industrial
	Basic page layout and general styles.

*/

html, body {
	margin:0px;
	padding:0px;
	background:rgb(200, 187, 206);
	text-align:center;
	color:#333;
	font-size:12px;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	line-height:18px;
}

body {
	padding-bottom:20px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	color:#000;
	font-family:Verdana, Verdana, Geneva, sans-serif;
}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:normal;
	color:black;
	font-size:14px;
	text-transform:uppercase;
	text-shadow:0px 0px black;
}

h3 {
	margin-bottom:15px;
	padding:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#660040;
}

h4 {
	margin-bottom:10px;
	padding:0px;
	text-transform:uppercase;
	font-size:1em;
	color:#660040;
}

p {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1em;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	line-height:18px;
}

strong {
	color:#000;
}

ul, ol {
	margin:0px 0px 10px 0px;
	padding:0px;
}

ul li, ol li {
	margin:0px 0px 5px 30px;
	padding:0px;
	font-size:1em;
	line-height:18px;
}

a:link, 
a:visited,
a:hover,
a:active {
	color:rgb(202, 0, 192);
}

a:hover {
	text-decoration:none;
	color:rgb(202, 0, 192);
}

h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
	color:#660040;
}

.clear {
	margin:0px;
	padding:0px;
	clear:both;
	height:0px;
}

/* =wrapper */

#wrapper {
	margin:0px auto 0px auto;
	padding:0px;
	width:1050px;
	overflow:hidden;
	text-align:left;
	background:url(../images/wrapper.png) top center repeat-y;
}

/* =header */

#header {
	margin:0px 50px 0px 50px;
	padding:0px;
	height:75px;
	overflow:hidden;
	background:url(../images/header.png) top right no-repeat;
	position:relative;
}

#header h1 {
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:20px;
	height:75px;
	width:170px;
	background:url(../images/logo.png) center left no-repeat;
}

#header h1 a:link,
#header h1 a:visited, 
#header h1 a:hover,
#header h1 a:active {
	display:block;
	height:75px;
	width:170px;
	overflow:hidden;
	text-decoration:none;
	background:none;
}

#header h1 a span {
	visibility:hidden;
	background:none;
}

#header div {
	position:absolute;
	top:20px;
	right:20px;
	text-align:right;
	color:rgb(255, 245, 0);
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:20px;
	font-weight:normal;
}

#header div span {
	font-size:12px;
}

/* =menu */

#menu {
	margin:0px 50px 1px 50px;
	padding:0px;
	height:34px;
	background:url(../images/menu.png) top left repeat-x rgb(0, 5, 51);
	z-index:1000;
}

#menu ul {
	margin:0px;
	padding:0px;
	height:34px;
	list-style:none;
}	

#menu ul li {
	margin:0px;
	padding:0px;
	height:34px;
	float:left;
	background:url(../images/pipe_left_normal.png) top left no-repeat;
	position:relative;
	z-index: 1200;
}

#menu ul li.current, #menu ul li.over {
	background:url(../images/pipe_left_current.png) top left no-repeat;
}

#menu ul li#blank {
	width:1px;
}
#menu ul li#blank.over {
	background:url(../images/pipe_left_normal.png) top left no-repeat;
}

/*#menu ul li.first {
	background:url(../images/menuleft.png) top left no-repeat;
}*/

#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:hover,
#menu ul li a:active {
	margin:0px;
	padding:0px 10px 0px 10px;
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	text-shadow:1px 1px #000;
	height:34px;
	line-height:34px;
	font-size:11px;
	text-transform:uppercase;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	background:url(../images/pipe_right_normal.png) top right no-repeat;
}

#menu ul li.current a, #menu ul li:hover a {
	background:url(../images/pipe_right_current.png) top right no-repeat;
}

#menu ul li ul {
	border-top:1px solid #FFF;
	padding:0px;
	height:auto;
	background:url(../images/dropmenu.png) top left no-repeat rgb(0, 18, 84);
	display:none;
	position:absolute;
	top:34px;
	left:1px;
	width:182px;
	z-index:100;
}

#menu ul li:hover ul {
	display:block;
}

#menu ul li ul li {
	width:180px;
	height:22px;
	background:none;
	float:none;
	border:1px solid rgb(18, 46, 127);
	border-top:none;
	border-bottom:none;
}

#menu ul li ul li.first {
	padding-top:10px;
	background:none;
}

#menu ul li ul li.last {
	padding-bottom:10px;
	border-bottom:1px solid rgb(18, 46, 127);
}

#menu ul li ul li a:link,
#menu ul li ul li a:visited,
#menu ul li ul li a:hover,
#menu ul li ul li a:active {
	float:none;
	margin:0px;
	padding:0px 10px 0px 10px;
	background:none;
	height:22px;
	line-height:22px;
	text-transform:none;
	text-decoration:none;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:11px;
	color:#FFF;
	width:160px;
	letter-spacing:none;
}

#menu ul li ul li a:hover {
	background:rgb(18, 46, 127);
}

/* =page */

#page {
	margin:0px;
	padding:20px 70px 20px 70px;
}

#wrapper.home #page {
	padding:0px 50px 0px 50px;
}

/* =home page */

#home-layout #row-1 {
	margin-bottom:1px;
	height:238px;
	overflow:hidden;
}

#home-layout #row-1 #home-search {
	border-right:1px solid white;
	padding:15px 20px 20px 20px;
	float:left;
	width:276px;
	height:203px;
	overflow:hidden;
	background:rgb(230, 230, 230);
	position:relative;
}

#home-layout #row-1 #home-search h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:black;
	font-size:12px;
	text-transform:uppercase;
	text-shadow:0px 0px black;
}

#home-layout #row-1 #home-search ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#home-layout #row-1 #home-search ul li {
	margin:0px 0px 5px 0px;
	padding:0px;
}

#home-layout #row-1 #home-search ul li.types {
	margin-bottom: 2px;
}

#home-layout #row-1 #home-search #combobox {
	overflow: auto;
	border: 1px solid #333;
	background-color: #fff;
	height: 65px; 
	width: 274px;
}

#home-layout #row-1 #home-search #combobox div {
	line-height:14px;
	font-size:1em;
	font-family:Verdana;
}

#home-layout #row-1 #home-search #combobox div label {
	cursor:pointer;
}

#home-layout #row-1 #home-search select, 
#home-layout #row-1 #home-search submit {
	z-index:10;
}

#home-layout #row-1 #home-search select#minimumPrice, 
#home-layout #row-1 #home-search select#maximumPrice {
	width: 125px;
}

#home-layout #row-1 #home-search select#maximumPrice {
	margin-left: 20px;
}

#home-layout #row-1 #home-search select#commericalCategory {
	width: 135px;
}

#home-layout #home-search input#buildingSize {
	width: 110px;
	border: 1px solid #333;
	padding: 2px;
	margin-left: 20px;
	position: relative;
	top: 1px;
	color: #333;
	background: url(../images/input_bg.png) 0px -3px repeat-x;
}

#home-layout #row-1 #home-search #search_btn:link,
#home-layout #row-1 #home-search #search_btn:visited,
#home-layout #row-1 #home-search #search_btn:hover,
#home-layout #row-1 #home-search #search_btn:active {
	display:block;
	position:absolute;
	bottom:10px;
	right:20px;
	width:97px;
	height:39px;
	background:url(../images/btn_search.png) top left;
	text-decoration:none;
}

#home-layout #row-1 #home-search #search_btn:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

#home-layout #row-1 #home-search #search_btn span {
	visibility:hidden;
}

#home-layout #row-1 #home-slideshow {
	width:633px;
	height:238px;
	overflow:hidden;
	float:right;
}

/* =content */

#content {
	
}

/* =footer */

#footer {
	margin:0px 0px 0px 0px;
	padding:0px 70px 0px 70px;
	text-align:center;
	font-size:11px;
	color:#333;
	background:url(../images/footer.png) top left no-repeat;
	height:231px;
	overflow:hidden;
	position:relative;
}

#footer h2 {
	margin:20px 0px 10px 0px;
	padding:0px;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:black;
	font-size:12px;
	text-transform:uppercase;
	text-shadow:0px 0px black;
}

#footer p {
	margin-bottom:5px;
	font-size:11px;
	line-height:18px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	font-size:11px;
	color:#333;
	font-weight:normal;
}

#footer a:hover {
	text-decoration:none;
}

/* =footer-links */

#footer #footer-links {
	height:180px;
	width:613px;
	overflow:hidden;
	float:left;
	text-align:left;
}

#footer #footer-links ul {
	margin:0px;
	padding:0px;
	list-style:none;
	height:100px;
	overflow:hidden;
}

#footer #footer-links ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 25px;
	float:left;
	width:275px;
	height:20px;
	overflow:hidden;
}

#footer #footer-links ul li a:link,
#footer #footer-links ul li a:visited,
#footer #footer-links ul li a:hover,
#footer #footer-links ul li a:active {
	display:block;
	float:left;
	width:275px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	color:#000;
	font-size:11px;
	background:url(../images/bullet.png) 0px 8px no-repeat;
	text-decoration:none;
	text-indent:14px;
}

#footer #footer-links ul li a:hover {
	color:rgb(202, 0, 192);
}

/* =footer-subscribe */

#footer #footer-subscribe {
	float:right;
	width:276px;
	height:180px;
	overflow:hidden;
	text-align:left;
	position:relative;
}

#footer #footer-subscribe p {
	margin:0px 0px 20px 20px;
}

#footer #footer-subscribe #subscribe-btn:link,
#footer #footer-subscribe #subscribe-btn:visited,
#footer #footer-subscribe #subscribe-btn:hover,
#footer #footer-subscribe #subscribe-btn:active {
	margin:0px 0px 0px 179px;
	display:block;
	width:97px;
	height:39px;
	background:url(../images/btn_signup.png) top left;
	text-decoration:none;
}

#footer #footer-subscribe #subscribe-btn:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

#footer #footer-subscribe #subscribe-btn span {
	visibility:hidden;
}

#footer .copyright, #footer .renet_links {
	margin:0px;
	position:absolute;
	text-align:center;
	width:950px;
	left:50px;
	bottom:20px;
	height:20px;
	line-height:20px;
	color:rgb(202, 0, 192);
}

#footer .renet_links {
	bottom:0px;
}

#footer .copyright a, #footer .renet_links a {
	color:rgb(202, 0, 192);
}


