div, p, a, li {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px}
strong { font-weight: bold; }
/*
* {
	border: 1px solid red;
}
*/
.clear {clear: both; width: 100%;}
.margin_left_20 {margin-left: 20px; }

form {
	padding: 0;
	margin: 0;
}

input, select { font-size: 15px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 2px 0 2px 2px; }

form label { display: block; margin: 1em 0 .3em 0; font-weight: bold; }


/* HEADER */



#header {
	background: url(../images/background/top_menu.png) top left repeat-x;
	width: 100%;
	height: 85px;
	padding-top: 1px;
}

#pos_menu {
	margin: 20px auto 0 auto;
	width: 976px;
	/*overflow: hidden;*/
	position: relative;
}

#menu_left {
	background: url(../images/top_menu/left.png) top left no-repeat;
	width: 16px;
	height: 65px;
	float: left;
	/*margin-left: -8px;*/
	behavior: url(css/iepngfix.htc);
}

#menu_center {
	background: url(../images/top_menu/center.png) top left repeat-x;
	width: 944px;
	height: 65px;
	float: left;
	behavior: url(css/iepngfix.htc);
}

#menu_right {
	background: url(../images/top_menu/right.png) top left no-repeat;
	width: 16px;
	height: 65px;
	float: left;
	/*margin-right: -8px;*/
	behavior: url(css/iepngfix.htc);
}

#menu_center li.link {
	margin: 26px 0 0 0;
	width: 221px;
	float: left;
	text-align: center;
}

#menu_center li.sep {
	margin: 0;
	width: 20px;
	float: left;
	text-align: center;
}

#menu_center li.sep img {
	margin-top: 7px;
}

#menu_center li a {
	text-transform: uppercase;
	font-size: 11px;
	color: #336633;
}

#pos_menu #home_link {
	position: absolute;
	top: 7px;
	left: 20px;
}



/* CONTENT MAIN */




#content {
	background: url(../images/background/gradient.png) left 300px repeat-x;
	width: 100%;
	/*margin-top: 10px;*/
	position: relative;
	overflow: hidden;
}

#pos_text {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

#pos_text h1 {
	font-family: "Trebuchet MS";
	font-size: 36px;
	line-height: 44px;
	color: #669966;
	margin: 18px 0 0 10px;
}

#pos_text p {
	font-size: 12px;
	line-height: 18px;
	margin: 12px;
}

#pos_text img {
	margin-right: -2px;
}

#pos_icons {
	margin: -20px auto 0 auto;
	width: 960px;
	overflow: hidden;
}

#pos_icons ul {
	margin: 0;
	padding: 0;
}

#pos_icons li {
	margin: 0 10px 0 10px;
	float: left;
	width: 220px;
}

* html #pos_icons li {
	display: inline;
}

h1.icon_title {
	font-family: "Trebuchet MS";
	font-size: 20px;
	line-height: 20px;
	color: #669966;
}

h1.icon_title strong {
	font-family: "Trebuchet MS";
	font-size: 27px;
}

p.icon_content {
	position: relative;
	margin-top: 10px;
	line-height: 18px;
}




/* CONTENT INNER */




#content_inner {
	background: url(../images/background/gradient.png) left 130px repeat-x;
	width: 100%;
	/*margin-top: 10px;*/
	position: relative;
	/*overflow: hidden;*/
}

#page {
	margin: 0 auto;
	width: 960px;
}

#mini_slon {
	float: right;
	margin-top: -20px;
	margin-bottom: -40px;
	margin-right: -15px;
}

#page h1 {
	margin: 60px 0 0 10px;
	font-family: "Trebuchet MS";
	font-size: 36px;
	color: #669966;
	float: left;
}

#page h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
}

#page h3 {
	color: #556e55;
	font-size: 12px;
	font-weight: bolder;
	line-height: 18px;
	margin-top: 24px;
}

#page p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 12px;
}

#page p.footnote {
	color: #777;
	font-size: 10px;
	line-height: 15px;
	margin-top: 12px;
}

#page p.error {
	font-size: 16px;
	line-height: 1.4em;
	margin: 1em 0;
	color: red;
	font-weight: bold;
}

#page p.success {
	font-size: 16px;
	line-height: 1.4em;
	margin: 3em 0;
	color: #004060;
	font-weight: bold;
}

#page ul {
	list-style: outside circle;
	margin: 6px 0 12px 18px;
}
#page ul li {
	margin:  6px 0;
}

#page table {
	width: 100%;
	padding: 0;
	margin: 0;
}

#page table td {
	padding-bottom: 6px;
	white-space: nowrap;
}

#page table td.label {
	width: 30%;
}

#page table td.label em {
	color: red;
}

#page table td.field {
	width: 70%;
}

#page table .w100 {
	width: 315px;
}

#page table input.phone {
	width: 250px;
}

.block1l {
	float: left;
	width: 220px;
	margin: 0 10px;
}
.block2l {
	float: left;
	width: 460px;
	margin: 0 10px;
}
.block3l {
	float: left;
	width: 700px;
	margin: 0 10px;
}
.block4l {
	float: left;
	width: 940px;
	margin: 0 10px;
}

.block1r {
	float: right;
	width: 220px;
	margin: 0 10px;
}
.block2r {
	float: right;
	width: 460px;
	margin: 0 10px;
}
.block3r {
	float: right;
	width: 700px;
	margin: 0 10px;
}
.block4r {
	float: right;
	width: 940px;
	margin: 0 10px;
}

* html .block1l, * html .block2l, * html .block3l, * html .block4l, * html .block1r, * html .block2r, * html .block3r, * html .block4r {
	display: inline;
}


/* FOOTER */

#footer {
	width: 100%;
	background: url(../images/background/gradient.png) left 130px repeat-x;
	overflow: hidden;
}

#pos_footer {
	margin: 30px auto 0 auto;
	width: 960px;
	height: 430px;
	overflow: hidden;
	position: relative;
}

#screen {
	position: relative;
	background: url(../images/screenshots/screen.png) left top no-repeat;
	width: 241px;
	height: 182px;
	float: left;
	margin: 60px 0 80px 4px;
}

#scr_gallery {
	position: absolute;
	top: 16px;
	left: 6px;
}

#footer_text {
	position: absolute;
	top: 110px;
	left: 330px;
	width: 600px;
}

#footer_text h1 {
	margin: .4em 0;
	font-family: "Trebuchet MS";
	font-size: 27px;
	color: #336633;
}

#footer_text p {
	margin-top: 12px;
	font-size: 12px;
	line-height: 18px;
}
