/*----------------------
-----general styles-----
----------------------*/

* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-align:left;
}
#main {
	width: 936px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0px;
	bottom: 0px;
	top: 0px;
	background: #FFFFFF;
	position: relative;
}

/*----------------------
-------nav styles-------
----------------------*/

#menu {
	float:left;
	width: 144px;
	margin-right: 0px;
	height: 100%;
	line-height: 14px;
	background: #FFFFFF;
	display: inline;
}
#menu a{
	font: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	display: block;
	width: 134px;
	color: #707070;
	text-decoration: none;
	border-bottom: 1px solid white;
	margin-right: 0 10px 0 0;
	text-align: left;
	top: 100px;
	padding: 2px 0 3px 0;
}
#menu span {
	margin-left:10px;
}
#menu a:link {
	color: #707070;
	text-decoration: none;
}
#menu a:visited {
	color: #707070;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	background-color: #D4E8E0;
	text-decoration: none;
}
#menu a:active {
	text-decoration: none;
	color: #000000;
}
#menu_top_p {
	text-align: left;
		width: 129px;
		margin: 0px 20px 0px 0px;
		padding: 5px 0px 5px 5px;
		background-color: #D4E8E0;
		color: #7496AF;
		font-size: 10px;
}
#active {
	color: #000000;
	background-color: #D4E8E0;
	text-decoration: none;
}
#active span {
	color: #000000;
}
#top_left {
	width: 144px;
	height: 107px;
	background: #FFFFFF;
}

/*----------------------
---right side styles----
----------------------*/

#right {
	position: absolute;
	left: 144px;
	width: 792px;
	display: inline;
}
#banner {
	width: 792px;
	height: 202px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
}
h3 {
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.invisible {
	display: none;
}

a.more_link {
	height: 16px;
	width: 49px;
	background: url(../graphics/button_more.gif) no-repeat;
	text-decoration: none;
	display:block;
}
a.more_link:hover {
	text-decoration: none;
	background: url(../graphics/button_more_over.gif) no-repeat;
}
#home_right {
	position: absolute;
	left: 144px;
	width: 792px;
	height: 613px;
	display: inline;
	background: #fff url('../graphics/DrGerber_Web-08_bg.jpg') no-repeat;
}
#gerber_title {
	position: absolute;
	width: 260px;
	height: 48px;
	top:114px;
	right:120px;
	background: url('../graphics/gerber_title.png') no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/gerber_title.png', sizingMethod='scale');
}
#gerber_quotes {
	position: absolute;
	width: 343px;
	height: 124px;
	top:197px;
	right:43px;
	/*border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	background: url('../graphics/quote_1.png') no-repeat;*/
}
#gerber_more {
	position: absolute;
	width: 50px;
	height: 17px;
	top: 332px;
	right:113px;
	background: url('../graphics/button_more_front.jpg') no-repeat;
}
#gerber_more:hover {
	background: url('../graphics/button_more_front_over.jpg') no-repeat;
}
#gerber_front_txt {
	position: absolute;
	width: 370px;
	height: 100px;
	top: 372px;
	right:20px;
	color: #707070;
	font: normal 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1.5em;
}
#gerber_serv {
	position: absolute;
	width: 84px;
	height: 82px;
	top: 504px;
	right:285px;
	background: url('../graphics/button_serv.gif') no-repeat;
}
#gerber_serv:hover {
	background: url('../graphics/button_serv_over.gif') no-repeat;
}
#gerber_ba {
	position: absolute;
	width: 84px;
	height: 82px;
	top: 504px;
	right:192px;
	background: url('../graphics/button_ba.gif') no-repeat;
}
#gerber_ba:hover {
	background: url('../graphics/button_ba_over.gif') no-repeat;
}
#gerber_qa {
	position: absolute;
	width: 84px;
	height: 82px;
	top: 504px;
	right:100px;
	background: url('../graphics/button_qa.gif') no-repeat;
}
#gerber_qa:hover {
	background: url('../graphics/button_qa_over.gif') no-repeat;
}
a.front_button {
	display: block;
	width: 84px;
	height: 82px;
	text-decoration: none;
	border: 0;
}
a.front_more_button {
	display: block;
	width: 50px;
	height: 17px;
	text-decoration: none;
	border: 0;
}