/* --------------- GLOBAL PARAMS -------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	color: #777;
}

img { border: 0px; }

a, a:link, a:visited { text-decoration: none; }

p { margin-right: 40px; margin-left: 40px; }

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #777;
}




/* --------------- CONTAINER PARAMS -------------- */

#container {
	width: 903px;
	padding: 0;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* background: #f4edd0 url(../images/back1_3.gif) repeat-y; */
	background: #fff url(../images/back1_3.gif) repeat-y;

}

#main {
	position: absolute;
	width: 903px;
	/* background: #f4edd0 url(../images/back1_3.gif) repeat-y; */
	background: #fff url(../images/back1_3.gif) repeat-y;
}




/* --------------- HEADER PARAMS -------------- */

#header {
	position: relative;
	width: 903px;
	margin: 0px;
	padding: 0px;
	height: 323px;
	background: #707070 url(../images/back1_6.gif) repeat-y;
}

#header img {
	margin: 0;
	padding: 0;
	border: 0;
}

#header .img_title {
	position: absolute;
	top: 64px;
	left: 70px;
}

#header .img_logo {
	position: absolute;
	top: 34px;
	left: 700px;
}

#header .img_visionerf {
	position: absolute;
	top: 121px;
	left: 671px;
}

#header .img_header {
	position: absolute;
	top: 120px;
	border-top: 1px solid #fff;
}

#header .nav {
	position: absolute;
	text-align: right;
	top: 326px;
	left: 671px;
	width: 194px;
}

#header .nav a, #header .nav a:link, #header .nav a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #696969;
}


/* --------------- MENU PARAMS -------------- */

#menu_zone {
	width: 903px;
	margin: 0;
	padding: 0;
	background: #d7dae3 url(../images/back1_2.gif) repeat-y;
}

#menu_zone .menu {
	width: 670px;
	height: 43px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #d7dae3;
}




/* --------------- COLUMN-RIGHT PARAMS -------------- */

#main .column-right {
	float: right;
	width: 180px;
	padding-right: 40px;
	padding-top: 14px;
	padding-left: 0;
	margin-top: -18px;
	font-size: 11px;
	text-align: left;
	color: #696969;
	min-height: 600px;
	height: 400px;
}

#main .column-right h2 {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 4px;
	border-bottom: 1px dotted #f4edd0;
	border-left: 12px solid #f4edd0;
	color: #f4edd0;
}

#main .column-right h3 {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 4px;
	border-bottom: 1px dotted #f4edd0;
	color: #f4edd0;
}

#main .column-right h3 img {
	margin: 0px 5px -2px -3px;
	padding: 0;
}

#main .column-right p {
	margin: 0px;
	padding-bottom: 20px;
}

#main .column-right .news {
	margin-top: 2em;
}

#main .column-right .img_news {
	float: right;
	border: 1px solid #ccc;
	margin-left: 4px;
	margin-right: 4px;
}

#main .column-right .img_link {
	margin-top: 4px;
}

#main .column-right .rss {
	/*margin-top: -10px;*/
}




/* --------------- LOGIN PARAMS -------------- */

#main .column-right .login {
	margin-top: 30px;
	margin-bottom: 40px;
}

#main .column-right .login .form {
	margin-top: 20px;
}

#main .column-right .login .input {
	display: inline;
	width: 116px;
	min-width: 120px;
	height: 12px;
	min-height: 8px;
	font-size: 10px;
}

#main .column-right .login .button {
	width: 20px;
	height: 18px;
	font-size: 1em;
	cursor: pointer;
	border: 0;
	background: #d7dae3;
}

#main .column-right .login h2 {
	line-height: 18px;
	margin-bottom: -12px;
}

#main .column-right .login .text {
	float: left;
	width: 30px;
	padding-top: 2px;
	border: 0;
}




/* --------------- CONTENT PARAMS -------------- */

#main .content {
	float: left;
	width: 640px;
	margin-top: 24px;
	padding: 6px 0px 0px 12px;
	clear: both;
	text-align: left;
	line-height: 18px;
	border: 0;
}

#main .content .bold {
	font-weight: bold;
}

#main .content .text {
	margin: 12px 30px 36px 60px;
	text-align: justify;
}

#main .content .text .paragraph {
	width: 300px;
	margin-left: 4px;
	margin-right: 0px;
	padding-bottom: 20px;
	border: 0;
}

#main .content .text .paragraph_large {
	width: 500px;
	margin-left: 4px;
	margin-right: 0px;
	padding-bottom: 20px;
	border: 0;
}

#main .content .text .address {
	float: left;
	height: 160px;
	min-height: 170px;
	width: 250px;
	margin: 0;
	padding: 0;
}

#main .content .text .subtitle {
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
}

#main .content .text .flash {
	clear: both;
	padding: 0;
	display: inline;
	float: right;
	margin-top: 4px;
	margin-right: 18px;
	margin-left: 22px;
	border: 1px solid #d2c590;
}

#main .content .text img {
	margin-top: 4px;
	margin-right: 18px;
	margin-left: 22px;
	border: 1px solid #d2c590;
}

#main .content .text h2 img {
	position: relative;
	top: 1px;
	margin-right: 6px;
	border: 0;
}

#main .content .text .form {
	border: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	width: 470px;
	background: #f4edd0;
}

#main .content .text .form .left {
	float: left;
	width: 160px;
	text-align: right;
}

#main .content .text .form img {
	margin: 0;
	padding: 0;
	border: 0;
}

#main .content .text .input {
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 12px;
	width: auto !important;
	width: 300px;
	min-width: 308px;
}

#main .content .text .button {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin-top: 0px;
	width: 100px;
}

#main .content .text textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 12px;
	width: 464px;
}

#main .content .dotted_line {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #999;
}

#main .content .dotted_line2 {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #999;
	margin-bottom: 1em;
}

#main .content .dotted_line3 {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #999;
	margin-top: 1em;
}

#main .content h1 {
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	font-size: 18px;
	margin: 18px 10px 30px 30px;
	padding: 0px 0px 0px 0px;
}

#main .content h2 {
	text-indent: -37px;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

#main .content ul {
	margin: 0;
	padding: 4px 0px 0px 14px;
	border: 0;
	list-style-type: none;
	list-style-image: url(../images/arr5.gif);
	list-style-position: outside;
	text-align: justify;
}

#main .content li {
	margin: 0 0 .4em 0;
	padding: 0;
	border: 0;
}

#main .content a, div.content a:link, div.content a:visited {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #777;
	text-decoration: none;
	font-weight: normal;
}

#main .content a:hover {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #777;
	text-decoration: underline;
	font-weight: normal;
}

#main .content div.link img {
	vertical-align: -20%;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 0;
}

#main .content div.link {
	margin-top: 14px;
	margin-bottom: -16px;
}

#main .content div.btnVideo {
	margin-left: -40px;
}

#main .content .msg {
	border: 1px solid; #000;
	margin: 12px 30px 36px 60px;
	padding: 24px;
	text-align: center;
}

#main .content .msg img {
	margin-right: 8px;
	margin-bottom: -2px;
}




/* --------------- FAQ PARAMS -------------- */

#main .faqlist ol {
	position: relative;
	left: -1em;
}

#main .faqlist a, #main .faqlist a:link, #main .faqlist a:visited, #main .faqlist a:hover {
	color: #777;
	text-decoration: underline;
	font-weight: normal;
}

#main .faq {
	margin-bottom: 1em;
	color: #777;
}

#main .faq a, #main .faq a:hover {
	color: #777;
	text-decoration: none;
	font-weight: normal;
}

#main .faq img {
	position: relative;
	left: 20px;
	float: right;
	border: 0;
}

#main .faq .question {
	display:block;
	margin-bottom: 1em;
}

#main .faq_highlight {
	margin-bottom: 1em;
	color: #777;
}

#main .faq_highlight a, #main .faq_highlight a:hover {
	color: #d97b79;
	text-decoration: none;
	font-weight: normal;
}

#main .faq_highlight img {
	position: relative;
	left: 20px;
	float: right;
	border: 0;
}

#main .faq_highlight .question {
	display:block;
	margin-bottom: 1em;
}




/* --------------- ITEM_LIST PARAMS -------------- */

#main .content .item_list {
	margin: 0px 30px 16px 120px;
	border-bottom: 1px dotted #999;
	font-size: 12px;
	line-height: 14px;
	cursor: default;
	clear: both;
	height: 100%;
	min-height: 130px;
}

#main .content .item_list img {
	float: left;
	left: -4px;
	top: -16px;
	margin-right: 4px;
	margin-bottom: -16px;
	border: 1px solid #ccc;
}

#main .content .item_list p {
	margin: 6px;
	padding: 8px;
}

#main .content .item_list h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#main .content .item_list .plus {
	float: right;
	margin-top: 4px;
	border: 0;
}

#main .content .item_list_on {
	margin: 0px 30px 16px 120px;
	border-bottom: 1px dotted #999;
	font-size: 12px;
	line-height: 14px;
	background-color: #f2f2f2;
	cursor: pointer;
	clear:both;
	height:100%;
	min-height: 130px;
}

#main .content .item_list_on img {
	float: left;
	left: -4px;
	top: -16px;
	margin-right: 4px;
	margin-bottom: -16px;
	border: 1px solid #ccc;
}

#main .content .item_list_on p {
	margin:6px;
	padding:8px;
}

#main .content .item_list_on h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#main .content .item_list_on .plus {
	float: right;
	margin-top: 4px;
	border: 0;
}




/* --------------- VIDEO_LIST PARAMS -------------- */

#main .content .video_list {
	margin: 0px 30px 16px 120px;
	border-bottom: 1px dotted #999;
	font-size: 13px;
	line-height: 16px;
	cursor: default;
	clear:both;
	height: 100%;
	min-height: 130px;
}

#main .content .video_list img {
	float: left;
	left: -4px;
	top: -16px;
	margin-right: 4px;
	border: 1px solid #ccc;
}

#main .content .video_list p {
	margin: 4px 0px 0px 12px;
	padding: 0;
}

#main .content .video_list div.link img {
	float: right;
	margin-left: 14px;
	margin-top: 10px;
	border: 0;
}

#main .content .video_list div.link {
	text-align: right;
	margin-top: 20px;
	margin-bottom: -2px;
}




/* --------------- PRODUCT PARAMS -------------- */

#main .content .product {
	margin: 0px 30px 16px 26px;
	border: 0;
	font-size: 13px;
	line-height: 16px;
	height: 100%;
}

#main .content .product h2 {
	font-size: 16px;
	padding-bottom: 20px;
}

#main .content .product .title {
	color: #3da9b6;
	font-weight: bold;
}

#main .content .product .item {
	margin-left: 12px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
	text-align: justify;
	height: 100%;
	min-height: 180px;
}

#main .content .product .item ul li { margin-left: 0px; text-align: left; }

#main .content .product img {
	left: 0px;
	top: 0px;
	margin-right: 14px;
	margin-left: 14px;
	border: 1px solid #ccc;
}

#main .content .product div.link img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	border: 0;
}

#main .content .product div.link {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 16px;
}




/* --------------- PRESS_LIST PARAMS -------------- */

#main .content .press_list {
	margin: 0px 30px 16px 120px;
	border-bottom: 1px dotted #999;
	font-size: 12px;
	line-height: 14px;
	cursor: default;
	clear:both;
	height: 100%;
	min-height: 130px;
}

#main .content .press_list img {
	float: left;
	left: -4px;
	top: -16px;
	margin-right: 4px;
	border: 1px solid #ccc;
}

#main .content .press_list p {
	margin: 4px 0px 0px 12px;
	padding: 0;
}

#main .content .press_list div.link img {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 14px;
	border: 0;
}

#main .content .press_list div.link {
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}



/* --------------- FOOTER PARAMS -------------- */

#footer_zone {
	position: relative;
	width: 903px;
	padding: 0;
	clear: both;
	margin: 10px 0px 0px 0px;
	background: #d7dae3 url(../images/back1_2.gif) repeat-y;
}

#footer_zone .footer {
	width: 671px;
	font-size: 10px;
	color: #999;
	border-top: 1px solid #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer_zone .footer img {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align:-35%;
	left: 240px;
}

#footer_zone .footer a, a:link, a:visited {
	color: #999;
	text-decoration: underline;
}

