/*CSS DOCUMENT*/

/*GLOBAL*/
body {
	margin:0 0 200px 0;
	padding:0;
	background:#eee;
	font-family:"Lucida Grande", Verdana, sans-serif;
}


/*HEADER*/
#header-wrap {
	height:60px;
	background:#000 url(../images/header_wrap_background.gif);
	border-bottom:solid #fff 1px;
}

#header-container {
	width:850px;
	text-align:left;
}

img#header-logo {
	display:block;
	border:0;
	float:left;
}

ul#header-nav {
	list-style:none;
	padding:0;
	margin:20px 0 0 0;
	float:right;
}

ul#header-nav li {
	padding:0;
	margin:0;
	display:inline;
}

ul#header-nav li a:link,
ul#header-nav li a:visited {
	padding:0;
	margin:0 0 0 15px;
	font-family:"Lucida Grande";
	font-size:13px;
	font-weight:bold;
	color:#ccc;
	text-decoration:none;
}

ul#header-nav li a:hover,
ul#header-nav li a:visited:hover {
	color:#fff;
	text-decoration:underline;
}


/*BODY*/
#body-wrap {
	min-height:500px;
	background:#fff url(../images/body_wrap_background.gif) repeat-x;
	border-bottom:solid #ccc 1px;
	padding:20px 0 20px 0;
	overflow:hidden;
}

#body-container {
	width:850px;
	text-align:left;
	overflow:hidden;
}


/*FOOTER*/
#footer-container {
	width:850px;
	margin:15px 0 0 0;
	font-family:"Lucida Grande";
	font-size:12px;
	color:#666;
	text-align:left;
}

#footer-container a:link,
#footer-container a:visited  {
	color:#000;
}

#footer-container-left {
	width:600px;
	float:left;
}

#footer-container-right {
	width:200px;
	float:right;
	text-align:right;
}

img#footer-logo {
	margin:0 5px 0 0;
	float:left;
	vertical-align:middle;
	border:0;
	padding-bottom:30px;
}

img#gomes-logo {
	margin:0 7px 0 0;
	vertical-align:middle;
	padding:0 7px 0 0;
	border:0;
}


/*HOME*/
#logo-container {
	width:500px;
	height:556px;
	background:url(../images/shadow.gif) top right no-repeat;
	padding:0 30px 0 0;
	float:left;
}

img#body-logo {
	margin:200px 0 0 0;
}

#product-lines-container {
	width:290px;
	padding:0;
	margin:80px 0 0 30px;
	float:left;
}

#product-line-container {
	padding:0;
	margin:0 0 40px 0;
}

#product-line-logo {
	border:0;
}

#product-line-container p {
	font-family:"Lucida Grande";
	font-size:12px;
	color:#666;
	margin:6px 0 10px 0;
	line-height:15px;
}

a#learn-more:link,
a#learn-more:visited {
	font-family:"Lucida Grande";
	font-size:12px;
	color:#000;
	background:url(../images/arrow.gif) left no-repeat;
	padding:0 0 0 10px;
}




/*SUB PAGES*/
#col-left {
	width:230px;
	min-height:556px;
	height:auto !important;
	height:556px;
	background:url(../images/shadow.gif) top right no-repeat;
	padding:0 40px 0 0;
	float:left;
}

#col-right {
	width:540px;
	padding:38px 0 80px 10px;
	float:right;
}

#col-left p {
	font-family:"Lucida Grande";
	font-size:12px;
	color:#666;
	margin:6px 0 10px 0;
	line-height:15px;
}

#col-right h3 {
	font-family:"Lucida Grande";
	color:#000;
	margin:10px 0 10px 0;
	line-height:15px;
}

#col-right p {
	font-family:"Lucida Grande";
	font-size:12px;
	color:#666;
	margin:6px 0 10px 0;
	line-height:15px;
}

.grey-small {
	font-weight:100;
	color:#999;
	font-size:16px;
}

img#about {
	margin:0 0 8px 0;
	padding:3px;
	border:solid 1px #999;
}

img#sub-logo {
	border:0;
	margin:30px 0 0 0;
}

input.contact {
	width:100%;
	font-size:18px;
}

textarea.contact {
	width:100%;
	font-size:18px;
}

#address {
	width:230px;
	padding:15px;
	background:#eee;
	float:left;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
	
#address p {
	font-family:"Lucida Grande";
	font-size:12px;
	color:#666;
	margin:0 0 10px 0;
	line-height:15px;
}	

#email {
	width:230px;
	padding:15px;
	background:#eee;
	float:left;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin:0 0 0 20px;
}
	
#email p {
	font-family:"Lucida Grande";
	font-size:12px;
	color:#666;
	margin:0 0 10px 0;
	line-height:15px;
}	

#address a:link,
#address a:visited {
	color:#000;
}
