@import url("reset.css");
/*####################################
#  Layout                            #
#####################################*/
body {
	background:#0388bb url(../images/bg_body.gif) repeat-x 0% 0%;
	text-align:center;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
#wrapper {
	width:710px;
	margin:0 auto;
	text-align:left;
}
#content {
	margin-top:180px;
}
#sidebar {
	float:left;
	width:156px;
}
#mainpart {
	float:left;
	width:444px;
	background:url(../images/bg_content.gif) repeat-y 0% 0%;
	padding:40px 45px 10px 65px;
}
#bottom {
	background:url(../images/bg_bottom.gif) no-repeat 0% 0%;
	height:9px;
	clear:both;
	font-size:0;
	line-height:0%;
}
#bottom img {
	position:absolute;
	margin-top:-160px;
}
#footer {
	height:70px;
	text-align:center;
	padding:15px 0;
}
/*####################################
#  Typography                        #
#####################################*/
body {
	color:#77797B;
	font:62.5%/100% Arial, Helvetica, sans-serif;
}
a {
	color:#547aa8;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#header p {
	color:#0082B9;
	font-size:2.6em;
	line-height:110%;
	position:absolute;
	margin:0 0 0 220px;
	top:75px;
}
h2 {
	color:#0082B9;
	font-size:1.4em;
	line-height:130%;
	font-weight:700;
	padding-bottom:15px;
}
h3 {
	color:#009bdf;
	font-size:2.6em;
	line-height:110%;
	font-weight:normal;
	clear:both;
	text-align: center;
}
h4 {
	color:#009bdf;
	font-size:1.3em;
	line-height:130%;
	font-weight:700;
	padding-bottom:10px;
}
#wrapper #content #mainpart .cssform table {
	margin-top: 15px;
	float: right;
}
#wrapper #content #mainpart .email {
	position: relative;
	top: 4px;
}



#menu a {
	font-size:1.1em;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	line-height:200%;
	padding:0 18px 0 18px;
	height:23px;
	display:block;
	float:left;
}
#mainpart p, #mainpart li {
	font-size:1.2em;
	line-height:130%;
	padding-bottom:12px;
}
/*####################################
#  Header                            #
#####################################*/

h1 {
	width:157px;
	height:133px;
	background:url(../images/logo.jpg) no-repeat 0% 0%;
	position:absolute;
	top:24px;
}
h1 a {
	display:block;
	width:157px;
	height:133px;
}
h1 span {
	display:none;
}
#menu {
	width:710px;
	height:23px;
	background:url(../images/bg_menu.gif) repeat-x 0% 0%;
	position:absolute;
	top:157px;
}
#menu li {
	float:left;
}
#menu a:hover {
	background:url(../images/bg_menu_a.gif) repeat-x 0% 0%;
}
#menu .current {
	background:url(../images/bg_menu_a.gif) repeat-x 0% 0%;
}

#menu .last {
	padding-right:23px;
}
/*####################################
#  Content                           #
#####################################*/
#mainpart li {
	background:url(../images/marker.gif) no-repeat 0% 3px;
	padding-left: 20px;
}
.pic {
	position:absolute;
	margin:-230px 0 0 310px;
}
/*####################################
#  Footer                            #
#####################################*/
#footer, #footer a {
	color:#fff;
	line-height:130%;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
ul.thumbs {
	width:440px;
}
ul.thumbs li {
	float:left;
	width:220px;
	text-align:center;
	padding:0 0 30px 0 !important;
	background:none !important;
}

#wrapper #content #mainpart ul .tick {
	list-style-image: url(../images/tick.gif);
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}


.cssform      {
	position: relative;



}



.cssform p{
	margin: 0;
	padding: 5px 0 8px 0;
	height: 1%;
	margin-left: 155px;
}



.cssform label, dl.zend_form dt label {
	position:absolute;
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	padding-bottom: 5px;
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform .input {
width:180px !important;
}

.cssform textarea{
	width: 200px;
	height: 150px;
}
.cssform  img      {
	position: relative;
	bottom: 1px;
	left: 3px;
}
.cssform  table      {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 90px;
}


* html .threepxfix{
margin-left: 3px;
}
#wrapper #content #mainpart h4 {
	font-size: 1em;
}
