/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 15px;
	line-height: 22px;
	font-family: Georgia, Serif;
	background: #222 url(/images/main_bg.gif);
	font-weight: lighter;
	text-align: center;
	color: #FFF;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

#main-wrapper {
	width: 943px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

a:link { 
	text-decoration: none; 
	color: #919191;
	text-shadow: #000 1px 1px 1px;
}
a:active { 
	text-decoration: none; 
}
a:visited { 
	text-decoration: none; 
	color: #919191;
	text-shadow: #000 1px 1px 1px;
}
a:hover { 
	text-decoration: none; 
	color: #FFF;
	text-shadow: #000 1px 1px 1px;
}

img {
	border: none;
}

#menu {
    width: 205px;
	height: 100%;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	float: left;
	margin: 5px 25px 0 0px;
	padding: 25px 25px 0px 0px;
}

.nav {
	font-family: Helvetica, Arial, sans-serif;
	margin: 12px 0 12px 0;
}

#name {
	color:##00ADE8;
	margin: 0 0 15px 0;
}

#menu ul {
	list-style: none;
	margin: 10px 0 0px 0;
	letter-spacing: .5px;
	
}

#menu hr {
	width:100%;
	border:0;
	height: 1px;
	background-color: #333;
	margin-top: 12px;
	margin-bottom: 10px;
}


#menu ul li.section-title { 
	color:#555;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: Helvetica, Arial, sans-serif;
}

#quick-description {
	color: #CCC;
	font-family: Georgia, Serif;
	font-size: 15px;
	line-height:22px;
	width: 200px;
}

li.active { color:#f52727;}

li.active a:visited {
	color: #f52727;
	text-decoration: none;
	border-style: none;
	text-shadow: none;
}


.info {
	width: 600px;
	padding: 0 0 15px 0;
	color:#CCC;
}

#content {
	float: left;
}

#content .container {
	margin-top: 59px;
}

.container {
	position: relative;
}

p {
	width: 600px;
	color: #CCCCCC;
	padding: 10px 0 12px 0;
}

p + p{
	width: 600px;
    margin: 0 0 5px 0;
}

.news {
	width: 600px;
}

.container h1 a { 
	font-size: 30px;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #00ADE8;
	font-family: Georgia, Times;
}

h1 {
	margin-bottom: 12px;
}

h1 a:hover {
	text-decoration: none;
	text-shadow: #000 1px 1px 1px;
}


h2 { 
	font-family: Georgia, Times, serif;
	font-size: 21px;
	line-height: 25px; 
	font-weight: normal;
	letter-spacing: .025em;
	color: #FFFFFF;
	margin: 0 0 5px 0;
}

.client {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #CCC;
	margin: 0;
}

.featured {
	font-size: 21px;
	line-height: 23px;
	width: 685px;
	margin: 15px 0 0 0;
	letter-spacing: 0.05em;
	text-align: center;
	color: #00ADE8;
}

h3 { font-size: 145%; color:#00ade8;}
h4 { font-size: 118%; }

#homepage {
	margin: 89px 0 0 0;
}

#kicker {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color:#555555;
	letter-spacing: 0.025em;
	margin: 0 0 10px 0;
}

#img-container { 
	margin: 0; 
}

#img-container p {
	font-size: 14px;
	margin: 0; 
}

#once { clear: left; }