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: "Oswald";
	font-weight: 300;
	color: #333;
}

#switcher {
	height: 40px;
	background: #000;
	border-bottom: 10px solid #262626;
	border-bottom: 10px 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: 8px;
	margin-left: 72px;
	background: url(rt-form-select.png) no-repeat;
	width: 500px;
	display: block;
	padding: 9px 8px;
	color: #333;
	font-size: 14px;
    position: relative;
    z-index: 999;    
}

#theme_dropdown_list {

border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 20px;

}

.center {

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

}

.center ul li {

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

}

.center ul li ul {

display: none;
margin-left: 72px;
position: absolute;
width: 210px;
margin-top:-5px;

}

.center ul li ul li:last-child{
  
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;

}


.center ul li ul li {

background: #fff;

}

.center ul li ul li:hover{ 
background: #DADADA; 
}

.center ul li ul li a {

display: block;
padding: 10px;
min-width: 267px;
font-size: 12px;
color: #333;
border-bottom: 1px solid #F9F9F9;
}

.center ul li ul li:first-child {

 
padding-top: 3px;

}




.center ul li ul li:last-child a{
 border-bottom:none;

}

li.purchase {

margin-left: 50px;
text-transform: uppercase;
padding-top: 10px;

}

li.purchase a {
 

}

li.remove_frame {

margin-left: 20px;
text-transform: uppercase;
padding-top: 15px;

}
 

#iframe {

margin-top: 50px;

}

.thumb{
left: 290px;
position: absolute;
top: 10px;
padding: 20px;
position: absolute;
top: 10px;
background:#000;
display:none;

}

.shadow{
	display:none;
	position:relative;

}

@media only screen and (min-width: 999px) {
  
	.shadow{
		box-shadow:0 0 0 2500px rgba(0, 0, 0, 0.7);
	}  	
}




	/* Tablet (Portrait) 	768px */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#theme_select {
		    width: 320px;
		}
		.center{
			width:728px;
		}

		li.purchase {
			margin-left: 20px; 
		}
	}



	/* Mobile (portrait) 	320px */
	@media only screen and (max-width: 767px) {
		#theme_select {
		   display:none;
		}
		.center{
			width:320px;
		}

		li.purchase {
			margin-left: 20px; 
		}

	}


	/* Mobile (Landscape) 	480px */
	@media only screen and (min-width: 480px) and (max-width: 767px){
		#theme_select {
		   display:none;
		}
		.center{
			width:320px;
		}

		li.purchase {
			margin-left: 20px; 
		}
	}



.thumb img{
border:5px solid #fff;
}