body {
	background-color:#09091a;
	background-image:url(pics/gradient_bg.jpg);
	background-repeat:repeat-x;
	color:#ffde2f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#ffde2f;
	text-decoration:none;
}

a:hover {
	color:#FFFF00;
}

a img {
	border:none;
}

a.actual {
	text-decoration:underline;
}

#page {
	border: 1px solid #ffde2f;
	width:900px;
	background-color:#000221;
	background-image:url(pics/bg3.jpg);
	padding:12px;
}

#navigation {
	text-transform:uppercase;
	word-spacing:30px;
	margin:15px;
}

#content {	/* Also defined in common.php as $style_content */
	text-align:left;
	color:white;
	font-size:10pt;
	padding:10px;
	margin:5px;
	border:1px solid #ffde2f;
}

#footer {
	text-transform:uppercase;
	word-spacing:30px;
	margin:15px;
}

#title {
	font-size:26pt;
	margin-bottom:10px;
}

h2 {
	font-size:16pt;
	padding:0px;
	margin-top:6px;
	margin-bottom:6px;
}

h2.personalize {
	margin-top:12px;
}

/* hangar_single.php */

h3 {
	margin:0px;
	padding:0px;
	margin-bottom:6px;
}

.imagetable {
	/*background-color:#181818;
	border: 1px dotted yellow;*/
}

.preview_pic {
	width: 125px;
	padding:2px;
	border: 1px solid #999999;
	cursor:pointer;
}

.preview_pic:hover {
	border: 1px solid #ffffff;
}

.main_pic {
	width:600px;
	padding:2px;
	border: 1px solid #ffffff;
	cursor:pointer;
}

.order_button {
	border: 1px solid #ffde2f;
	padding:5px;
	background-image:url(pics/bg.jpg);
	color:ffde2f;
	font-weight:bold;
}

.order_button:hover {
	background-image:url(pics/bg_button.jpg);
	color:black;
}

/* Hangar Overview */

.short_description_title {
	
}

.thumbnail {
	height:100px;
	padding:5px;
	float:right;
	border:1px solid #999999;
	margin-right:5px;
	margin-bottom:0px;
}

.thumbnail:hover {
	border:1px solid #ffde2f;
}

span.fat {
	color: #ffde2f;
	font-weight:bold;
}

span.small {
	font-size:9pt;
}	

/* Order */

input.order {
	border: 1px solid #ffde2f;
	padding:5px;
	background-image:url(pics/bg.jpg);
	color:ffde2f;
	font-weight:bold;
}

input.order:hover {
	background-image:url(pics/bg_button.jpg);
	color:black;
}
