* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
body {
	font: normal 12px/18px "Trebuchet MS", Arial;
	color: #666666;
	padding-top: 26px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #03C398;
	margin-bottom: 10px;
}
#content a {
	color: #03C398;
	text-decoration: none;
}
#content  a:hover {
	color: #999999;
}




#wrapper {
	margin: 0px auto;
	width: 753px;
}

#branding {
	width: auto;
}
#main_navigation {
	float: right;
	width: 500px;
	text-align: right;
}

#branding img {
	margin-left: 17px;
}

#branding ul {
	float: right;
	list-style: none;
	margin-top: 0px;
	margin-right: 8px;
	clear: right;
}
#branding li {
	display: inline;
	margin-left: 20px;
}
#branding li a {
	color: #999999;
	text-decoration: none;
}
#branding li a:hover {
	color: #22CAA5;
}




#portfolio {
	background: #FFFFFF url(images/top_line.gif) no-repeat 0px -3px;
	width: auto;
	height: 290px;
	padding-top: 47px;
	color: #999999;
}
#portfolio a {
	text-decoration: none;
	color: #03C398;
}
#portfolio a:hover {
	color: #666666;
}


#portfolio h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -7px;
}


#content {
	background:#ffffff url(images/top_line.gif) no-repeat 0px 0px;
	width: auto;
}
#content .box {
	width: 210px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
}
#content .services {
	margin-left: 200px;
	width: 350px;
	padding-top: 30px;
}

#footer {
	clear: both;
	width: auto;
	color:#ccc;
	text-align:right;
	padding:15px 8px;
}
.showroom_img {
	margin-right: 30px;
	border: 1px solid #cccccc;
}
#showroom{
	background: url(images/showroom.gif) no-repeat 0 8px;
	height: 30px;
	width: 100px;
	color: #333333;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 11px;
	margin-left: 200px;

	
}
#showroom a{
	color: #666666;
	display: block;
	padding-top: 5px;
}
#branding #services_sub1{
	float: right;
	width:1px; 
	margin-top: 7px;
	height:18px;
	margin-right: 0px;
}
#branding #services_sub ul {
	float: right;
	list-style: none;
	margin-top: 7px;
	margin-right: 8px;
}
#branding #services_sub li {
	display: inline;
	margin-left: 20px;
}
#branding #services_sub li a {
	color: #cccccc;
	text-decoration: none;
}
#branding #services_sub li a:hover {
	color: #22CAA5;
}
#content  table  .services ul {
	list-style: disc;
	padding: 0px;margin-left: 20px;	
}
#content  td  .services li {
	list-style: disc;
	display: block;
	float: none;
	
}
#content label {
	width: 120px;
	display:block;
}
#content input, #content textarea {
	padding: 2px;
	margin-bottom: 5px;
	border:1px solid #ccc;
}
#content #submit {
	background: url(images/submit.gif) no-repeat left top;
	text-align: center;
	height: 20px;
	width: 78px;
	border:none;
	padding:0px;
	color:#666666;
}
#content #submit_message {
	color: #DE3883;
}


.error {
    border: 1px solid #DE3883;
}

