/************************************
------------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;
}
html
{
	overflow:auto;!important
}
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 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



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

body{
	background-color:#e6eef0;
	color:#eee;
	margin:0; 
	padding:0; 
	font-family: "Marvel", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#444444;
	letter-spacing: 1px;
	line-height: 18px;
}

h1 {
	font-size:20px;
	padding:18px 0px 0px 0px;
}

h2 {
	color:#415459;
	font-size:19px;
	padding:16px 0px 0px 0px;
}

h3 {
	color:#fff;
	font-size:24px;
	padding:10px 0px 10px 0px;
}

h4 {
	color:#fff;
	font-size:32px;
	padding:10px 0px 10px 0px;
}

a {
font-size:16px;
text-decoration: none;
color:#0084ff;
} 

a:hover {
text-decoration:underline;
}

table.table1 {
text-align:center; 
margin-left:auto; 
margin-right:auto; 
width:763px;
padding: 0px;
}

table.table2 {
text-align:center; 
margin-left:auto; 
margin-right:auto; 
width:763px;
padding: 0px;
font-size:12px;
}


tr,td {
text-align:justify;
}

.toptop {
vertical-align: text-top;
}

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

.transitionExample
{
	float:left;
	position:relative;
	display:inline-block;
	width:450px;
	background:#222;
	padding:10px;
	margin:20px 5px 20px;
	
	border-radius: 8px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
	
	
	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;
}
.codesnip {
	color: #CCC;
	font-size:12px;
}
#transitionsCon
{
	display:block;
	height:auto;
}
.bullet
{
	/*position:absolute;*/
	cursor:pointer;
}
#preloader 
{
	width:50px;
	height:50px;
	position:absolute;
	left:375px;
	top:250px;
	
}
.extended
{
	width:900px;
	opacity:1!important;
	filter:alpha(opacity=100)!important;
	
}

.theme-default #slider {
    margin:10px auto 70px auto;
    width:382px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}


#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#menu0, #menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8, #menu9, #menu10, #menu11, #menu12, #menu13, #menu14, #menu15, #menu16 {
	display:block;
}

h1 a {
	text-decoration: none;
	color: #009cff;
	font-size: 24px;
}

.dark edge {
vertical-align: text-top;
color:#b8b8b8;
}

.dark edge a {
color:#b8b8b8;
text-decoration: none;
}