/* Basic Font Settings */
body, input, textarea {
	font: 18px Tahoma, Arial, sans-serif;
	color: #434545;
}

body {
	background: #FFFFFF url(images/linev.gif) repeat-y 97px 0;
	margin: 0px;
	padding: 0px;
	height: 780px;
}

h1, h2 {
	color: #60493C;
	text-transform: capitalize;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
	margin-top: 30px;
}
strong {
	font-weight: bold;
	color: #528286;
}
pre {
	font: 12px Tahoma, Arial, sans-serif;
	color: #1C1D1D;
	font-weight: bold;
}
	pre strong {
		font-size: 14px;
		font-style: normal;
		color: #60493C;
	}
blockquote {
	margin-left: 25px;
}
form {
	margin-left: 25px;
}
	
a:link, a:visited {
	text-decoration: underline;
	color: #528286;
}
a:hover, a:active {
	text-decoration: underline;
	color: #60493C;
}

img.imgR {
	margin: 0 0 28px 28px;
	float: right;
}
img.imgL {
	margin: 0 28px 0 28px;
	float: left;
}

#base{
	background: url(images/bg.gif) no-repeat 0 102px;
	min-height: 622px;
	_height: 622px;
	padding-bottom: 30px;
}

	#hdr {
		height: 62px;
		background: #FFFFFF url(images/logo.gif) no-repeat 97px 0;
		overflow: hidden;
		line-height: 200px;
	}
	
	#menu {
		background: url(images/m_bg.gif) repeat-x;
		height: 40px;
		padding-left: 97px;
	}
		#menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			#menu li {
				display: inline;
			}
				#menu a {
					float: left;
					display: block;
					height: 40px;
					overflow: hidden;
					line-height: 100px;
				}
				
				#menu a.home {
					background: url(images/m_home.gif) no-repeat;
					width: 73px;
				}
				#menu a.home:hover, #menu a.homeActive {				
					background: url(images/m_home_ro.gif) no-repeat;
					width: 73px;
				}
				#menu a.serv {
					background: url(images/m_serv.gif) no-repeat;
					width: 186px;
				}
				#menu a.serv:hover, #menu a.servActive {				
					background: url(images/m_serv_ro.gif) no-repeat;
					width: 186px;
				}
				#menu a.ask {
					background: url(images/m_ask.gif) no-repeat;
					width: 141px;
				}
				#menu a.ask:hover, #menu a.askActive {				
					background: url(images/m_ask_ro.gif) no-repeat;
					width: 141px;
				}
				#menu a.contact {
					background: url(images/m_contact.gif) no-repeat;
					width: 96px;
				}
				#menu a.contact:hover, #menu a.contactActive {				
					background: url(images/m_contact_ro.gif) no-repeat;
					width: 96px;
				}
				#menu a.link {
					background: url(images/m_link.gif) no-repeat;
					width: 120px;
				}
				#menu a.link:hover, #menu a.linkActive {				
					background: url(images/m_link_ro.gif) no-repeat;
					width: 120px;
				}
	
	#content {
		width: 743px;
		margin: 17px 0 0 120px;
	}
		#content table.form {
		}
			#content table.form td {
				vertical-align: top;
				padding-bottom: 20px;
			}
	
	#footer {
	width: 743px;
	margin: 0 0 30px 120px;
	padding-top: 40px;
	font-size: 12px;
	color: #528286;
	text-align: center;
	}
