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: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	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 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {

text-decoration: none;
color: #EEE;

}

a:hover {

color: #FFF;
	
}

body {
	overflow: hidden;
	color: #333;
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
}

#switcher {
	height: 45px;
	background: #1a1b1d url(bg.png) repeat-x;
	border-bottom: 5px solid #262626;
	border-bottom: 5px solid rgba(255,255,255,0.03);
	box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	z-index: 99999;
	position: fixed;
	width: 100%;
}

#theme_select {
	margin-top: 11px;
	margin-left: 75px;
	background: url(dropdown.png) no-repeat;
	width: 234px;
	display: block;
	height:28px;
	line-height:28px;
	padding-left:10px;
	color: #333;
	font-size: 14px;
	
	text-shadow: 0 -1px 0 rgba(255,255,255,0.6);	
}

#theme_select:hover{color:#000;}

#theme_dropdown_list {

padding: 20px;
-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.20);
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.20);

}

.center {

margin: auto;
width: 960px;
padding-top: 2px;

}
.type {float:right; padding: 5px 8px 5px 8px; background:#333; color:#fff; text-shadow: 0 -1px 0 rgba(255,255,255,0.3);
	position:absolute;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	bottom:6px;
	right:10px;
	
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.20);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.20);
	font-size:10px;}

.center ul li {

display: inline;
float: left;
position: relative;

}

#themes-dropdown {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.20);
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.20);
	}

#themes-dropdown li:hover, #themes-dropdown li:hover a {background:#F9F9F9; color:#f30;}

#themes-dropdown li a {display:block; float:none; padding:10px; width:350px !important; -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; color:#333; position:relative;}


.center ul li ul {

display: none;
margin-left: 62px;
position: absolute;

margin-top:10px;

text-transform:uppercase;

-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.20);
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.20);
}

.center ul li ul li {

background: #EEE;

}


li.purchase {

position:absolute;
right:-88px;
text-transform: uppercase;
padding-top: 18px;

}

li.purchase a {
	padding: 17px 10px 17px 40px;
	background-image: url(trolley.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}

li.remove_frame {

position:absolute;
right:-130px;
text-transform: uppercase;
padding-top: 18px;

}

li.remove_frame a {
	padding: 17px 10px 17px 40px;
	background-image: url(cross.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}

#iframe {

margin-top: 50px;

}