* {
	font-family: verdana, arial, sans-serif;
	border-collapse: collapse;
	color: #3F3F3F;
}
img {
	border: none;
}
img a: {
	border: none;
}
red-color {
	color: #FF3333;
}
body {
	font-size: 75%;
	text-align: center;
}
h1 {
	font-size: 110%;
	font-weight: strong;
}
h2 {
	font-size: 110%;
	font-weight: strong;
}

a, a:visited, a:active {
	color: #3F3F3F;
	text-decoration: none;
}
#container a:hover {
	color: #FF3333;
	text-decoration: underline; 
}
#container {
	text-align: left;
	width: 680px;
	height:300px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	border-bottom: 2px solid #666;
	margin-bottom: 30px;
	width: 675px;
}

#menu {
	float: left;
	width: 140px;
	font-size: 100%;
	margin-top: 10px;
	line-height: 20px;
}

#menu a, a:visited, a:active {
	color: #3F3F3F;
	text-decoration: none;
}
#menu a:hover {
	color: #FF3333;
	text-decoration: underline; 
}

#menu-selected {
	color: #FF3333;
}

#submenu {
	width: 140px;
	font-size: 90%;
	margin-top: 20px;
}
#submenu-selected {
	color: #FF3333;
}
#submenu a, a:visited, a:active {
	color: #3F3F3F;
	text-decoration: none;
}
#submenu a:hover {
	color: #FF3333;
	text-decoration: underline; 
}

#content {
	float: left;
	width: 275px;
	aheight: 280px;
	margin-bottom: 30px;
}
#navigation {
	margin-top:20px;
	width: 275px;
}
#navigation-back {
	float: left;
}
#navigation-forward {
	float: right;
}
#right {
	float: right;
	width: 210px; /* total 260 */
	margin-left: 50px;
}
#image {
	float: left;
	width: 151px;
	aheight: 298px;
}
#slogan {
	width: 17px;
	aheight: 298px;
	float: right;
}


#footer {
	margin-left: auto;
	margin-right: auto;
	color: #8C8C8C;
	font-size: 75%;
	text-align: center;
	padding-top: 15px;
}
#contact-left {
	float: left;
	width: 220px;
	margin-bottom: 30px;
}
#contact-right {
	float: left;
	width: 230px;
}
#brands {
	float: left;
	width: 450px;	
}
.inputtext {
	width:150px; 
	height:15px; 
	font-size: 10px; 
	background: solid; 
	color: #3F3F3F; 
	border: 1px solid #8C8C8C; 
}
.inputtextarea {
	border: 1px solid #8C8C8C; 
}