* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#161616; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.35em;
	color:#2d2d2d;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:920px; 
	margin:0 auto;
	font-size:.875em;
	position: relative;
}

.headerlogo {
	width:365px;
	margin:0 0 0 0;
	position:relative;
	float:left;
}

.headerstuff {
	width:555px;
	margin:0 0 0 0;
	position:relative;
	font-size: 0.875em;
	float:right;
}

.content-img {
  text-align: center;
  float:left;
  background: url(img-shadow.png) no-repeat bottom right;
  margin: 10px 0 14px 10px;
 }

.content-img img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  border: 1px solid #a9a9a9;
  padding: 4px;
  }

  
div.content-img-caption {
  font-size: 0.85em;
  padding: 10px;
  text-align: center;
  margin: 10px 40px 10px 40px;
}
  
img.highlighted{
  opacity:1;
}

img.highlighted:hover {
  opacity:0.8;
}

/*==== GLOBAL =====*/
#header {
	height:140px;
	background:url(satplain.jpg) no-repeat top #000000;
}
#slides-box {
	padding-top:20px;
	background:#f5f5ee;
	padding-bottom:16px;
}
#content {
	background:#f5f5ee;
}
#extra-content {
	background:url(images/content-tail.gif) left top repeat-x #2f2f2f;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:14px;
	text-align: justify;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#323232; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	color:#000;
	font-size:20px;
	line-height:1.2em;
	font-weight:bold;
	border-bottom:2px solid #cacaca;
	padding:4px 0 10px 0;
	margin-bottom:18px;
	margin-top:12px;
	width:100%;
	overflow:hidden;
}
h2 img {
		float:right;
		margin:5px 0 0 0;
	}
h3 {
	font-size:1.14em;
	color:#222222;
	border-bottom:1px dashed #cacaca;
	font-weight:bold;
	margin-bottom:14px;
	margin-top:10px;
}
h4 {
	font-size:1.14em;
	font-weight:normal;
	margin-bottom:12px;
}
h5 {
	font-size:1.14em;
	color:#626262;
	font-weight:normal;
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
	color:#3d3d3d;
	line-height:24px;
}
	.box .inner { 
		padding:20px 20px 20px 20px;
	}
	
	.box .inner a {
		text-align:center;
		/*padding:3px;*/
		color:#222222;
		/*background:#222222;*/
	}

	.box .inner a:hover {
		color:#000;
		/*background:#222222;*/
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .row-1 {
	height:53px;
	color:#989898;
}
	#header .row-1 .fleft {
		padding:14px 0 0 0;
	}
#header .row-2 {
	height:89px;
	/*border-bottom:1px solid #c7c6c6;*/
}
	#header .row-2 .fleft {
		padding:29px 0 0 0;
	}

.top-links {
	float:right;
	padding:14px 0 0 0;
	margin-right:-7px;
}
	.top-links li {
		display:inline;
	}
		.top-links li a {
			color:#989898;
			text-decoration:none;
			padding:0 7px 0 4px;
		}
		.top-links ul li a img {
			opacity: 1px;
		}
		.top-links ul li a img:hover {
			opacity: 0.7px;
		}


.nav {
	float:right;
	padding:53px 0 0 0;
	opacity:1;
}
	.nav li {
		display:inline;
	}
		.nav li a {
			display:block;
			float:left;
			background:#161616;
			color:#fff;
			text-decoration:none;
			line-height:34px;
			margin-left:5px;
			padding:0 23px 0 23px;
			font-size:1.2em;
		}
		.nav li a.current {
			background:#f5f5ee;
			text-decoration:none;
			color:#797979;
		}
		.nav li a:hover {
			background:#f5f5ee;
			text-decoration:none;
			color:#161616;
		}
		
		

/*== featured box begin ==*/
#featured {
	width:920px;
	position:relative;
	height:354px;
}
#featured img {
	position:relative;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:127px;
	left:486px;
	list-style:none;
	width:615px;
	z-index:100;
	background:url(images/tabs-nav-bg.png) left top;
	padding:13px 11px 10px 11px;
	width:10px;
}

#featured .overwrite-title {
	position: absolute;
	top:20px;
	left:20px;
	color:#333;
	font-size: 1.4em;
	text-shadow: 1px 1px 3px#fff;
	text-decoration: none;
	padding: 16px 14px 13px 14px;
	background:url(images/tabs-text-bg.png) repeat;
	width:451px;
}

#featured a {
	text-decoration: none;
}

.overwrite-subtitle {
	position: absolute;
	bottom:20px;
	left:20px;
	color:#333;
	font-size: 20px;
	text-shadow: 1px 1px 2px#fff;
	padding: 13px 12px 11px 12px;
	background:url(images/tabs-text-bg.png) repeat;
	width:451px;
}

#featured ul.ui-tabs-nav li { 
	width:10px; 
	height:10px; 
	overflow:hidden; 
	margin-bottom:4px;
	background:url(images/item.png) no-repeat 1px top;
	vertical-align:top;
	font-size:0;
	line-height:0;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected { 
	background:url(images/item-selected.png) no-repeat left top;
}
	#featured ul.ui-tabs-nav li a {
		display:block;
		width:10px;
		height:10px;
		overflow:hidden;
	}

#featured .info { 
	width:402px;
	height:354px;
	background:#161616;
	position:relative;
	left:518px;
	top:-354px;
	color:#838383;
	font-size:1.1em;
	color:#838383;
	font-family:Arial, Helvetica, sans-serif;
}
	#featured .info .inner { 
		padding:25px 40px 0 35px;
	}
		
		
		#featured .info ul {
			padding-bottom:25px;
		}
			#featured .info ul li {
				width:100%;
				overflow:hidden;
				padding-bottom:2px;
				margin-bottom:2px;
				vertical-align:top;
			}
			#featured .info ul li.last {
				border-bottom:none;
			}
				#featured .info ul li strong {
					border-bottom:1px solid #2d2d2d;
					float:left;
					color:#fff;
					padding-left:6px;
					padding-bottom: 2px;
				}
				#featured .info ul li span {
					float:left;
					padding-left:18px;
					padding-bottom: 10px;
				}
			
			#featured .info .button {
				background:url(images/button.gif) no-repeat left top;
				width:92px;
				height:31px;
				float:left;
				display:block;
				color:#000;
				line-height:31px;
				text-align:center;
				text-decoration:none;
				font-size:12px;
				font-weight:bold;
			}
			#featured .info .button:hover {
				color:#fff;
			}
			#featured .info .price {
				font-size:30px;
				line-height:1.2em;
				color:#fff;
				font-weight:normal;
				float:right;
			}


#featured .ui-tabs-hide {display:none; }
/*== featured box end ==*/


/*===== content =====*/
#content .indent {
	padding:18px 18px 44px 18px;
}

#content .section {
	padding:0 0 70px 0;
}

.news li {
	width:100%;
	overflow:hidden;
	background:url(images/line-dot.gif) left bottom repeat-x;
	padding:0 0 10px 0;
	margin-bottom:10px;
}
.news li.last {
	background:none;
	padding-bottom:30px;
	margin-bottom:0;
}
	.news li span {
		width:56px;
		float:left;
		font-size:11px;
		background:#161616;
		color:#fff;
		padding:1px 8px 1px 8px;
		margin-right:15px;
	}
	.news li div {
		overflow:hidden;
	}

#contentpost .story li {
	background:url(images/bull-1.gif) no-repeat left 6px;
	padding:0 0 0 15px;
	margin-left:10px;
}
#contentpost .story li p {
	margin-bottom: 10px;
}
#contentpost .story li.last {
	background:none;
	padding-bottom:14px;
}
#contentpost .story li a {
		background:url(images/bull-1.gif) no-repeat left 6px;
		padding:0 0 0 13px;
		text-decoration:none;
		color:#404040;
		font-size:1.1em;
	}
#contentpost .story li a:hover {
		color:#000;
	}

.list2 {
	padding-bottom:14px;
}
	.list2 li {
		background:url(images/bull-1.gif) no-repeat left 8px;
		padding:0 0 6px 13px;
		font-size:1.1em;
	}

/*===== extra-content =====*/
#extra-content .indent {
	padding:20px 18px 24px 12px;
	color:#b0b0b0;
}
	#extra-content .indent .indent {
		padding:20px 0 60px 0;
	}
#extra-content .col-1 {
	width:604px;
	margin-right:29px;
}
#extra-content .col-2 {
	width:257px;
}
#extra-content h4 {
	color:#fff;
}
#extra-content .line-ver {
	background-position:604px top;
}
#extra-content dl {
	float:left;
	width:201px;
	font-size:1.1em;
	margin-right:22px;
}
#extra-content dl.first {
	margin-left:150px;
}	

#extra-content dl.last {
	margin-right:0;
}

	#extra-content dl dt {
		font-size:1.2em;
		color:#fff;
		background:url(images/dash1.gif) left bottom repeat-x;
		padding:0 0 16px 9px;
		margin-bottom:15px;
	}
	#extra-content dl dd {
		background:url(images/dash2.gif) left bottom repeat-x;
		padding:0 0 5px 0;
		margin-bottom:5px;
	}
	#extra-content dl dd a {
		text-decoration:none;
		color:#909090;
		background:url(images/bull-1.gif) no-repeat 10px 6px;
		padding:0 0 0 21px;
	}
	#extra-content dl dd a:hover {
		color:#fff;
	}

/*===== footer =====*/
#footer {
	padding:12px 0 12px 0;
	color:#989898;
}
	#footer a {
		color:#989898;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


	/*----- forms -----*/
	#newsletter-form-bottom fieldset {
		border:none;
	}
	#newsletter-form-bottom input.text {
		width:175px;	
		border:none;
		background:#424242;
		padding:7px 0 7px 5px;
		margin-right:5px;
		color:#fff;
	}
	#newsletter-form-bottom input.submit {
		background:url(images/submit_mail.gif) no-repeat left top;
		width:30px;
		height:30px;
		border:none;
		cursor:pointer;
	}
	#newsletter-form-bottom p {
		font-size:12px;
		margin-bottom:10px;
	}
	#newsletter-form-bottom a {
		color:#fff;
		text-decoration:none;
		border-bottom:1px dotted #fff;
		font-size:12px;
	}
	#newsletter-form-bottom a:hover {
		border-bottom:none;
		background:#fff;
		color:#2f2f2f;
	}


/*----- forms -----*/
#newsletter-form fieldset {
	border:none;
}
#newsletter-form input.text {
	width:175px;	
	border:none;
	background:#424242;
	padding:7px 0 7px 5px;
	margin-right:5px;
	color:#fff;
}
#newsletter-form input.submit {
	background:url(images/submit_mail.gif) no-repeat left top;
	width:30px;
	height:30px;
	border:none;
	cursor:pointer;
}
#newsletter-form p {
	font-size:12px;
	margin-bottom:10px;
}
#newsletter-form a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	font-size:12px;
}
#newsletter-form a:hover {
	border-bottom:none;
	background:#fff;
	color:#2f2f2f;
}

#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:34px;
	} 
		#contacts-form label input { 
			width:250px;
			padding:2px 0 3px 3px;
			color:#3d3d3d;
		}
		#contacts-form textarea {
			width:298px;
			height:85px;
			padding:2px 0 2px 3px;
			margin-bottom:15px;
			color:#3d3d3d;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:265px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:304px !important;
		}
/*==========================================*/

