/************************************
------------CSS RESET----------------
************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {line-height: 1; }
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
:focus {outline: 0;}
table {	border-collapse: collapse;	border-spacing: 0;}



/************************************
GENERAL STYLING
************************************/

body{
	background-color:#111;
	color:#eee;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:12px;
}
h2{
	color:#fff;
	font-size:32px;
	padding:10px 0px 10px 0px;
}
h3{
	color:#fff;
	font-size:24px;
	padding:10px 0px 10px 0px;
}
h4{
	color:#bbb;
	text-transform:uppercase;
	font-size:1.1em;
	padding:10px 0px 10px 0px;
	font-family:Verdana, Geneva, sans-serif;
}

ul{
	list-style:square inside;
	line-height:1.4em;
}


#header_wrapper{
	position:relative;
	text-align:center;
	width:100%;
	overflow:visible;
}



#header
{
	position:relative;
	width:960px;
	margin:auto;
	text-align:left;

}
#content_wrapper{
	position:relative;
	text-align:center;
}
#content
{
	width:960px;
	margin:auto;
	text-align:left;
	position:relative;
}

#content_extra
{
	padding-top:1000px;
	width:800px;
	margin:auto;
	text-align:left;
}


.clearfix {	display: inline-block;}
.clearfix:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}
 



.round-corners, .rounded {
	
    border-radius: 8px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
	
}
.flipped
{
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	
}
.selected
{
	opacity:1!important;
	filter:alpha(opacity=100)!important;
}
/************************************
SLIDER STYLING
************************************/

#arrowleft
{
	cursor:pointer;
}



.mda {
	color: #FFF;
}


.transitionExample
{
	float:left;
	position:relative;
	display:inline-block;
	width:375px;
	background:#222;
	padding:8px;
	
	border-radius: 8px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
	
	margin: 0 5px 5px 0;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.transitionExample:hover
{
	opacity:1;
	filter:alpha(opacity=100);
}
.exampleText
{
	position:absolute;
	top:40px;
	left:190px;
	font-size:18px;
	text-align:center;
	color:#fff;
	width:190px;
}
h1{
	font-size:30px;
}.codesnip {
	color: #CCC;
	font-size:12px;
}
#transitionsCon
{
	display:block;
	height:auto;
}
.bullet
{
	/*position:absolute;*/
	cursor:pointer;
}

.extended
{
	width:790px;
	opacity:1!important;
	filter:alpha(opacity=100)!important;
	
}
img{
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}
.button_tocms{
	width:49px;
	height:29px;
	display:inline-block;
	background:url(img/tocms.png);
}
.button_tocms_con{
	position:absolute;
	left:10px;
	top:10px;
	z-index:9990;
}
.delimiter{
width:100%;
background:#333;
height:1px;
margin: 15px 0;
}

.logo{
	width: 246px;
	height: 60px;
	background: url('../styleimg/logodark.png') no-repeat;
}
.header_pattern{
	background: url('../styleimg/header_pattern.png') repeat-x;
	width:100%;
	height:300px;
	position:absolute;
	top:0;
	
}
.lighter-bg{
	background:#222;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:725px;
	border-bottom:1px solid #333;
}
.one_third{
	width:32%;
	margin-right:2%;
	float:left;
}
.last{
	margin-right:0;
}
.feature img{
	opacity:0.5;
}
.selected img{
	opacity:1;
}
.more-button{
	padding:10px 5px;
	background:#C03;
	width:80px;
	text-align:center;
	border-radius:5px;
	margin: 10px 0;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	color:#ddd;
	display:block;
}