html {
	overflow-x: hidden;
}

html, body {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #333333;
    font-style: normal; 
    font-weight: normal; 
    line-height: 1.4;
    background-color: #EEEEEE;
    margin: 0px;
    padding: 0px;
    border: none;
}

body {
	width: 100%;
	height: 100%;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
}

h2 {
    font-size: 15px;
    font-weight: bold;
	color: #000000;
    margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

h3 {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

h4 {
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    margin: 0px;
}

h5 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 0px;
    margin: 0px 0px 2px 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

a {
    color: #0060FF;
    text-decoration: none;
	outline: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border-width: 0px;
}

table {
    border-collapse: collapse;
}

td {
    font-size: 11px;
	vertical-align: baseline;
    padding: 5px;
}

li {
	margin-bottom: 5px;
}

form {
    margin: 0px;
    padding: 0px;
}

label {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #333333;
}

select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
}

input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
    padding: 1px;
    margin: 2px 0px 2px 0px;
}

.order_form {
	background: #FFFF99;
	border: #E6E65C solid 1px;
	padding: 10px;
	margin-bottom: 20px;
}

.form_field {
    width: 200px;
}

.large_form_field {
    width: 400px;
}

.small_form_field {
    width: 100px;
}

.form_button {
    width: 70px;
}

#header {
	position: relative;
	width: 100%;
    height: 75px;
	background: url(../images/header_bg.gif);
}

#shadow {
	width: 100%;
	height: 10px;
	background: url(../images/shadow.gif);
	overflow: hidden;
}

#page {
	width: 100%;
	background: #FFFFFF;
	padding: 20px 0px 10px 30px;
}

#nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 38px;
	border-left: #4F4F4F solid 1px;
}

.nav_link {
	margin: 6px 7px 0px 7px;
}

.nav_link a {
	font-size: 11px;
	font-weight: bold;
	color: #DDDDDD;
	text-transform: uppercase;
}

.nav_link a:hover {
	color: #0060FF;
	text-decoration: none;
}

.nav_link_selected {
	margin: 1px 7px 0px 7px;
}

.nav_link_selected a {
	font-size: 17px;
	font-weight: bold;
	color: #0060FF;
	text-transform: uppercase;
	text-decoration: none;
}


#footer {
    height: 50px;
	background: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}

.imgover {
	cursor: pointer;
}

.container_highlighted {
	border: #AAAAAA solid 1px;
	background: #EEEEEE;
	padding: 10px;
}

.container_framed { border:#789FC6 solid 1px; padding:5px; margin-bottom:10px }

.container {
	background: #EEEEEE;
	border: #CCCCCC solid 1px;
	padding: 10px;
}

.framed_image {
    border: #CCCCCC solid 1px;
}

#shade {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.50;
    filter: alpha(opacity=50);
    display: none;
    z-index: 1;
}

.spacer {
    height: 10px;
	overflow: hidden;
}

.double_spacer {
    height: 20px;
	overflow: hidden;
}

.price {
	font-size: 18px;
	font-weight: bold;
}

.code {
	font-family: Courier New, Courier, san-serif;
	font-size: 11px;
	background: #EEEEEE;
	border: #CCCCCC solid 1px;
	padding: 10px;
}
