/** BASIC */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(../../images/homepage01.jpg) repeat left top;
	background-color: #999;
}

a {
	outline:none;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 15px;
}

h3 {
	margin-bottom: 1em;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

#mainbody ol li {
	margin-bottom:1em;
}

#mainbody ol blockquote {
	margin-top:1em;
	margin-bottom:1em;
}

#mainbody ul li {
	margin-bottom:0.5em;
}

/** WRAPPER */

#wrapper {
	padding-top: 43px;
	background: url(../../images/homepage02.jpg) repeat-x left top;
}

/** HEADER */

#header {
	width: 980px;
	height: 125px;
	margin: 0px auto;
	background: url(../../images/homepage03.jpg) repeat-x left top;
}

/** LOGO */

#logo {
	float: left;
	width: 410px;
	height: 125px;
	background: url(../../images/logo.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** RIGHT HEADER */

#rightheader {
	float: right;
	width: 458px;
	height: 135px;
	background: url(../../images/header-right.jpg) no-repeat right top;
}

#search {
	float:left;
	width:258px;
	padding:55px 0 0 160px;
}

#topmenu {
	float:right;
	width:238px;
	height:13px;
	margin:10px 13px 0 0;
	background:url(../../images/topmenu.jpg) left no-repeat #FFF;
	text-align:right;
	padding-right:5px;
	padding-bottom:2px;
}

#topmenu a, #topmenu a:visited {
	font-size:10px;
	margin:0 3px 0 3px;
}

/** MENU */

#menu {
	height: 240px;
	padding: 17px 0px 0px 30px; 
}

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

#menu li {
	display: block;
	height: 30px;
	padding: 0px 0px 0px 28px;
	background: url(../../images/homepage08.gif) no-repeat left center;
}

#menu a {
	display: block;
	width: 211px;
	height: 20px;
	padding: 10px 0px 0px 3px;
	background: url(../../images/homepage09.gif) repeat-x left bottom;
}

/** LOGIN */

#login {
	padding: 55px 0px 0px 35px;
	background: url(../../images/homepage14.jpg) no-repeat left top;
	margin-top:-7px;
}

/** FORMS */
.input2 {
	width: 63px;
	height: 22px;
	background: url(../../images/homepage13.gif) no-repeat left top;
	border: none;
}

.fright {
	float:right;
}

.fleft {
	float:left;
}

/** CONTENT */

#content {
	width: 980px;
	margin: 0px auto;
	padding:0;
	background: url(../../images/homepage07.jpg) repeat-y left top;
}

#left {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 40px;
	background: url(../../images/homepage10.jpg) no-repeat left top;
}

#right {
	float: left;
	width: 627px;
	padding: 0px 13px 0px 0px;
	margin:0;
}

/** FOOTER */
#footer {
	width: 980px;
	margin: 0px auto;
	padding: 12px 0px;
	background: url(../../images/footer.jpg) no-repeat left top;
}

/** ADVERT */

#advert {
	padding-bottom: 10px;
	background:#fff;
}

/** MAIN BODY */

#mainbody {
	padding: 25px 30px 20px 25px;
	background: url(../../images/homepage15.jpg) no-repeat left top;
}

#contactLeft {
	position:relative;
	width:60%;
	float:left;
	margin-top:10px;
}

.addressimg {
	margin-left:-20px;
}

#contactRight {
	position:relative;
	width:35%;
	float:left;
	margin-top:10px;
}

#clear {
	clear: both;
}

.inputsml {
  width:120px;
}

.inputmed {
  width:155px;
}

.inputlrg {
  width:260px;
}
/** FOOTER **/
.footertextL {
	float:left;
}

.footertextR {
	float:right;
}

#sitemap a {
  font-size:12px;	
}
