/* BODY 
----------------------------------------*/

body {
	margin: 0 auto;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 64%;
	color:#333333;
	width: 770px;
	background:#FFFFFF;
}

/* HEADER 
----------------------------------------*/

#header {
	padding: 0;
	margin: 0;
	width:800px;
	height:165px;
	background:url(../images/header.gif) no-repeat center;
	margin-bottom: 5px;
}

#footer {
	background-color:#E6E6EB;
	height:20px;
	padding:6px 0px 2px 20px;
	text-align:left;
}


/* SHOWROOM 
----------------------------------------*/

#showroom {
	padding: 20px 20px 15px 30px;
	float: right;
	width: 540px;
	background-color: #fff;
	font-size: 1.2em;
}

/* CONTENT 
----------------------------------------*/

#content {
	padding: 20px 20px 20px 20px;
	margin: 0;
	font-size: 1.0em;
	color:#333333;
	border-left:1px dotted #E6E6EB;
}
.greyborders {
	padding: 5px;
	border: 1px solid #ddd;
}

/*Top Nav*/
#topNav{
	height:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px 0px 4px 20px;
}
#topNav a:link {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}
#topNav a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}
#topNav li a:hover {
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:underline;
}
#topNav li a:active {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

#addressBar {
	text-align:right;
	margin: 0;
	padding-right:10px;
	background-color: #E6E6EB;
	border-top:25px #E6E6EB solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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: #33A676;
}
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: #33A676;
	border-left: 1px dashed #eee;
	font-style: normal;
}
a:link {
	color: #E03234;
	text-decoration: none;
}
a:hover {
	color: #E03234;
	text-decoration:underline;
}
a:visited {
	color: #E03234;
	text-decoration: none;
}
a:active {
	color: #E03234;
	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;
}
.style1 {font-size: 12px;}
