@charset "utf-8";
/* CSS Document */

html * {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 62.5%;
	line-height: 1.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#ffffff;
}

#wrapper {
	width: 750px;
}

#header-wrap {
	width: 750px;
	height: 277px;
}

#button-bar {
	background: url(images/button-bar-bg.gif) repeat-x;
	height: 70px;
	width: 750px;
}

#content {
	width: 490px;
	float: right;
	clear: right;
	padding-left: 50px;
	border-left: #CCCCCC 1px solid;
}

#subNav {
	width: 200px;
	float: left;
	clear: left;
	text-align: right;
	border-right: #CCCCCC 1px solid;
	padding-right: 9px;
	padding-bottom: 10px;
}

#footer {
	width: 750px;
	font-size: 1em;
	border-top: 1px #CCCCCC solid;
	padding: 10px 0 0 10px;
	margin-top: 10px;
	color: #999999;
	clear: both;
}


/* header styling
==============================*/


#header-wrap #streetwise-logo-box {
	width: 209px;
	height: 122px;
	float: left;
	clear: none;
}

#header-wrap #mainNav {
	width: 209px;
	height: 155px;
	float: left;
	clear: left;
}

#header-wrap #header-image {
	width: 541px;
	height: 277px;
	float: right;
}



/* mainNav styling
==============================*/

#mainNav ul {
	margin-left: 20px;
	margin-top: 10px;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
}

#mainNav ul li {
	padding-left: 20px;
	background: url(images/menu-bg.gif) no-repeat top left;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	list-style: none;
}

#mainNav ul li a:link, #mainNav ul li a:visited {
	color: #999999;
	text-decoration: none;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
	color: #666666;
}


/* sub navigation styling
===================================*/

#mainNav li { /* all list items */
	width: 170px; /* width needed or else Opera goes nuts */
}

#mainNav li ul { /* second-level lists */
	font-size: 10px;
	background: #FFFFFF;
	position: absolute;
	width: 265px;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mainNav ul li ul li {
	background: url(images/submenu-bg.gif) no-repeat top left;
	padding-left: 15px;
	width: 265px;
}

#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	position: absolute;
	left: 120px;
	margin-top: -5px;
	
}


/* botton bar styling
==============================*/

#button-bar .button1 {
	padding-top: 10px;
	width: 250px;
	float: right;
}

/* subNav styling
==============================*/

#subNav ul p {
	color: #0099CC;
	font-size: 1.4em;
	padding: 0 10px 10px 0;
}

#subNav ul li {
	list-style: none;
	font-size: 1em;
	padding: 2px 10px 2px 0;
	border-bottom: 1px solid #eeeeee;
}

#subNav ul li a:link, #subNav ul li a:visited {
	color: #999999;
	text-decoration: none;
	padding-right: 0px;
	margin-right: 0px;
}

#subNav ul li a:hover, #subNav ul li a:active {
	color: #666666;
}

#subNav #logo-section {
	margin-top: 60px;
	margin-right: 10px;
}

#subNav #logo-section img {
	padding-top: 20px;
}


/* content styling
==============================*/

#content {
	padding-bottom: 30px;
}

#content p {
	margin-top: 10px;
	font-size: 1.2em;
}

#content h1 {
	margin-top: 20px;
	font-size: 1.6em;
}

#content h2 {
	margin-top: 20px;
	font-size: 1.4em;
}

#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#content a:hover, #content a:active {
	color: #000000;
}

#content ul {
	margin-left: 25px;
	font-size: 1.2em;
}

#content .float-image-right {
	float: right;
	padding: 0px 0px 10px 10px;
}

#content .float-image-left {
	float: left;
	padding: 0px 10px 10px 0px;
}

.bannerimg {
	margin-left: -10px;
}

.indbanner {
	padding-top: 5px;
}

.indbanner .bannerbutton {
	margin-left: -10px;
	float: left;
	clear: none;
	padding-right: 1px;
}


/* footer styling
==============================*/

#copy-text {
	float: left;
	margin-top: 2px;
}

#procom-text {
	float: right;
	margin-top: -10px;
}

/* google map styling
=============================*/

.inputbox2 {
	background-color: #eeeeee;
}


/* enquiry form styling
=============================*/

input {
	border: 1px solid #dddddd;
	width: 250px;
}

textarea {
	border: 1px solid #dddddd;
	width: 250px;
}