﻿/* >>>>>>>>>>>>>>>>>  HELPERS  <<<<<<<<<<<<<<<<<<<< */

*{ border-width: 0px;
	margin: 0px;
	padding: 0px;
	font-family:Verdana,Geneva,sans-serif; }

#wrapper{
	width:100%;
	height:100%;
	background: #fff;
	}
.center{
	width:980px;
	margin:0 auto;
}
html {
        background: url(arbg2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
ul{
	list-style: none;
	}
a {
	text-decoration: none;
	}
#clear{
	clear:both;
	}
/* ++++++++++++++++++++++++++++++++++++++  HEADER +++++++++++++++++++++++++++++++++ */
#header{

	background:#808080;
	color:#ddd;
	}
	
#header .center{
	height:100px;
	background:	#053350;
	}

/* ----  COMPANY NAME --------------- */
#company-name{
	float:left;
	font-size:40px;
	line-height: 100px;
	text-align: center;
	width:100px;
	}

/* ------------------------------  MENU  ---- */
#menu{
	float:right;
	height: 30px;
	margin: 42px 0 0;
	width: 800px;
	}
#menu a{
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 8px;
	}	
#menu a:hover{
background:#1E90FF url(images/hover-menu-items.png) ; 
	}
/* ---------------------------- PREVIEW ------------------------------ */

#preview{
	color:#000;
	height: 175px;
	}
#preview .center{
	width:980px;
	height:300px;
	background: url(images/wave.png);
	text-align: left;
}
#topic{
	color:#000;
	background-color:#3FCDFD;
	width:300px;
	height:100px;
	float:left;
	font-size: 0.75em;
	border: 1px solid #035FF5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; margin-left:10px; margin-right:10px; margin-top:40px; margin-bottom:10px
	}
#topic1{
	background: url('2012group2.jpg');
	width:300px;
	height:100px;
	float:left;
	font-size: 0.75em;
	border: 1px solid #035FF5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; margin-left:10px; margin-right:10px; margin-top:40px; margin-bottom:10px
	}
	#topic3{
	background: url('2012group2.jpg');
	width:300px;
	height:100px;
	float:left;
	font-size: 0.75em;
	border: 1px solid #035FF5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; margin-left:10px; margin-right:10px; margin-top:40px; margin-bottom:10px
	}

#topic h2{
	width:288px;
	padding: 10px 0 0 10px;
	font-size: 1.5em;
	color:#343333;
	}
#topic p{
	padding: 5px 10px 10px 10px;
	line-height: 20px;
	}
#topic a{
	color:#343333;
	font-weight: bold;
	}


/* -------------------- ------  CONTENT  -------- ------------------ */

#container{
	height: 320px;
	}
#center_container{
	background:#DDD;
	height:320px;
	width: 980px;
	margin: 0 auto;
	}
#sidebar{
	float:left;
	width:280px;
	height:300px;
	margin:10px;
	padding-bottom: 10px;
	background:#343333;
	
	}
#sidebar #title{
color:#FFF;
	line-height: 30px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	font-size: 0.875em;
	font-weight: bold;
	background: url(images/title.png) repeat-x;
	}
#sidebar ul{
	list-style: none;
	width:280px;
	color:#FFF;
	}
#sidebar li{
	padding:5px 10px;
	font-size: 0.75em;
	}
#sidebar a{
	color:#FFF;
	}
#content{
	width:670px;
	margin:10px 10px 10px 0;
	background: #FFF;
	height:300px;
	font-size:0.75em;
	float:right;
	color:#343333;
	}
#content h2{
	padding: 10px 0 10px 15px;
	font-size: 1.5em;
	color:#343333;
	}
#content p{
	margin:15px;
	}
#left_list, #right_list{
	width:270px;
	float:left;
	margin: 10px 10px 20px 50px;
	color:#000080;
		}
#left_list ul, #right_list ul{
	list-style:url(images/li.png);
	color:#343333;
	}
#left_list a, #right_list a{
	line-height: 30px; 
	color:#343333;
	}


/* ---------------------------  FOOTER  ------------------------- */

#footer{
	height:130px;
	}
#center_footer{
	background:#053350;
	height: 130px;
	width: 980px;
	margin:0 auto;
	}
#left_footer,#right_footer {
	width:450px;
	padding:20px;
	float:left;
	}
#left_footer b{
	color:#fff;
	}
#left_footer li{
	float:left;
	margin:0 20px;
	}
#left_footer img{
	width:60px; height:60px;
	}

#right_footer{
	float:right;
	}
#right_footer a{ 
	color:#aaa;
	padding:0 10px;
	line-height: 21px;
	font-size: 13px;
	font-weight:bold;
	}

#footer span{
	color:#ccc;
	font-size: 13px;
	margin-left: 150px;
	}