@charset "utf-8";
/*
------------------------------------------------------------
CREATIVELIFEFORM v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
PAGE
------------------------------------------------------------
*/

/*
A scroll spacer is used instead of margins for spacing to compensate for the Mootools 1.2.3 SmoothScroll offset bug
*/

.scrollSpacer
{
	width:10px;
	height:40px;
	border-top:0px solid red;
	border-bottom:0px solid red;
	color:black;
}

.scrollSpacer a 
{
	display:block;
}

#mid-wrap
{
	margin-top:0px;
}

#wrap
{
	margin-top:0px;
}

.row
{
	padding-bottom:0px;
	border-bottom:1px solid #191919;
}
.row a 
{
	text-decoration:none;
}
.row:hover
{
	background:#080808;
}

.row .left-col
{
	width:144px;
	padding-left:10px;
}

.row .right-col
{
	width:752px;
	padding-right:10px;
}

.row ul
{
	margin:20px 0px 20px 0px;
}

.row ul li 
{
	padding:15px;
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
	background:#121212;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.row ul li h2
{
	background:none;
	font-size:1.1em;
	margin-bottom:10px;
	font-family:Georgia;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-weight:bold;
/*	float:left;
	padding:12px 0px 0px 10px;*/
}

.row ul li p
{
	font-size:1.1em;
}

.left-col 
{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#ccc;
	line-height:10px;
}


.right-col h1
{
	font-size:1.6em;
	text-transform:none;
	font-weight:bold;
	float:left;
	padding-bottom:10px;
	
}

.right-col p
{
	line-height:20px;
	margin:10px 0px 10px 0px;
}

.image
{
	width:944px;
	height:300px;
	border:10px solid #429D68;
}

.team
{
	margin:40px 0px 10px 0px;
}

.team .member
{
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	background:#121212;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.team img
{
	float:left;
	border:5px solid #292929;
	margin-right:10px;
}

.team .text
{
	
}

.team .text h3
{
	color:#A7D2BA;
	font-size:12px;
	margin-bottom:5px;
}

.team .text p
{
	margin:0px!important;
}

.team .text p .normal
{
	display:block;
	font-style:normal;
}

.controlset
{
	background:#151515;
	padding:2px;
	float:right;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin:10px 0px 20px 0px;
}

.controlset .item
{
	float:left;
	padding:5px;
	margin-right:5px;
}

.controlset .next
{
	float:left;
	padding:5px;
	width:8px;
	height:4px;
	background:url(../images/pagecontrol-next.gif) center no-repeat;
	cursor:pointer;
}
.controlset .prev
{
	float:left;
	padding:5px;
	width:8px;
	height:4px;
	background:url(../images/pagecontrol-prev.gif) center no-repeat;
	cursor:pointer;
}

.controlset .next:hover
{
	background:url(../images/pagecontrol-next-2.gif) center no-repeat;
}

.controlset .prev:hover
{
	background:url(../images/pagecontrol-prev-2.gif) center no-repeat;
}

.icon
{
	float:left;
}

.titleset
{
	margin-bottom:10px;
}



