/* CSS:style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
}

p{
	margin-top:0;
	padding-top:0;
}
	
a img, :link img, :visited img { border:none; }
ul { }


/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom:3px;
         line-height:1.5em;
         font-family:Tahoma;
         font-weight:normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:20px; color:#000; font-weight:bold; }
h2 { font-size:14px; color:#000; font-weight:bold; }
h3 { font-size:16px; color:#000; font-weight:normal; }
h4 { font:normal 16px Tahoma; color:#000; }
h5 { font-weight:normal; font-size:1em; }

td,div{
	font-family:Tahoma;
    font-weight:normal;
    font-size:11px;
    color:#032e61;
}

/**********************************************/

/* CSS Document */
/* About:Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	text-align:center;
	height:100%;
}

body{
	margin:0;
	padding:0;
	background:#fff;
}

#content{
	width:960px;
	margin:auto;
	text-align:left;
	position:relative;
	z-index:1;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

#logo{
	float:left;
	height:110px;
}

#menu{
	float:right;
}

#menu ul{
	padding:0 10px 0 0;
	margin:0;
	list-style:none;
}

#menu ul li{
	display:block;
	float:left;
	padding:0 0 0 10px;
}

#baner{
	width:960px;
	height:307px;
	background:url('img/baner.jpg') no-repeat;
}

#left{
	float:left;
}

#right{
	float:right;
	width:629px;
}

#article{
	
}

#article ul{
	margin:0;
	padding:4px 0 10px 0;
	list-style:none;
}

#article ul li{
	padding:3px 0 3px 22px;
	background:url('img/dot.png') 4px 4px no-repeat;
}

#news{
	position:relative;
	width:290px;
	min-height:190px;
	height:auto !important;
	height:190px;
	background:url('img/news.png') repeat-y;
}

#news-top{
	position:absolute;
	top:0;
	left:0;
	width:290px;
	height:187px;
	background:url('img/news-top.png') no-repeat;
	z-index:10;
}

#news-content{
	position:relative;
	z-index:100;
	padding:65px 15px 20px 32px;
	color:#fff;
}

#contact-box{
	width:290px;
	height:136px;
	background:url('img/contact-box.png') no-repeat;
	padding:0 0 240px 0;
}

#footer{
	height:30px;
	background:#f4f4f4;
}

#footer-content{
	position:relative;
	width:960px;
	margin:auto;
	text-align:left;
}

#planet{
	position:absolute;
	top:-195px;
	left:-15px;
	width:325px;
	height:195px;
	background:url('img/planet.jpg') no-repeat;
}

#design{
	float:left;
	padding:8px 0 0 20px;
	color:#7f7f7f;
}

#footer-menu{
	float:left;
	margin:0;
	padding:0 0 0 190px;
}

#footer-menu li{
	display:block;
	float:left;
	padding:8px 30px 0 0;
}

#footer-menu li a,
#footer-menu li a:hover{
	color:#032e61;
	font-weight:normal;
	text-decoration:none;
}

#bottom{
	height:20px;
}

.clear-both{
	clear:both;
	height:0;
	overflow:hidden;
}

a{
	font-family:Tahoma;
    font-weight:bold;
    font-size:11px;
    color:#032e61;
    text-decoration:none;
}

a:hover{
	font-family:Tahoma;
    font-weight:bold;
    font-size:11px;
    color:#032e61;
    text-decoration:underline;
}

.contact{
	padding:0px 0 20px 0;
	border:0;
}

.contact label{
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding:2px 2px 0 0;
}

.contact div.input{
	float:left;
}

.contact input.input, .contact textarea{
	border:1px solid #032e61;
	color:#032e61;
	width:220px;
	height:14px;
	font-size:11px;
}

.contact .submit{
	border:1px solid #032e61;
	background:none;
	font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#032e61;
    cursor:pointer;
}