/* CSS Document */

* {
	margin:0 auto;
	padding:0;
}

body {
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#878787;
	line-height:18px;
	text-align:left;
	
}

p {
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#878787;
	line-height:18px;
	text-align:left;	
	
}


h2 {
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#479eb9;
	line-height:19px;
	font-size:15px;
	text-align:left;
}


a {
	text-decoration: none;
	outline:none;
}

/* link */
a:link {
	color: #4bb9db;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4bb9db;
}
a:hover {
	text-decoration: underline;
	color: #4bb9db;
}
a:active {
	text-decoration: none;
	color: #4bb9db;
}


img {
	border: none;
}

.blueFont{
	color:#479eb9;
}


#container { 
	width:100%;
	background-color:#CCC;
}

#wrapper_container{
	background-image:url(../images/wrapper_bck.jpg);
	background-repeat:repeat-x;
	background-color:#232227;
	height:100%;	
	width:1170px;	
}


#wrapper_containerInner{
	background:#3b3b40 url(../images/inner_bgr.jpg) repeat-x; 
	height:100%;	
	width:1170px;	
}

#wrapper
{
	width: 950px;
}

#big_img {
	text-align:center;
	padding-top:10px;
	height:528px;
}


#big_imgInner {
	text-align:center;
	padding-top:40px;
	height:528px;
	border-top:1px solid #39393f;
}


#meni_container {
	width:1170px;
	background-image:url(../images/meni_bck.jpg);
	background-repeat:repeat-x;
	height:41px;
}

#meni{
	width:940px;
	text-align:center;
	}

#header_container{
	background:url(../images/header_bck.jpg) no-repeat; 
		/* background-color:#e1e1e1; */
	height:157px;
	width:1170px;
}

#header {
	height:157px;
	width:950px;
}

#head_box1 {
width:420px;
float:left;
background-image:url(../images/title.png);
background-repeat:no-repeat;
background-position:bottom;
height:150px;
}

#head_box2 {
width:420px;
float:right;
height:157px;
}

#head_box2_top {
	margin-top:20px;
	font:normal 11px Tahoma, Geneva, sans-serif;
	color:#25140d;
	line-height:18px;
	text-align:right;	
}

.phoneStyle{
	color:#4b9bc0;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#head_box2_middle {
	margin-top:0px;
	font:normal 11px Tahoma, Geneva, sans-serif;
	color:#25140d;
	line-height:18px;
	text-align:right;	
}

.head_box2_middle {
	margin-top:0px;
	text-align:right;	
}

#head_box2_bottom {
	margin-top:10px;
	font:normal 11px Tahoma, Geneva, sans-serif;
	color:#4b9abc;
	line-height:18px;
	text-align:right;	
}


#content{
	background-color:#232227;	
}


#footer{
	background-color:#bbbbbb;
	background-image:url(../images/footer_bck.jpg);
	background-repeat:repeat-x;
	height:39px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
padding-top:7px;
	padding-right:50px;	
	}



/***misc***/

.floatleft {
	position:relative;
	float:left;
}

.floatright {
	position:relative;
	float:right;
}

.clear {
	clear:both;
}

.margin0 {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
}

.border {
	border:1px solid #4f4e54;
}

.borderR {
	border-right:1px solid #4f4e54;
}

.borderB {
	border-bottom:1px solid #4f4e54;
}

.LigrhtGrayBgr {
	background:#343339;
}

.LightGrayText {
	color:#c0c0c0;
}
.FloatRight {
	float:right;
	margin-left:15px;
}


/***** SOCIAL ICONS *****/

#facebookIcon{
	background-image:url(../images/facebookIcon.png);
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 150px;
}

#linkedinIcon{
	background-image:url(../images/linkedinIcon.png);
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 5px;
}

#facebookIcon:hover, #linkedinIcon:hover{
	background-position: 0 -24px;	
}



/***** END SOCIAL ICONS *****/
