/* BODY 
----------------------------------------*/

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	width: 770px;
	background-color: #232323;
}

/* HEADER 
----------------------------------------*/

#header {
	padding: 0 0 5px 0;
	margin: 0;
	background: #072343;
}
#flashcontent {
	width: 770px;
	height: 145px;
	background: #000;
}

#logocontainer {
	height: 50px;
	background-color: #fff;
	padding: 15px 0;
\\	border-bottom: 5px solid #eee;
}
#logo {
	float: left;
}
#logo img {
	vertical-align: middle;
}

/* SPLASH 
----------------------------------------*/

#index {
	padding: 10px 0 0 0;
	float: right;
	width: 580px;
	height: 291px;
	background-color: #fff;
}
#footer {
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
\\	border-top: 1px solid #fff;
	float: right;
	width: 580px;
}
#footer img {
	padding: 0;
	margin-bottom: 15px;
}
#footer p {
	padding: 0;
	margin: 0;
}

/* SHOWROOM 
----------------------------------------*/

#showroom {
	padding: 20px 20px 15px 30px;
	float: right;
	width: 540px;
	background-color: #fff;
	font-size: 1.2em;
}

/* CONTENT 
----------------------------------------*/

#content {
	padding: 20px 20px 15px 30px;
	margin: 0;
	font-size: 1.2em;
	float: left;
	width: 350px;
	background-color: #fff;
}
#content .greyborders {
	padding: 5px;
	border: 1px solid #eee;
	margin-left: 5px;
}
#content .ul {
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#content .ul li {
	padding: 3px;
	border-bottom: 1px dashed #eee;
	list-style-image:  url(../images/icons/li.gif);
}
#content .ol {
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#content .ol li {
	padding: 3px;
	border-bottom: 1px dashed #eee;
	list-style-image:  url(../images/icons/li-02.gif);
}

/* MENU 
----------------------------------------*/

#menu {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	background: #072343;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	display: inline; /* Fix for silly 1px gap in IE */
}
#menu ul li a {
	display: block;
	width: auto;
	padding: 7px 5px 7px 26px;
	margin: 1px 0;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #1C3A5A url(../images/icons/nav.gif) no-repeat 10px center;
\\	border-bottom: 1px solid #00435C;
}
#menu ul li a:hover {
	background-color: #1F4A6D;
	background-image: url(../images/icons/nav-over.gif);
	font-weight: bold;
}
#menu img {
	margin: 0;
	padding: 0;
\\	border-bottom: 1px solid #fff;
}
#menu p {
	margin: 0;
	padding: 0;
}
#menu h1 {
	margin: 0;
	padding: 5px 10px 10px;
	font-size: 1.5em;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
	background: #072343;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#aboutus #menu-aboutus a,
#stock #menu-stock a,
#commercial #menu-commercial a,
#finance #menu-finance a,
#contact #menu-contact a,
#location #menu-location a {
	font-weight: bold;
	color: #fff;
	background: #47688A url(../images/icons/nav-over.gif) no-repeat 10px center;
}

/* SUB CONTENT
----------------------------------------*/

#subcontent {
	padding: 20px 15px 15px;
	margin: 0;
	width: 150px;
	float: right;
	font-size: 1.2em;
}
#subcontent img {
	vertical-align: middle;
	border: none;
}

/* GLOBAL 
----------------------------------------*/

p {}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	border-bottom: 1px none #eee;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #47688A;
}
h4 {
	font-size: 0.9em;
	font-weight: normal;
	color: #999;
}
blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 1.4em;
	font-weight: normal;
	float: right;
	width: 130px;
	color: #459EC8;
	border-left: 1px dashed #eee;
	font-style: normal;
}
a:link {
	color: #47688A;
	text-decoration: none;
}
a:hover {
	color: #1C3A5A;
	text-decoration: none;
}
a:visited {
	color: #1C3A5A;
	text-decoration: none;
}
.tel {
	background:   url(../images/icons/tel.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.mob {
	background:   url(../images/icons/mob.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.fax {
	background:   url(../images/icons/fax.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.email {
	background:   url(../images/icons/email.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
