@charset "utf-8";
/* CSS Document :: Raducu Sergiu Popa (raducu.sergiu@gmail.com) */

a {
	color: #3c6991;
}

a:hover {
	color: #353635;
}

#header_left {
	float: left;
	width: 40%;
	
}

#header_left a {
	display: block;
	width: 250px;
	height: 90px;
	background: url(../images/lws_logo.jpg) top center no-repeat;
	text-indent: -1000px;
}

#header_right {
	float: right;
	padding-top: 76px;
	color: #4e4e4e;
	width: 50%;
}

#header_right .ro {
	display: inline-block;
	margin-bottom: -3px;
	width: 20px;
	height: 15px;
	background: url(../images/flag_ro.gif) top center no-repeat;
}

#header_right .ro:hover {
	background: url(../images/flag_ro_over.gif) top center no-repeat;
}

#header_right .us {
	display: inline-block;
	margin-bottom: -3px;
	width: 20px;
	height: 15px;
	background: url(../images/flag_us.gif) top center no-repeat;
}

#header_right .us:hover {
	background: url(../images/flag_us_over.gif) top center no-repeat;
}

#header_right .contact {
	color: #333;
}

#header_right .contact:hover {
	color: #333;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/icon_contact.gif) top left no-repeat;
}

#footer a {
	color: #CCC;
}

#footer a:hover {
	text-decoration: none;
	color: #FFF;
}

#footer_links .title {
	color: #47698b;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

#footer_links .inline {
	float: left;
	width: 285px;
	margin-right: 10px;
}

#footer_links .about {
	margin: 5px;
	border-left: 20px solid #1e1e1e;
	background-color: #767575;
	color: #FFF;
	padding: 5px;
}

.form {
	background-color: #767575;
	color: #FFF;
	border: none;
	margin: 5px;
	padding: 2px;
}

.go_btn {
	margin: 5px;
	border: none;
	background: url(../images/go_btn.gif) top center no-repeat;
	color: #FFF;
}

#menu {
	font: 23px Georgia, "Times New Roman", Times, serif;
}

#menu .home {
	background: url(../images/btn_home.gif) no-repeat;
	background-position: center -5px;
	display: block;
	float: left;
	text-decoration: none;
	color: #FFF;
	text-align: left;
	padding-left: 15px;
	padding-top: 3px;
	width: 145px;
	height: 55px;
}

#menu .home:hover {
	background-position: center top;
}

#menu .portofolio {
	background: url(../images/btn_portofolio.gif) no-repeat;
	background-position: center -5px;
	display: block;
	float: left;
	text-decoration: none;
	color: #FFF;
	text-align: left;
	padding-left: 15px;
	padding-top: 3px;
	margin-left: 5px;
	width: 178px;
	height: 55px;
}

#menu .portofolio:hover {
	background-position: center top;
}

#menu .services {
	background: url(../images/btn_services.gif) no-repeat;
	background-position: center -5px;
	display: block;
	float: left;
	text-decoration: none;
	color: #FFF;
	text-align: left;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 3px;
	width: 163px;
	height: 55px;
}

#menu .services:hover {
	background-position: center top;
}

#menu .school {
	background: url(../images/btn_services.gif) no-repeat;
	background-position: center -5px;
	display: block;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	color: #FFF;
	text-align: left;
	padding-left: 13px;
	padding-top: 3px;
	width: 160px;
	height: 55px;
}

#menu .school:hover {
	background-position: center top;
}

#menu .stores {
	background: url(../images/btn_services.gif) no-repeat;
	background-position: center -5px;
	display: block;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	width: 162px;
	padding-top: 3px;
	height: 55px;
}

#menu .stores:hover {
	background-position: center top;
}

.about1 {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #949494;
}

.about1 strong {
	color: #000;
	font-weight: 200;
}

.about2 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #949494;
}

.about2 strong {
	color: #000;	
}

#column_left a {
	color: #f8863a;
	background: url(../images/icon_arrowlink.gif) top left no-repeat;
	padding-left: 15px;
	font-size: 11px;
}

#column_left a:hover {
	text-decoration: none;
}

#btns_footer .blog {
	float: right;
	display: block;
	width: 111px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	padding: 12px 0px 8px 0px;
	text-align: center;
	background: url(../images/bg_btnblog.gif) top center no-repeat;
}

#btns_footer .testim {
	float: right;
	display: block;
	width: 163px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	padding: 12px 0px 8px 0px;
	text-align: center;
	background: url(../images/bg_btntestim.gif) top center no-repeat;
}

#btns_footer .blog:hover {
	text-decoration: underline;
	background: url(../images/bg_btnblog_over.gif) top center no-repeat;
}

#btns_footer .testim:hover {
	text-decoration: underline;
	background: url(../images/bg_btntestim_over.gif) top center no-repeat;
}

#nav {
	width: 520px;
	margin-bottom: -1px;
	padding: 5px;
}

#nav a {
	text-decoration: none;
	color: #333;
	padding: 4px;
	background-color: #ccc;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

#nav a:hover {
	color: #FFF;
	background-color: #eb7207;
}

/* ---------------------------------- SU STUFF --------------------------- */
.headline {
    color: #f69d35;
	font: 24px Georgia, "Times New Roman", Times, serif;
}