/************************************
------------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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */



/************************************
GENERAL STYLING
***********************************
body{
	background-color:#111;
	color:#fff;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:14px;
}
h2{
	color:#fff;
	font-size:32px;
	padding:10px 0px 10px 0px;
}
h3{
	color:#fff;
	font-size:24px;
	padding:10px 0px 10px 0px;
}
h4{
	color:#fff;
	font-size:32px;
	padding:10px 0px 10px 0px;
}

*/


#header_wrapper{
	position:relative;
	text-align:center;
	width:100%;
	height:400px;
	overflow:visible;
	background:#222 url(img/bg1.png) repeat-x;
}


#header_wrapperbg{
	position:absolute;
	top:0px;
	left:0px;
	
}
#header
{
	position:relative;
	width:800px;
	margin:auto;
	text-align:left;

}
#content_wrapper{
	position:relative;
	text-align:center;
	background:#111 url(img/bg2.png) repeat-x;
}
#content
{
	padding-top:250px;
	width:800px;
	margin:auto;
	text-align:left;
}

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


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px;}



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