* {
	margin:0;
	padding:0;
	}

body {
	background: #f0f6f7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: .8125em;
	color: #505050;
	min-width: 980px;
	}

input, select, textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:1em;
	}

.fleft {
	float:left;
	}

.fright {
	float: right;
}

.fright1 {
	float: right;
	padding: 5px 10px 3px 20px;
}

.clear {
	clear:both;
	}

.alignright {
	text-align: right;
	}

.aligncenter {
	text-align: center;
	}

.wrapper {
	width: 100%;
	overflow: hidden;
	}

.container {
	width: 100%;
	}

p { 
	margin-bottom: 13px;
	}

.tail-top {
	background: url(images/tail-top.gif) left top repeat-x #f2fafc;
	}

.tail-bottom {
	background: url(images/tail-bottom.gif) left bottom repeat-x;
	}


		/*==================forms====================*/

input, select {
	vertical-align: middle;
	font-weight: normal;
	}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
	}

#contacts-form label {
	display: block;
	height: 26px;
	}
 
#contacts-form label input {
	width: 100%;
	padding: 2px 0 2px 3px;
	color: #505050;
	}

#contacts-form textarea {
	width: 100%;
	height: 76px;
	padding: 2px 0 2px 3px;
	margin-bottom: 38px;
	color: #505050;
	overflow: auto;
	}


		/*==================list====================*/

ul {
	list-style: none;
	}

.nav {
	background: url(images/divider.gif) no-repeat left top;
	padding-left: 1px; height:44px;
	}

.nav li {
	display: inline;
	font-weight: bold;
	}

.nav li a {
	display: block;
	float: left;
	background: url(images/button-bg.gif) left top repeat-x;
	font-size: 1.27em;
	color: #fff;
	text-decoration: none;
	width: 12%;
	}

.nav li a em {
	display: block;
	background: url(images/button-left.gif) no-repeat left top;
	}

.nav li a b {
	display:block;
	background:url(images/button-right.gif) no-repeat right top;
	padding:0 0 0 0;
	height:44px; line-height:42px;
	text-align:center;
	font-weight:normal;
	font-style:normal;
	}

.nav li a:hover { background:url(images/button-bg1.gif) left top repeat-x; color:#000; cursor:pointer;}

.nav li a:hover em {background:url(images/button-left1.gif) no-repeat left top; cursor:pointer;}

.nav li a:hover b {background:url(images/button-right1.gif) no-repeat right top; cursor:pointer;}

.nav li a.current { background:url(images/button-bg1.gif) left top repeat-x; color:#000;}

.nav li a.current  em {background:url(images/button-left1.gif) no-repeat left top; }

.nav li a.current  b {background:url(images/button-right1.gif) no-repeat right top;}

.list1 { padding-bottom:22px;}
.list1 dt { font-size:1.1em; color:#347ba6; font-weight:bold;}
.list1 dd { padding-bottom:16px; width:100%;}
.list1 dd.last { padding-bottom:0; margin-bottom:-22px;}

.list2 { padding-bottom:33px;}
.list2 li { background:url(images/arrow1.gif) no-repeat left 5px; padding:0 0 7px 13px; font-size:1.1em;}
.list2 li a { color:#505050;}

.list3 { padding-bottom:28px;}
.list3 li { width:100%; overflow:hidden; padding-bottom:14px;}
.list3 li img { float:left; margin-right:20px;}
.list3 li h3 { padding-top:3px;}
.list3 li a { color:#ff6000;}


		/*==================other====================*/

.img-indent { margin:0 20px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; padding-bottom:10px;}
.img-box img { float:left; margin:0 20px 0 0;}
.img-box img.fright { float:right; margin:0 0 0 12px;}

.img-box2 { width:420px; overflow:hidden; padding-bottom:10px;}
.img-box2 img { float:left; margin:0 20px 0 0;}
.img-box2 img.fright { float:right; margin:0 0 0 12px;}

.extra-wrap { overflow:hidden; }

.p1 { margin-bottom:13px;}
.p2 { margin-bottom:41px;}


		/*==================txt, links, lines, titles====================*/

a {color:#347ba6;}
a:hover{text-decoration:none;}

h1 {
	padding: 8px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff6000;
	font-style: italic;
	font-size: 1.75em;
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
	height: auto !important;
	height: 60px;
	width: 100%;
	}

h2 {
	padding: 8px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff6000;
	font-style: italic;
	font-size: 1.27em;
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
	height: auto !important;
	height: 60px;
	width: 100%;
	}

h2 img {
	display: block; margin-bottom: 8px;
	}

h3 {
	font-size: 1em;
	}

h4 {
	font-size: 1em;
	margin-bottom: 12px;
	}

h5 {
	font-size: 1em;
	margin-bottom: 14px;
	font-weight: normal;
	}

.link1 { background:url(images/arrow1.gif) no-repeat right 5px; padding:0 9px 0 0; font-size:1.1em;}
.link2 { color:#505050;}

.line-hor {
	background: #3a3c52;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 20px 0 20px 0;
	}

.line-ver, .line-ver1 {
	background-image: url(images/line-ver.gif);
	margin-top: 10px;
	background-repeat: repeat-y;
	width: 100%;
	}

		/*==================boxes====================*/

.box-photo-class {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border: 0px;
	text-align: center;
	font: 0.8em/1.15em Arial, Verdana, Helvetica, sans-serif;
	}

.box-photo-class img {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	}

.box-photo-class p {
	text-align: center;
	margin: 1px 0px 5px 0px;
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	}

.box-photo {
	float: right;
	width: 180px;
	margin: 25px 20px 5px 10px;
	border: 0px;
	text-align: center;
	font: 0.8em/1.15em Arial, Verdana, Helvetica, sans-serif;
	}

.box-photo img {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	}

.box-photo p {
	text-align: center;
	margin: 1px 0px 5px 0px;
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	}

.photo-box {
	display: block;
	float: right;
	padding: 5px;
	text-align: center;
	font: 1.0em bold Arial, Tahoma, Geneva, sans-serif;
	}

.photo-caption {
	display: block;
	margin-top: 20px;
	font: 1.0em bold Arial, Tahoma, Geneva, sans-serif;
	}



		/*==================video====================*/

#video-holder {
	display: block;
	float: right;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	width: 420px;
	height: 240px;
	background-color: transparent;
	text-align: center;
	}

#video-box {
	display: block;
	margin: 10px 10px 10px 10px;
	width: 400px;
	height: 220px;
	background-color: #CCCCCC;
	}


		/*==================forms====================*/

.form-contactus {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	padding: 2px 0 2px 3px;
	overflow: auto;
	}

.form-contactus td {
	vertical-align: top;
	padding: 2px;
	margin: 0px;
	}

td .question {
	display: block;
	width: 40%;
	}

td .answer {
	display: block;
	width: 60%;
	}





.gobook-cvr {
	display: block;
	float: left;
	width: 88px;
	margin: 20px 20px 15px 0px;
	font: 10px/12px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	}

.gobook {
	display: block;
	float: right;
	width: 180px;
	margin: 20px 20px 10px 20px;
	}

.cont-box {margin:0;}
.cont-box span { float:left; width:71px;}

.downloads { width:99%; padding:0; border-collapse:collapse;}
.downloads td { padding:0;  border:1px solid #cecdcd; font-size:1.1em;}
.downloads thead td { font-weight:bold; padding:10px 0 10px 0; text-indent:10px;}
.downloads tbody td { padding:5px 0 5px 0;}
.downloads td.cell-1 { width:60%;}
.downloads td.cell-2 { width:40%;}
.downloads td.cell-3 { width:13%;}
.downloads td.cell-4 { width:18%;}
.downloads tbody td div { padding:0px 10px 0px 10px; line-height:1.42em;}
.downloads tbody td .icon1 { background:url(images/icon1.gif) no-repeat left 3px; padding:0 17px 2px 26px; margin:0 0 0 23px;}
.downloads tbody td .icon2 { background:url(images/icon2.gif) no-repeat left 3px; padding:0 17px 2px 26px; margin:0 0 0 23px;}

		/*header*/
#header .row-1 { height:132px;}
#header .row-1 .fleft { padding:30px 0 0 0px;}
#header .row-1 .fright { padding:52px 11px 0 0;}
#header .row-2 { height:44px;}
#header .row-3 { padding:56px 0 0 0;}
#header .row-3 .slogan { margin:0 auto; width:828px; padding-bottom:15px;}
#header .row-3 .buttons { text-align:right; width:828px; text-align:right; margin:0 auto;}
#header .row-3 .buttons img { margin-left:9px;}

		/*content*/
#content { padding:0px 25px 47px 30px;}
#content .indent { padding:0 13% 0 0;}

		/*footer*/
#footer {
	font-weight: bold;
	text-transform: uppercase;
	color: #888;
	}

#footer p {
	margin: 0;
	padding: 34px 0 0 30px;
	}

		/*==========================================*/
