body{
	margin: 0;
	padding: 0;
	font: 62.5%/80% Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
}

a{
	text-decoration: none;
}

#header{
	background: #0C243F url("http://upthemes.com/wp-content/themes/upthemes/images/header_nav_bg_rpt.png") repeat-x center center;
	z-index: 9999;
	height: 59px;
	min-width: 960px;
	margin: 0;
	padding: 0 15px 0 0;
	border-bottom: 1px solid #000;
}

#header > div{
	width: 960px;
	display:block;
	height:59px;
	margin:0 auto;
	width:960px;
}

#logo{
	width: 166px;
	height: 36px;
	padding: 10px;
	margin: 0;
	float: left;
}

#logo a{
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	background: url("/wp-content/themes/upthemes/images/logo.png") no-repeat top left;
	width: 166px;
	height: 36px;
}

#themes{
	padding: 10px;
	margin: 10px 0 0 8px;
	min-width: 180px;
}

#iframe{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 60px;
}

/* Custom Select Box */

.custom-select-holder { position:relative; font-size:14px !important; font-weight: normal; display: block; float: left; margin: 12px 0 0 20px;}
a.select-value { display: block; width: 311px; height: 35px; background: url(images/select-fullsize.png) no-repeat 0 0; line-height: 35px; padding-left: 10px; margin-bottom: 20px; color: #333; text-decoration: none !important;}

.select-dd { position:absolute; width:100%; border-bottom:solid 1px #1f1f1f; background: url(images/drop-down-bg.png) no-repeat bottom center; top: 32px; left: 0; display: none; z-index: 5;}
.select-dd ul{ list-style-type: none; padding: 0; margin: 5px 0 5px 0;}
.select-dd ul li{ list-style-type: none;}
.select-dd ul li a{ display:block; width:297px; padding:6px 10px; color:#333; margin: 0 0 0 3px; line-height:17px; text-decoration: none;}
.select-dd ul li a:hover{ text-decoration: none; background:#eee; }

select.custom-select { 
	border:0 none;
	font-size:0;
	left:-5000px;
	line-height:0;
	position:absolute;
	top:-5000px;
}

.custom-select-size { margin-bottom: 16px; margin-right: 24px; float: left; position:static !important; line-height:17px !important; font-size:14px !important; width:171px; }
.custom-select-size a.select-value { display: block; width: 161px; height: 35px; background: url(images/custom-select-size.gif) no-repeat 0 0; line-height: 35px; padding-left: 10px; margin:0;}
.custom-select-size .select-dd ul li a { width:147px;}
.custom-select-date { display: block; width: 311px; height: 35px; background: url(images/custom-select-date.gif) no-repeat 0 0; line-height: 35px; padding-left: 10px; margin-bottom: 20px; }
.custom-select-date a { display: block; height: 35px; color: #6b6b6b; font-size: 12px; }
.custom-select-date a:hover { text-decoration: none; }


/* Button Styles */

input[type="submit"],
input[type="button"],
button,
.button{
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	background: url("/wp-content/themes/upthemes/images/btn_primary.jpg") repeat-x 0 0;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.6);
	border: 1px solid #3aa94c;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
	padding: 10px 20px;
	text-transform:uppercase;
	box-shadow: 0 1px 1px rgba(255,255,255,0.4) inset;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.4) inset;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,0.4) inset;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-position: 0 -33px;
	border-color: #3bc552;
}

input[type="submit"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-position: 0 -66px;
	border-color: #339443;
}

.purchase{
	position: relative;
	float: right;
	right: 10px;
	top: 10px;
}

.remove-frame{
	overflow: hidden;
	text-indent: -9000px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("images/close.png") no-repeat top left;
	text-align: left;
	position: fixed;
	top: 20px;
	right: 20px;
}
