@charset "UTF-8";
/* CSS Document */

BODY {
	font-size:14px;
	line-height:21px;
	font-family:"Times New Roman", Times, serif;
	margin:16px 0 0 0;
	padding:0:
}

h1 {
	font-size:18px;
	line-height:27px;
	font-weight:normal;
	margin:0;
	padding:0;
}

a:link,
a:visited {
	text-decoration:none;
	color:#7e8069;
}

a:hover {
	text-decoration:underline;
}


#maincontainer {
	width:1045px;
	height:689px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
}

#aboutcontainer {
	width:1045px;
	height:689px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/about.jpg);
	background-repeat:no-repeat;
}

#productcontainer {
	width:1045px;
	height:689px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/product.jpg);
	background-repeat:no-repeat;
}

#brandcontainer {
	width:1045px;
	height:689px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/brands.jpg);
	background-repeat:no-repeat;
}

#contactcontainer {
	width:1045px;
	height:689px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
}

#brandcontainer  #content{
	clear:both;
	width:400px;
	margin-left:50px;
	padding-top:50px;
}

#content{
	clear:both;
	width:550px;
	margin-left:50px;
	padding-top:50px;
}

#clientlogin {
	float:right;
	padding-right:35px;
	padding-top:45px;
	width:332px;
	margin:0;
}

#navigation {
	float:left;
	padding-left:24px;
	margin:0;
}

#homelink {
	height:100px;
	width:225px;
}

#homelink a {
	height:100px;
	width:225px;
	display:block;
}

.navitem {
	float:left;
	padding-right:25px;
}

.navitem a:link,
.navitem a:visited {
	text-decoration:none;
	color:#000000;
	font-size:15px;
}

.navitem a:hover {
	color:#7e8069;
}

.navitem a#selected {
	color:#7e8069;
	text-decoration:underline;
}

#search-field {
	border:0.1em solid #CCCCCC;
	cursor:text;
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 5px;
	width:195px;
	height:15px;
}

.btn-search {
	float:left;
	padding:0 4px 0 0;
}

fieldset {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:38px 0 0 0;
	padding:0;
	vertical-align:baseline;
	float:right;
}

input, select, textarea {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#cccccc;
}

input {
	margin:0;
	padding:0;
}

#sitelinks{
	display:block;
	width:332px;
	height:16px;
	float:right;
}

#loginform{
	display:block;
	width:332px;
	float:right;
	height:55px;
}
