/******* GENERAL *******/
body {
	font-family:Tahoma,Verdena, Helvetica, sans-serif;
	background:url(images/gradient_bg.jpg) repeat-x top #A3A690;
	margin:0;
	padding:0;
	text-align:center;
}
#container {
	width:646px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y top #FFFFFF;
	min-height:750px;
	text-align:left;
}
.hidden {
	display: none !important;
}
.prop {
    height:250px;
    float:right;
    width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
.right {
	float:right;
	margin:0 0 20px 20px;
}
.left {
	float:left;
	margin:0 20px 20px 0;
	padding-bottom:30px;
}
img a { border:none; }


/******* HEADER *******/
.header {
	width:620px;
	margin:0 auto;
	height:336px;
}
.header#n1 {
	background:url(images/photo1.jpg) no-repeat top left;
}
.header#n2 {
	background:url(images/photo2.jpg) no-repeat top left;
}
.header#n3 {
	background:url(images/photo3.jpg) no-repeat top left;
}
.header#n4 {
	background:url(images/photo4.jpg) no-repeat top left;
}
.header#n5 {
	background:url(images/photo5.jpg) no-repeat top left;
}
.header#n6 {
	background:url(images/photo6.jpg) no-repeat top left;
}
.header h1 {
	margin:245px 0 0 0;
	width:205px;
	height:91px;
	float:left;
}
.header h1#n1 {
	background:url(images/logo.gif) no-repeat;
}
.header h1#n2 {
	background:url(images/logo2.gif) no-repeat;
}
.header h1#n3 {
	background:url(images/logo3.gif) no-repeat;
}
.header h1#n4 {
	background:url(images/logo4.gif) no-repeat;
}
.header h1#n5 {
	background:url(images/logo5.gif) no-repeat;
}
.header h1#n6 {
	background:url(images/logo6.gif) no-repeat;
}	
.header h2 {
	margin:250px 0 0 0;
	padding:0 60px 0 0;
	background:url(images/engaging.gif) no-repeat;
	width:318px;
	height:51px;
	float:right;
}
#chat {
	margin:20px 0 0 48px;
}

/******* MENU *******/
#menu {
	float:left;
	width:188px;
	height:650px;
	text-align:left;
	background:url(images/menu_bg.gif) no-repeat top left;
	position:relative;
	left:23px;
}
#menu ul {
	margin:0;
	padding:20px 3px 0 3px;
	list-style:none;
	line-height:30px;
}
#menu ul li {
	border-bottom:1px solid #eaeaea;
	bbackground:url(images/menuitemline.gif) bottom left no-repeat;
	height:30px;
	text-transform:uppercase;
	font-size:12px;
	color:#7C7C7C;
	padding:0 0 0 30px;
}
#menu #selected {
	background-color:#F0EEEB;
}
#menu .top {
	border-top:1px solid #eaeaea;
}
h3#sageseminar {
	padding:0;
	cursor:hand;
	margin:10px auto 20px auto;
	background:url(images/sageseminar.gif) no-repeat;
	width:149px;
	height:167px;
	text-align:left;
}
#menu h3#request {
	padding:0;
	cursor:hand;
	margin:10px auto 5px auto;
	background:url(images/request.gif) no-repeat;
	width:114px;
	height:63px;
}
#menu h3#subscribe {
	padding:0;
	cursor:hand;
	margin:5px auto 20px auto;
	background:url(images/subscribe.gif) no-repeat;
	width:110px;
	height:68px;
}
#menu li a {
	color:#7C7C7C;
	text-decoration:none;
}
#menu li a:hover {
	color:#799979;
}
	

/******* CONTENT *******/
#content {
	margin:25px 43px 35px 240px;
	font-size:12px;
	color:#7C7C7C;
	text-align:justify;
}
#content a {
	color:#7C7C7C;
}
#content a:hover {
	color:#333333;	
}
#content h1 {
	margin:0 0 7px 0;
	padding:0;
	width:197px;
	height:30px;
}
#content h2 {
	font-size:27px;
	font-weight:normal;
	font-family:Verdena, Tahoma, Helvetica, sans-serif;
	letter-spacing:-1;
	text-transform:lowercase;
	margin-bottom:10px;
}
#content h4 {
	margin:0 0 0 0;
	padding:0;
	font-size:12px;
}
#content p {
	margin:0 0 10px 0;
	padding:0;
}
#content h1#welcome {
	background:url(images/welcome.gif) no-repeat;
}
#content h1#why {
	background:url(images/why.gif) no-repeat;
}
#content h1#services {
	background:url(images/services.gif) no-repeat;
}
#content h1#guarantee {
	background:url(images/guarantee.gif) no-repeat;
}
#content h1#contact {
	background:url(images/contact.gif) no-repeat;
}
#content h1#clients {
	background:url(images/clients.gif) no-repeat;
}

/******* FORMS *******/
input, textarea, select {
	font:11px Tahoma, Arial, Verdana, sans-serif;
	color:#333333;
	border:1px solid #CCC;
	padding:3px;
	width:97%;
}
select {
	padding:0;
}
input:hover, textarea:hover {
	border:1px solid #999;
}
input:focus, textarea:focus {
	border:1px solid #447D7B;
}
label {
	display:block;
	font-weight:bold;
	color:#447D7B;
	margin:1em 0 0;
}
.button {
	width:auto;
	background:#FFF url(images/button.gif) repeat-x left bottom;
	border:1px solid #447D7B;
}
.radio {
	width:20px;
}
.label {
	color:#447D7B;
	font-weight:bold;
}

/******* FOOTER *******/
#footer {
	color:#ACACAC;
	text-align:center;
	padding:30px 0 10px 0;
}
#footer a {
	color:#ACACAC;
	text-decoration:none;
}
#footer a:hover {
	color:#777;
	text-decoration:none;
}
#footer p {
	font-size:11px;
}
#footer h6 {
	color:#ACACAC;
	font-weight:normal;
	font-size:9px;
}