body {
	margin: 0;
	padding: 0;
	background: #c0c0c0;
}
body, textarea, input, select {
	font: 11px Tahoma,  Sans-Serif;
	color: #5A5A5A;
}

a {
	color: #704d76;
}
img {
	border: 0;
}
form {
	margin: 0;
}
h1 {
	font: bold 14px Arial, Sans-Serif;
	margin: 0;
	background: url('../images/arrow_title.gif') no-repeat;
	padding-left: 23px;
}
h2 {
	font: bold 18px Arial, Sans-Serif;
	margin: 0;
}
h3 {
	font: bold 11px Tahoma, Sans-Serif;
	margin: 0;
	color: #5dac00;
	text-decoration: underline;
}
.star {
	color: #dd0000;
}
.title {
	margin-left: 20px;
}
.nodisplay {
	display: none;
}


.underline {
	background-color: #d5d5d5;
	height: 2px;
	font-size: 1px;
	margin: 2px 0 5px 0;
}
ul.arrow {
	list-style-image: url("../images/arrow.gif");
	padding: 5px 0 0 20px;
	margin: 0;
*	padding: 0;
*	margin: 5px 0 0 20px;
}



/* ----- */
#header {
	width: 766px;
	height: 109px;
	margin: 0 auto 0 auto;
	background: #fcfcfc url('../images/bkgr_login.jpg') no-repeat;
	border-bottom: 2px solid #e5e5e5;
}
#login_block {
	float: left;
	width: 192px;
	padding: 5px 10px 0 10px;
}
#login_block input {
	border: 1px solid #707070;
	margin: 1px 0 0 0;
	padding: 1px 3px 1px 3px;
}
#wrapper {
	width: 766px;
	background: #ffffff;
	margin: 0 auto 0 auto;
}
#main {
	vertical-align: top;
/*	padding: 10px;*/
}
#main_home {
	vertical-align: top;
}
#content {
	padding: 0 10px 40px 20px;
	position: relative;
}
#usermenu {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}


/* LEFT SIDE */
#menu {
	background: #ffffff;
	padding-bottom: 3px;
}
#menu a {
	width: 209px;
	height: 32px;
	border-bottom: 1px solid #8e7393;
	display: block;
}
#menu_home { background: url('../images/m_home_out.png') no-repeat; }
#menu_home:hover { background: url('../images/m_home_over.png') no-repeat; }
#menu_aboutus { background: url('../images/m_aboutus_out.png') no-repeat; }
#menu_aboutus:hover { background: url('../images/m_aboutus_over.png') no-repeat; }
#menu_services { background: url('../images/m_services_out.png') no-repeat; }
#menu_services:hover { background: url('../images/m_services_over.png') no-repeat; }
#menu_support { background: url('../images/m_support_out.png') no-repeat; }
#menu_support:hover { background: url('../images/m_support_over.png') no-repeat; }
#menu_purchase { background: url('../images/m_purchase_out.png') no-repeat; }
#menu_purchase:hover { background: url('../images/m_purchase_over.png') no-repeat; }
#menu_contactus { background: url('../images/m_contactus_out.png') no-repeat; }
#menu_contactus:hover { background: url('../images/m_contactus_over.png') no-repeat; }

.leftside {
	width: 212px;
	vertical-align: top;
	background: #fcfcfc url('../images/bkgr_leftside.gif') repeat-y;
}
#leftside_bottom { vertical-align: bottom; }
#leftside_bottom img { display: block; }
#news { padding: 20px 20px 0 18px; }


/* FOOTER */
#footer_menu {
	background-color: #696969;
	padding: 14px 0 14px 0;
	text-align: center;
	color: #ffffff;
}
#footer_menu a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 3px 0 3px;
}
#footer {
	background: url('../images/bkgr_footer.gif');
	padding: 10px 0 10px 30px;
	font-weight: bold;
	font-size: 10px;
}
#footer a {
	margin: 0 1px 0 1px;
}
#copyright {
	font-size: 9px;
	font-weight: normal;
	width: 250px;
	padding: 5px 0 5px 0;
}





/* Messages */
.msg_block { }
.msg_error { color: #ff0000; }
.msg_success { color: #008000; }


/* HOME */
#home_pic img {
	margin-bottom: 4px;
}
#home_benefits {
	
}
#home_benefits td {
	vertical-align: top;
	padding: 0 13px 18px 0;
}


/*-- */
.person_img {
	margin: 10px;
	float: right;
	clear: both;
}
#phonePopup {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 200px;
	height: 130px;
	background: #ffffff;
	border: 3px solid #aaaaaa;
	font-size: 20px;
	text-align: center;
	padding: 70px 0 0 0;
}
.input_text_field, .select_field {
	width: 200px;
}
.button { }