/*
Theme Name: Select Design Group
Theme URI: http://www.selectdesigngroup.com.au/
Description: Select Design Group theme for WordPress
Version: 1.0
Author: Ryan Marshall
Author URI: http://www.schmoove.co.nz/
*/

body {
	padding: 25px;
	margin: 0;
	background: url('images/body_bg.gif') #3e3f3e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #bc2128;
	text-decoration: none;
}

a:hover {
	color: #9f1c22;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

#page {
	background: url('images/page_bg.png') transparent;
	padding: 15px;
	width: 930px;
	margin: 0 auto;
}

#header {
	padding: 0;
	margin: 0;
}

#logo {
	display: block;
	width: 170px;
	height: 209px;
	margin-right: 15px;
	float: left;
}

#banner {
	display: block;
	width: 745px;
	height: 171px;
	float: left;
	background: #555 url('images/banner.jpg') no-repeat;
}

#sidebar {
	width: 170px;
	height: 400px;
	margin-right: 15px;
	float: left;
}

#sidebar ul.features {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul.features li {
	background: url('images/page_bg.png') transparent;
	color: #999;
	font-size: 11px;
	margin-top: 15px;
	padding-bottom: 1px;
}

#sidebar ul.features li h2 {
	font-family: "Helvetica Condensed", "Arial Narrow", Helvetica, Arial, sans-serif;
	background: url('images/page_bg.png') transparent;
	color: #bc2128;
	font-weight: normal;
	padding: 5px 10px;
}

#sidebar ul.features li p {
	margin: 10px;
}

#sidebar ul.features li a {
	color: #ccc;
}

#sidebar ul.features li a:hover {
	color: #fff;
}

#content {
	float: left;
	width: 745px;
	background: url('images/content_top.gif') no-repeat top #fff;
	min-height: 560px;
}

.post {
	padding: 30px 25px 25px 25px;
	color: #555;
}

h1 {
	margin-bottom: 0;
}

h3 {
	font-size: 13px;
}

.clear {
	float: none;
	clear: both;
	height: 0px;
}

#footer {
	font-family: "Helvetica Condensed", "Arial Narrow", Helvetica, Arial, sans-serif;
	margin-left: 185px;
	padding: 10px 0 0 0;
	clear: both;
	float: none;
	color: #666;
	font-size: 12px;
}

#footer ul.links {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#footer ul.links li {
	float: left;
	margin-left: 15px;
}

#footer ul.links li a {
	color: #999;
	text-decoration: none;
}

#footer ul.links li a:hover {
	color: #aaa;
	text-decoration: underline;
}


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.aligncenter {
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

table.homepage-boxes {
	background-color: #f4f4f4;
	border-spacing: 0;
}

table.homepage-boxes .box-heading {
	font-family: "Helvetica Condensed", "Arial Narrow", Helvetica, Arial, sans-serif;	
	background-color: #bc2128;
	color: #fff;
	padding: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

table.homepage-boxes .box-content {
	padding: 0px 10px 10px 10px;
}

table.homepage-boxes td.box1 {
	border-right: 8px solid #fff;
	vertical-align: top;
}

table.homepage-boxes td.box2 {
	border-left: 8px solid #fff;
	vertical-align: top;
}

/* CSS Dropdown Menu */

#nav {
	width: 745px; 
	height: 40px; 
	position:relative; 
	z-index:100;
	font-family: "Helvetica Condensed", "Arial Narrow", Helvetica, Arial, sans-serif;
	padding:0;
	margin:0;
	list-style:none;
	float: left;
}

/* remove all the bullets, borders and padding from the default list styling */
#nav ul {
	width:123px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {
	float:left;
	width:123px;
	position:relative;
	border-right: 1px solid #222;
}

#nav ul li {
	border: 0;
}

/* style the links for the top level */
#nav a, #nav a:visited {
	display:block;
	font-size:14px;
	text-decoration: none;
	text-align: center;
	color:#fff; 
	width:123px; 
	height:40px;
	line-height: 38px;
	background: url('images/nav_bg.gif') repeat-x 0 0px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:40px;
	left:-1px; 
	width:125px;
	padding:0;
	margin:0;
	list-style:none;
	z-index:9999;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
#nav ul a, #nav ul a:visited {
	font-size:12px;
	background: none #5a0000;
	border-bottom:1px solid #500000; 
	color: #ddd; 
	height:auto; 
	line-height:1em; 
	padding:5px; 
	width:114px;
}

#nav ul a:hover {
	background-color: #8b1317;
	color: #fff;
}

/* style the top level hover */
#nav a:hover, #nav ul a:hover{ color:#fff; background-position: 0 -40px; }
#nav :hover > a, #nav ul :hover > a { color:#fff; background-position: 0 -40px; }

/* make the second level visible when hover on first level list OR link */
#nav li:hover ul,
#nav a:hover ul{visibility:visible; }

#nav li .menu_item_link_14  {
	border: 0;
	width: 125px;
}

/* Custom Email Form */
.custom-email-form {
	padding: 15px;
	width: 450px;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

input[type="text"], textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	color: #666;
}

.custom-email-form .row {
	clear: both;
	float: none;
	padding-top: 10px;
	font-size: 11px;
}

.custom-email-form label {
	display: block;
	width: 120px;
	margin-right: 10px;
	float: left;
	color: #666;
}

input[type="text"], select, textarea {
	float: left;
	width: 170px;
	color: #333;
}

select {
	width: 180px;
}

textarea {
	width: 290px;
	height: 100px;
}

input[type="submit"] {
	margin-left: 130px;
}

.google-map {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.sent {
	font-weight: bold;
	width: auto;	
}

.is_required {
	margin-left: 10px;
	color: maroon;
	font-size: 13px;
}

label.error {
	color: maroon;
	font-size: 11px;
	float: none;
	width: auto;
	clear: both;
	margin-left: 130px;
	padding-top: 5px;
}