body
{
	font-family: arial, sans-serif;
	font-size: 10pt;
	background-color: #0E92D3; /*#0080CB*/;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url('images/background2.jpg');
	background-repeat: no-repeat;
	background-position: 0% 40px;
}

img
{
	border: 0px;
	behavior: url('/iepngfix.htc');
}

#content
{
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-left: 25px;
}

#header
{
	position: relative;
	width: 100%;
	height: 84px;
	margin: 75px 0px 25px 0px;
	
}

#header #stripe
{
	position: absolute;
	top: 0px; 
	right: 0px;
	width: 50%;
	height: 100%;
	background-color: #FF6A0C;
}

#header_content
{
	width: 900px;
	height: 100%;
	position: relative;
	margin: 0em auto;
	background-color: #FF6A0C;
}

#header_content #edge
{
	position: absolute;
	top: -2px;
	left: -30px;
}

::-moz-selection{
	background-color: #FFF;
	color: #256BB1;
}

/*::selection {
	background-color: #FFF;
	color: #256BB1;
}*/

a
{
	color: #FFF;
	text-decoration: underline;
}

a:hover
{
	color: #FF6A0C;
}

#navigation a
{
	color: #FFF;
	text-decoration: none;
}

h1
{
	font-size: 1.5em;
}

h2
{
	margin-top: 3em;
	font-size: 1.2em;
}

h2 a, h1 a
{
	color: #FFF;
	text-decoration: none;
}

img#logo
{
	position: absolute;
	top: -40px;
	left: 0px; 
}

#navigation
{
	padding: 0em;
	position: absolute;
	top: 50px;
	left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
}

#navigation a, .nav a
{
	border: 0px;
}

#navigation ul
{
	list-style: none;
	padding: 0em;
	margin: 0em;
}

#navigation ul li
{
	padding-right: .5em;
	margin-right: .5em;
	float: left;
	border-right: 1px solid #FFF;
	position: relative;
}

#navigation ul li.last
{
	border: none;
}

#navigation ul li ul
{
	position: absolute;
	top: 1.5em;
	left: 0px;
	padding: .2em;
	border: 1px solid #FFF;
	background-color: #FF6A0C;
	z-index: 1;
	display: none;
}

#navigation ul li ul li
{
	float: none;
	padding: .2em 0em;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #FFF;
	width: 100%;
}

#navigation ul li ul li.last
{
	border: 0px;
}

.clearing
{
	clear: both;
	height: 1px;
	width: 100%;
}

#photo
{
	width: 150px;
	height: 150px;
	border: 1px solid #D1D1D1;
	float: left;
	margin-right: .7em;
}

table
{

}

table.no_style
{
	background-color: transparent;
}

table.no_style th
{
	text-align: left;
	color: #FFF;
}

table.no_style tr td
{
	color: #FFF;
	background-color: transparent;
}

tr
{
	border-bottom: solid 1px #256BB1;
	vertical-align: top;
}

tr ::-moz-selection{
	background-color: #256BB1;
	color: #FFF;
}
tr.toprow
{
	font-weight: bold;
}

tr.toprow th
{
	text-align: left;
	padding: .5em .5em;
	margin: 0px;
	color: #FFF;
}

tr.selected
{
	background-color: #E1E2EE;
	color: #000;
}

tr.selected td
{
	background-color: #E5E5E5;
	color: #000;
}

tr.totals
{
	font-weight: bold;
}

tr.totals td
{
	border-top: 1px solid #FFF;
}

/*
tr.totals th
{
	border-top: 1px solid #FFF;
}*/

tr a
{
	color: #FFF;
}

/*tr.selected ::selection {
	background-color: #256BB1;
	color: #FFF;
}*/

th
{
	text-align: left;
	font-weight: bold;
	color: #FFF;
}

td, th
{
	padding: .3em .5em;
	margin: 0px;
}

.subtitle
{
	margin-top: -1em;
}

td
{
	padding-right: 1em;
	color: #FFF;
}

td p
{
	margin: 0em 0em 1em 0em;
}

.yellow
{
	color: #FFED30;
}

div.row
{
	width: 100%;
}

div.item
{
	float: left;
	height: 100%;
	margin-right: 1em;
	padding: 0em;
}

div.item p
{
	margin-top: 0em;
}

/*div.item p
{
	margin: 0em;
}*/

hr
{
	width: 50%;
	margin: 2em auto;
}

div.half
{
	float: left;
	width: 48%;
	margin-right: 1em;
}

.tinput
{
	border: solid 2px #000;
}

#cart
{
	width: 100%;
	padding: .5em;
	background-color: #FFF;
	margin: 1em 0em;
	color: #000;
}

#cart a
{
	border: 0px;
	color: #3C43F4;
	text-decoration: underline;
}

ul.nav
{
	list-style: none;
	margin: 1em 0em 0em 0em;
	padding: 0px;
}

ul.nav li
{
	float: left;
	border-right: 1px solid #FFF;
	margin: 0em .5em 0em 0em;
	padding-right: .5em;
}

ul.nav li.last
{
	border: none;
}

#viewing
{
	margin-bottom: 2em; 
}

p.message
{
	font-weight: bold;
}

p.message ::-moz-selection{
	background-color: #256BB1;
	color: #FFF;
}

label.new
{
	width: 9em;
	float: left;
	padding-top: .2em;
}

#framediv
{
	position: absolute;
	top: 200px;
	right:50px;
	width: 400px;
	height: 400px;
}

ul.pages
{
	margin: 1em 0px;
	padding: 0px;
	list-style: none;
}

ul.pages li
{
	float: left;
	padding: .5em;
}

#picholder
{
	width: 550px;
	height: 300px;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 1em 0px;
}

#picholder #main, #picholder #main2
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#thumbnails
{
	width: 230px;
	float: left;
	margin: 1em 0px;
	padding: 0px;
}

#thumbnails img
{
	float: left;
	margin: 0px 10px 10px 0px;
}

p#thumb_info
{
	float: left;
	width: 230px;
}

p#caption
{
	float: left;
	width: 550px;
}

.fleft
{
	float: left;
	margin-right: .6em;
}