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

body {
	font-size: 15px;
	line-height: 22px;
	font-family: helvetica neue, helvetica, Serif;
	background: #1e1e1e 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: 11px;
	font-family: helvetica neue, helvetica, Arial, Sans-Serif;
	float: left;
	margin-right: 5px;
	padding: 25px 25px 0px 0px;
}

.nav {
	font-family: helvetica neue, 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: 1px;
	
}

#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 neue, helvetica, Arial, sans-serif;
	margin-bottom: -3px;
}

#quick-description {
	color:#CCC;
	font-family:helvetica neue,helvetica,Arial,sans-serif;
	font-size:9px;
	letter-spacing:.5px;
	line-height:21px;
	margin-bottom:-3px;
	text-transform:uppercase;
}

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: 28px;
}

.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;
}

#main-name {
	float: left;
}

/*.container h1 a {
  font-family: 'Lobster', serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  text-shadow: 2px 2px 2px #000;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.011em;
  word-spacing: 0em;
  line-height: 1em;
  color: #00ADE8;
}*/

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

h1 {
	margin-bottom: 12px;
}


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 neue, 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: 58px 0 0 0;
}

#kicker {
	font-family: helvetica neue, 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; }