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: #fff;

}

body {
	overflow: hidden;
	font-family: "Arial";
	font-weight: 300;
	color: #333;
}

#switcher {
	height: 60px;
	background: #1a1b1d url(bg.png) repeat-x;
	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 {
    background: url("sprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    margin-left: 20px;
    margin-top: 9px;
    padding: 7px 8px;
    width: 245px;	
}

#theme_select:hover {
    background-position: 0 -30px;
}

#theme_list ul {height:400px; overflow-y:auto; overflow-x:hidden;}

#theme_dropdown_list {

padding: 20px;
}

.center {

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

}

.center ul li {

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

}

.center ul li ul {

display: none;
margin-left: 24px;
position: absolute;
width: 252px;
box-shadow: 0px 0px 2px #000;
-moz-box-shadow: 0px 0px 2px #000;
-webkit-box-shadow: 0px 0px 2px #000;
}

.center ul li ul li {

background: #222;

}

.center ul li ul li a {
border-bottom:1px solid #333;
display: block;
padding: 10px;
min-width: 252px;
font-size: 12px;
color: #bbb;
text-transform: uppercase;
font-weight: 700;

}

.center ul li ul li a:hover {color:#fff;}

.center ul li ul li:first-child {
padding-top: 3px;

}

.center ul li ul li:last-child {

}

li.purchase {

margin-left: 60px;
text-transform: uppercase;
padding-top: 17px;

}

li.purchase a {
padding: 10px 18px 8px 45px;
background: url("purchase.png") no-repeat scroll 0 0 transparent;
font-size:13px;
}

li.purchase a:hover {
    background-position: 0 -34px;
}

li.remove_frame {
margin-left: 10px;
text-transform: uppercase;
padding-top: 17px;

}

li.remove_frame a {
padding: 10px 18px 8px 43px;
background: url("remove.png") no-repeat scroll 0 0 transparent;
font-size:13px;
}

li.remove_frame a:hover {
    background-position: 0 -34px;
}

#iframe {
width:100%;
margin-top: 60px;
frameborder="0"
}

@media only screen and (max-width: 1024px) {

}



