/*######################################
## Page width and split screen layout ##
######################################*/
.priceoption label {
	font-size: 12px;
}

* {
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: normal;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/topgradient.jpg);
}

marquee {
	font-size: 10px;
	background-color: #333;
}

#header {
overflow: hidden;
}

#header h1 {
	color: #ACCC1F;
	font-weight: normal;
	padding-left: 20px;
}

#main {
	position: relative;
	overflow: visible;
	margin: 10px;
}

#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}

#right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

.containerBox {
	background-color: #333333;
	position: relative;
}

.containerBox .top_left {
	position: absolute;
	top: 0;
	left: 0;
}

.containerBox .top_right {
	position: absolute;
	top: 0;
	right: 0;
}

.containerBox .bottom_left {
	position: absolute;
	bottom: 0;
	left: 0;
}

.containerBox .bottom_right {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*Simple tweeks to help with designing structure */
#thumbs {
	
}

#bigpicture {
	background-color: #333;
}

#popup {
	display:none;
}

#bigpicture h3 {
	z-index: 9000;
	position: relative;
	margin: 0;
	padding: 20px;
}

#thumbs h3 {
	z-index: 9000;
	position: relative;
	margin: 0;
	padding: 20px;
}

.footer {
	clear: left;
}