/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:982px;
} 

body { 
	background-image:url(images/body-bg1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#191919; 
	min-width:982px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

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

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

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

.container { 
	width:100%;
}

/*=========================== FORMS ===========================*/

#newsletter-form label {
	font-size:24px;
	line-height:1.2em;
	display:block;
	margin-bottom:5px;
}
#newsletter-form span {
	display:block;
	width:207px;
	height:26px;
	background:url(images/input-bg2.gif) no-repeat left top;
}
#newsletter-form input {
	background:none;
	border:0;
	color:#8a8b8b;
	margin:5px 0 0 13px;
	vertical-align:top;
	line-height:1.2em;
	width:180px;
}
#newsletter-form b {
	display:block;
	padding-top:7px;
	font-weight:normal;
	text-align:right;
}
#newsletter-form a {
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	line-height:1em;
	color:#fff;
	background:url(images/button-tail1.gif) repeat-x left top;
}
#newsletter-form a em {
	display:inline-block;
	background:url(images/button-left1.gif) no-repeat left top;
}
#newsletter-form a b {
	display:inline-block;
	padding:6px 15px 4px 15px;
	background:url(images/button-right1.gif) no-repeat right top;
}
#newsletter-form a:hover {
	text-decoration:none;
}

/*---*/

#contacts-form span {
	display:block;
	width:187px;
}
#contacts-form .field1 { 
	height:36px;
}
#contacts-form .field1 span {
	background:url(images/input-bg3.gif) no-repeat left top;
	height:26px;
}
#contacts-form .field2 span {
	background:url(images/textarea-bg.gif) no-repeat left top;
	height:77px;
	margin-bottom:12px;
}
#contacts-form input {
	width:162px; 
	background:none;
	margin:5px 0 0 13px;
	color:#8a8b8b;
	border:0; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:174px; 
	height:70px; 
	overflow:auto;
	background:none;
	color:#8a8b8b;
	border:0; 
	padding:5px 0 2px 13px; 
}

/*========================== LISTS ============================*/

.banner-list1 {
	padding:10px 0 14px 39px;
}
.banner-list1 ul {
	width:100%;
	overflow:hidden;
}
.banner-list1 ul li {
	float:left;
	font-size:16px;
	line-height:1.2em;
	background-repeat:no-repeat;
	background-position:0 9px;
	padding:5px 23px 6px 36px;
	margin-right:10px;
	border-right:1px solid #e4e4e4;
}
.banner-list1 ul li.last {
	border:0;
	margin:0;
	padding-right:0;
}
.banner-list1 ul li a {
	color:#191919;
	text-decoration:none;
}
.banner-list1 ul li img {
	position:relative;
	top:6px;
}
.banner-list1 ul li.m1 {
	background-image:url(images/icon1.gif);
}
.banner-list1 ul li.m2 {
	background-image:url(images/icon2.gif);
}
.banner-list1 ul li.m3 {
	background-image:url(images/icon3.gif);
}
.banner-list1 ul li.m4 {
	background-image:url(images/icon4.gif);
}
.banner-list1 ul li.m5 {
	background-image:url(images/icon5.gif);
}
.banner-list1 ul li.m6 {
	background-image:url(images/icon6.gif);
}

.list li {
	font-weight:bold;
	padding:0 0 8px 13px;
	background:url(images/arrow.gif) no-repeat left 4px;
}

.list1 {
	margin:-5px 0 -10px 0;
}
.list1 li {
	font-weight:bold;
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding:5px 0 10px 0;
}
.list1 li img {
	float:left;
	margin:-5px 5px 0 0;
}
.list1 li.style1 a {
	color:#222222;
}
.list1 li.style2 a {
	color:#e59400;
}
.list1 li.style3 a {
	color:#31b9dc;
}
.list1 li.style4 a {
	color:#d4478d;
}

.download-list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:12px;
}
.download-list li p {
	float:left;
	width:193px;
	margin:0 56px 0 0;
}
.download-list li p b {
	color:#a7a6a6;
	display:block;
}
.download-list li strong {
	float:left;
	color:#24a9cb;
	padding-top:15px;
}
.download-list li .link1 {
	float:right;
	width:auto;
	padding-top:9px;
}

/*========================== OTHER ============================*/

.img-indent {
	margin-bottom:12px;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

p { 
	line-height:1.33em;
	margin-bottom:10px;
}

.address span { 
	float:right; 
}
p.address {
	margin:0;
}

.banner2 {
	width:100%;
}
.banner2 span {
	font-size:.92em;
	line-height:1.27em;
	text-transform:uppercase;
	color:#a7a6a6;
	display:block;
	padding-bottom:15px;
}
.banner2 img {
	margin-bottom:-17px;
	position:relative;
}

dl {
	line-height:1.33em;
	margin-bottom:-15px;
}
dl dt {
	font-weight:bold;
	color:#a7a6a6;
}
dl dd {
	padding-bottom:15px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#24a9cb; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h3 {
	font-size:24px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:32px;
}
h4 {
	font-size:1em;
	color:#a7a6a6;
	margin-bottom:12px;
}
h6 {
	font-size:18px;
	color:#fff;
	margin-bottom:12px;
}
.link1 {
	width:100%;
	overflow:hidden;
	line-height:1.2em; 
	text-transform:uppercase; 
}
.link1 a { 
	display:block; 
	float:right;
	background:url(images/link1-right.gif) no-repeat right top; 
	color:#fff; 
	text-decoration:none;
}
.link1 a em { 
	display:block; 
	background:url(images/link1-left.gif) no-repeat left top;
	padding:0 12px;
}
.link1 a b { 
	display:block; 
	background:url(images/link1-tail.gif) repeat-x left top; 	
	padding:6px 3px 5px 3px; 
	font-style:normal; 
	font-weight:normal;
}
.link1 a:hover {
	color:#000;
}

.link2 {
	text-align:right;
	font-size:14px;
	line-height:1.2em;
	height:18px;
	overflow:hidden;
}
.link2 a {
	text-decoration:none;
	border-bottom:1px solid #24a9cb;
	display:inline-block;
}
.link2 a:hover {
	border:0;
}

.link3 {
	text-align:right;
	font-size:14px;
	line-height:1.2em;
	height:18px;
	overflow:hidden;
}
.link3 a {
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
	display:inline-block;
}
.link3 a:hover {
	border:0;
}

.line-ver1,
.line-ver2,
.line-ver3 {
	background-image:url(images/divider.gif);
	background-repeat:repeat-y;
}
.line-ver1-top,
.line-ver2-top,
.line-ver3-top {
	background-repeat:no-repeat;
	background-image:url(images/divider-top.gif);
}
.line-ver1,
.line-ver1-top {
	background-position:206px 0;
}
.line-ver2,
.line-ver2-top {
	background-position:451px 0;
}
.line-ver3,
.line-ver3-top {
	background-position:696px 0;
}

/*============================ BOXES ==========================*/

.box { 
	background:#fff; 
	width:100%;
}
.box .border-top { 
	background:url(images/border-top.gif) repeat-x left top;
}
.box .border-bot { 
	background:url(images/border-bot.gif) repeat-x left bottom;
}
.box .border-left { 
	background:url(images/border.gif) repeat-y left top;
}
.box .border-right { 
	background:url(images/border.gif) repeat-y right top;
}
.box .left-top-corner {	
	background:url(images/left-top-corner.gif) no-repeat left top;
}
.box .right-top-corner { 
	background:url(images/right-top-corner.gif) no-repeat right top;
}
.box .left-bot-corner {	
	background:url(images/left-bot-corner.gif) no-repeat left bottom;
	min-height:175px;
	height:auto!important;
	height:175px;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner { 
	padding:0 22px 28px 39px;
}

/*========================= CONTENT ===========================*/

#content .indent {
	padding-top:7px;
}
#content .indent1 {
	padding-bottom:15px;
}

/*========================= FOOTER ============================*/

#footer,
#footer .col-1 a,
#footer .col-2 a {
	color:#a7a6a6;
}
#footer .col-1 a,
#footer .col-2 a {
	text-decoration:none;
}
#footer .col-1 a:hover,
#footer .col-2 a:hover {
	text-decoration:underline;
}
#footer .indent {
	padding:20px 0 0 39px;
}
#footer .col-1 {
	width:245px;
	line-height:1.5em;
}
#footer .col-2 {
	line-height:1.33em;
	width:245px;
}
#footer .col-2 span {
	display:block;
	padding-top:2px;
}
#footer .col-2 span a {
	padding:0 0 0 21px;
	display:inline-block;
	background:url(images/skype.gif) no-repeat left top;
}
#footer .col-2 span a:hover {
	color:#00aff0;
}
#footer .col-3 {
	font-size:16px;
	width:244px;
	line-height:1.2em;
}
#footer .col-3 span {
	font-size:20px;
}
#footer .col-4 {
	top:-4px;
	position:relative;
	width:207px;
}

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