html
{
	overflow-y: scroll;
}

body
{
	position:relative;
	margin: 0px;
	padding: 0px;
	background: rgb(90,150,210) url('background_1280.jpg') no-repeat 50% 100% fixed;
	font-family:Arial;
	font-size:12px;
	min-width: 720px;
	text-align: center;
}

body.huge_bg
{
	background: rgb(90,150,210) url('background_1920.jpg') no-repeat 50% 100% fixed;
}

#wrapper
{
	display: block;
	position:relative;
	margin: auto;
	padding: 0px;
	width: 720px;
	text-align: left;
}

#menu
{
	position:relative;
	width: 723px;
	height: 90px;
}

#menu a
{
	display: block;
	width: 120px;
	height: 70px; /* +15 padding */
	margin: 0px;
	padding-top: 15px;
	background: url('/artwork/button.png') center top no-repeat;
	color: rgb(90,190,50);
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	float: left;
}

#menu a:hover, #menu a.over, #menu a.active
{
	width: 120px;
	height: 60px; /* +25 padding */
	margin: 0px;
	padding-top: 25px;
	font-weight: bold;
	background: url('/artwork/button_over.png') center top no-repeat;
	color: rgb(66,133,33);
}

#title, #content, #omadmedia
{
	position:relative;
	width: 718px;
	text-align: left;
}

#omadmedia
{
	text-align: right;
}

#page_top
{
	position:relative;
	width: 718px;
	height: 15px;
	background: url('/artwork/page_top.png') center bottom no-repeat;
}
#page_bg
{
	/*position:relative; commented for ie6*/
	width: 648px; /* + 70 padding */
	padding: 10px 35px 20px 35px;
	background: url('/artwork/page_bg.png') repeat-y center;
	overflow: hidden; /* equal height columns */
}
#page_btm
{
	position:relative;
	width: 718px;
	height: 26px;
	background: url('/artwork/page_btm.png') center top no-repeat;
}

div.content_text
{
	width: 423px; /* 5px between columns */
}

a img
{
	border: 0px;
	vertical-align: text-bottom;
	margin: 0px; 
}

#side_bar
{
	/*position: static; /* ie6 overflow hidden + position relative bug: to hide dots */
	float: right;
	width: 185px; /* + 35 padding */
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	background: url('/artwork/line_bullet.png') repeat-y 15px 0px;
	padding-bottom: 2000px; /* equal height columns */
	margin-bottom: -2000px; /* equal height columns */
}

#side_bar ul
{
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

#side_bar li
{
	line-height: 18px;
	list-style-image: url('/artwork/bullet.png');
}

a
{
	color: rgb(50,99,33);
	text-decoration: none;
}

a:hover
{
	color: rgb(66,133,33);
	/*text-decoration: underline;*/
}

a.go-to-dev
{
	display: block;
	padding-top: 5px;
	text-align: right;
	line-height: 18px;
}

a.go-to-dev img
{
	border: 0px;
	vertical-align: text-bottom;
	margin: 0px 5px 0px 5px; 
}

a.active
{
	color: rgb(90,190,50);	
}

hr
{
	display: block;
	margin: 5px 0px 5px 0px;
	border: 0px;
	height: 20px;
	background: url('/artwork/line_bullet.png') repeat-x left center;
	clear: both;
}

b
{
	color: rgb(50,99,33);
}

h1,h2,h3,h4,h5,h6
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-family: Arial;
	color: rgb(50,99,33);
	font-size: 12px;
}

h1,h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
	padding-bottom: 5px;
}

/* ======| form |================================================================================================================================= */

form {position: relative; display: block; width: 423px; margin: 0px; padding: 0px 0px 40px 0px; border: 0px; overflow: hidden;}

fieldset {position: relative; display: block; width: 430px; margin: 0px 0px 15px 0px; padding: 0px; border: 0px;}
fieldset legend {position: relative; display: block; margin: 0px 0px 15px 0px; padding: 0px; font: bold 12px arial; color: rgb(33,66,22);}
fieldset div.form_zone	{position: relative; display: block; width: 430px; margin: 0px 0px 2px 0px; padding: 0px 0px 0px 0px; clear: both; min-height: 24px; border: 0px;} /* height: 24px; overflow: visible; added clear: both; background-color: rgb(255,215,215); */
fieldset div.form_zone.error {} /*background: url('form_error.png') no-repeat 0px 0px;}*/
fieldset div.form_zone div.form_label	{position: relative; display: block; float: left; width: 70px; height: 24px; margin: 0px 10px 0px 0px; padding: 0px; text-align: right;}
fieldset div.form_zone div.form_label label	{font: 13px arial; color: rgb(80,80,80); line-height: 24px;}
fieldset div.form_zone div.form_label div.error_icon {display: none; line-height: 24px; padding-left: 21px;} /* background: url('label_error.png') no-repeat center center; */
fieldset div.form_zone.error div.form_label {font-weight:bold; color: rgb(200,10,0);}
fieldset div.form_zone.error div.form_label div.error_icon {display: inline;}
fieldset div.form_zone div.form_field	{position: relative; display: block; float: left; width: 200px; height: 24px; margin: 0px; padding: 0px; line-height: 24px;}
fieldset div.form_zone div.form_error	{position: absolute; right: 0px; top: 0px; display: none; width: 160px; height: 24px; margin: 0px 5px 0px 10px; padding: 4px 0px 0px 20px; line-height: 14px; background: url(arrow_left_red.png) no-repeat 2px 2px; font-weight: bold; color: rgb(230,10,0); overflow: visible;}
fieldset div.form_zone div.form_info	{position: absolute; right: 0px; top: 0px; display: none; width: 160px; height: 24px; margin: 0px 5px 0px 10px; padding: 4px 0px 0px 20px; line-height: 14px; background: url(arrow_left.png) no-repeat 2px 2px; overflow: visible;}
fieldset div.form_zone div.form_error.visible	{display: block;}
fieldset div.form_zone div.form_info.visible	{display: block;}
fieldset div.form_zone div.form_field input.text	{position: relative; top: 2px; width: 175px; height: 17px; margin: 0px; padding: 1px 0px 0px 3px; border: 1px solid rgb(150,180,200);} /* [type="text"] => .text */
fieldset div.form_zone div.form_field input.file	{position: relative; top: 2px; margin: 0px; padding: 0px; width: 280px; height: 20px; border: 1px solid rgb(150,180,200);} /* width: 375px;*/

fieldset div.form_zone div.form_select	{position: relative; display: block; float: left; width: 200px; margin: 0px; padding: 0px 0px 6px 0px; line-height: 24px;}
fieldset div.form_zone div.form_select select		{position: relative; top: 2px; width: 179px;  margin: 0px; padding: 0px; border: 1px solid rgb(150,180,200);}
fieldset div.form_zone div.form_select select optgroup	{font: bold 13px arial; color: rgb(80,80,80); line-height: 24px; padding-left: 6px; background: rgb(222,240,255);}
fieldset div.form_zone div.form_select select option, fieldset div.form_zone div.form_field select optgroup option	{font: 13px arial; color: rgb(0,0,0); line-height: 24px; padding-left: 4px; background: rgb(255,255,255);}

fieldset div.form_zone div.form_checkboxes	{position: relative; display: block; float: left; width: 300px; margin: 0px; padding: 0px; line-height: 17px;}
fieldset div.form_zone div.form_checkboxes input.checkbox	{position: relative; top: 0px; width: 17px; height: 17px; margin: 0px 5px 0px 0px; padding: 0px;}
fieldset div.form_zone div.form_checkboxes label		{font: 12px arial; color: rgb(10,10,10); line-height: 17px;}

fieldset div.form_zone div.form_radioes	{position: relative; display: block; float: left; width: 300px; margin: 0px; padding: 0px; line-height: 17px;}
fieldset div.form_zone div.form_radioes input.checkbox	{position: relative; top: 0px; width: 17px; height: 17px; margin: 0px 5px 0px 0px; padding: 0px;}
fieldset div.form_zone div.form_radioes label		{font: 12px arial; color: rgb(10,10,10); line-height: 17px;}

fieldset div.form_zone div.form_plain_text	{position: relative; display: block; float: left; margin: 0px; padding: 0px 0px 5px 0px; line-height: 15px;}

fieldset div.form_zone.wysiwyg_zone	{height: 460px;}
fieldset div.form_zone div.form_wysiwyg	{position: relative; display: block; float: left; clear: left; width: 430px; height: 400px; margin: 2px 0px 2px 0px; padding: 0px;}
fieldset div.form_zone div.form_textarea	{position: relative; display: block; float: left; width: 200px; height: 100px; margin: 0px; padding: 0px; line-height: 24px;}
fieldset div.form_zone div.form_textarea textarea	{position: relative; top: 2px; width: 175px; height: 93px; margin: 0px; padding: 1px 0px 0px 2px; border: 1px solid rgb(150,180,200);}
fieldset div.form_zone div.form_textarea .fake_textarea	{position: relative; top: 2px; width: 175px; height: 93px; margin: 0px; padding: 1px 0px 0px 2px; border: 1px solid rgb(150,180,200); line-height: 14px; overflow: auto;}
div.form_buttons	{position: relative; display: block; width: 425px; height: 35px; margin: 0px 25px 0px 0px; padding: 0px; overflow: visible; text-align: right; clear: both;}
div.form_buttons input.submit, div.form_buttons input.button		{position: relative; display: inline; width: 183px; height: 58px; margin: 0px 10px 0px 0px; padding: 0px; border: 0px; background: url('form_button.png') no-repeat center center; font-size: 14px; color: rgb(255,255,255); cursor: pointer;} /* [type="submit"] => .submit */
div.form_buttons input.submit:hover, div.form_buttons input.button:hover	{background: url('form_button_over.png') no-repeat center center;}

/* =============================================================================================================================================== */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/lightbox2/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox2/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }