/*
EMTSINC.COM
* emtsinc.css - main style sheet for domain.
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color:#2e4a6c;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}
#container {
	margin: 0px auto;
	width: 900px;
}
#page_left {
	width:210px;
	padding-top: 5px;
	margin-bottom: 10px;
	float: left;
}
#page_right {
	width:680px;
	margin: 0px 10px 10px 0px;
	float: right;
}

a:link {
	background:transparent;
	color:#2e4a6c;
	text-decoration:underline;
}
a:visited {
	background:transparent;
	color:#2e4a6c;
	text-decoration:underline;
}
a:hover {
	background:transparent;
	color:#0000FF;
	text-decoration:underline;
}
a:active {
	background:transparent;
	color:#7da5e0;
	text-decoration:underline overline;
}

div {
	position: relative;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 2px solid #003399;
}
h1.cpr {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	border: 0px;
	margin: 8px 0px 0px 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 7px;
}
ul {
	margin-left: 15px;
}
dt {
	border-bottom: 1px solid #000000;
	font-weight: bold;
}
dd {
	padding-left: 5px;
	margin: 0px 0px 10px 20px;
	border-left: 1px solid #000000;
}
img {
	border: 0px;
}
input {
	height: 15px;
	border: 1px solid #2e4a6c;
	color: #2e4a6c;
}
.input_submit {
	border: 1px solid #000000;
	height: 22px;
	width: 100px;
	padding-bottom: 5px;
	background-color: #ffffff;
	font-size: 12px;
}
hr {
	width: 75%;
	height: 1px;
	border-top: 1px solid #000000;
	margin: 0px auto;
}
.alertYellow {
	background: #FFF9CC url(/img/info.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	color: #000000;
	padding: 5px 20px 5px 55px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.alertRed {
	background: #FFFCE5 url(/img/login_error.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
	text-align: left;
	color: #000000;
	padding: 5px 20px 5px 60px;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}


/*
LEFT SIDE OF PAGE
*/
.nav_menu {
	width: 170px;
	margin: 0px 20px 0px 20px;
}
.nav_menu_header {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
	background: #ffffff url(/img/left_nav/nav_menu_header.png) left top no-repeat;
}
.nav_menu_yellow {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
	background: #ffffff url(/img/left_nav/nav_menu_yellow.png) left top no-repeat;
}
.nav_menu_red {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
	background: #ffffff url(/img/left_nav/nav_menu_red.png) left top no-repeat;
}
.nav_menu_green {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
	background: #ffffff url(/img/left_nav/nav_menu_green.png) left top no-repeat;
	}
.nav_menu_list {
	width: 170px;
	margin-bottom: 10px;
	padding: 2px 0px 3px 0px;
	background: #ffffff url(/img/left_nav/nav_menu_list.png) left bottom no-repeat;	
}
.nav_menu_list_white {
	width: 170px;
	margin-bottom: 10px;
	padding: 2px 0px 3px 0px;
	background: #ffffff url(/img/left_nav/nav_menu_list_white.jpg) left bottom no-repeat;
}
.nav_menu ul {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0px;
}
.nav_menu ul li {
	width: 166px;
	margin-left: 3px;
	padding-bottom: 2px;
}
.nav_menu ul li a {
	color: #000000;
	background: url(/img/arrow.png) 0px 1px no-repeat;
	display: block;
	padding: 1px 0px 2px 17px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 80%;
}
.nav_menu ul li a:visited {
	color: #000000;
	text-decoration: none;
	background: url(/img/arrow.png) 0px 1px no-repeat;
}
.nav_menu ul li a:hover {
	color: #2e4a6c;
	background-color: #f3f3f3;
	text-decoration: none;
	background: url(/img/arrowhl.png) 0px 1px no-repeat;
}


/*
PAGE HEADER
*/
#header {
	width: 900px;
	height: 162px;
	margin-bottom: 5px;
	background:url(../../img/header.jpg) 0px 0px no-repeat;
}
#header_text {
	height: 123px;
}
#header_links {
	position: absolute;
	right: 30px;
	bottom: 18px;
	color: #000000;
}
.header_links_item {
	margin-right: 10px;
	font-size: 11px;
	float: right;
}
#header img {
	vertical-align: middle;
	border: 0px;
}
#header p {
	margin: 0px;
}
#header a:link {
	background:transparent;
	color:#000000;
	text-decoration:none;
}
#header a:visited {
	background:transparent;
	color:#000000;
	text-decoration:none;
}
#header a:hover {
	background:transparent;
	color:#000099;
	/*font-size: 12px;*/
	text-decoration:none;
}
#haeder a:active {
	background:transparent;
	color:#ff0000;
	text-decoration:none;
}
#header_news {
	font-size: 12px;
	color: #000000;
	position: absolute;
	top: 130px;
	left: 260px;
}
#header_sysmsg {
	position: absolute;
	bottom: -10px;
	right: 0px;
	width: 400px;
	height: 15px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ff0000;
}
#header_sysmsg_title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 15px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color: #ff0000;
}
#header_sysmsg_text {
	position: absolute;
	top: 0px;
	left: 25px;
	padding-left: 10px;
	width: 365px;
	height: 15px;
}

/*
CONTACT PAGE
*/
.contactbox {
	width: 220px;
	margin: 0px 0px 20px 36px;
	border: 1px solid #2e4a6c;
}
.contactbox_title {
	text-align: center;
	width: 214px;
	margin: 2px;
	border: 1px solid #2e4a6c;
	background-color: #e5e5e5;
}
.contactbox_address {
	width: 214px;
	margin-left: 20px;
	margin-bottom: 10px;
}

/*
STORE PAGE
*/
.store_item_outter {
	width: 330px;
	height: 250px;
	margin-bottom: 20px;
	float: left;
}
.store_item_name {
	position: absolute;
	top: 5px;
	left: 5px;
}
.store_item_description {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 145px;
}
.store_item_img {
	position: absolute;
	top: 30px;
	right: 5px;
}
.store_item_form {
	width: 288px;
	height: 30px;
	border: 1px solid #000000;
	background-color: #e5e5e5;
	position: absolute;
	bottom: 5px;
	left: 20px;
}
.store_item_input {
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 10px;
	margin: 0px;
	padding: 1px;
	width: 18px;
	height: 18px;
}
.store_item_select {
	text-align: left;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #2e4a6c;
	position: absolute;
	top: 4px;
	left: 40px;
	margin: 0px;
	padding: 0px 0px 1px 5px;;
	width: 150px;
	height: 22px;
}
.store_item_select2 {
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #2e4a6c;
        margin: 4px;
        padding: 0px 0px 1px 5px;;
        width: 200px;
        height: 22px;
}
.store_item_button {
	text-align: center;
	font-weight: bold;
	background-color: #d1e3fb;
	position: absolute;
	top: 4px;
	right: 10px;
	margin: 0px;
	padding-bottom: 1px;
	width: 75px;
	height: 22px;
}

/*
LINKS PAGE
*/
.links_container {
	width: 200px;
	height: 120px;
	margin: 0px 10px 10px 0px;
	float: left;
}
.links_tooltip {
	z-index:24;
}
.links_tooltip span {
	display:none;
}
.links_tooltip:hover {
	z-index:25;
	text-decoration: none;
}
.links_tooltip:hover span {
	display:block;
	position:absolute;
	width:250px;
	bottom: 120px;
	left:0px;
	background-color:#FCFBDC;
	border:1px solid #333333;
	padding:5px;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#error_container {
	width: 400px;
	height: 200px;
	margin: 60px 133px 0px 133px;
	border: 1px solid #ff0000;
	background-color: #e5e5e5;
}

.photo_index_listing {
	width: 500px;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	background: url(../../img/folder.png) 0px 0px no-repeat;
	margin: 10px 0px 0px 100px;
	float: left;
}
.photo_index_listing a{
	display: block;
	text-decoration: none;
	padding: 15px 0px 15px 70px;
	color: #2e4a6c;
}
.photo_index_listing a:hover{
	background: url(../../img/folder_highlight.png) 0px 0px no-repeat;
}
.photo_container {
	width: 200px;
	height: 200px;
	border: 1px solid #2e4a6c;
	margin: 10px 10px 0px 10px;
	float: left;
}
.photo_cpntainer img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.photo_container p {
	width: 190px;
	position: absolute;
	top: 140px;
	left: 5px;
}
.photo_nav {
	padding-top: 30px;
	width: 300px;
	clear: both;
}
/*
USER LOGIN AND REGISTRATION SYSTEM
*/
#login_msg {
	width: 500px;
	padding-bottom: 20px;
	margin: 0px auto;
}
#login_error {
	width: 340px;
	margin: 0px auto;
	padding-left: 60px;
	padding-bottom: 20px;
	color: #ff0000;
	font-weight: bold;
	display: block;
}
#login_status {
	width: 330px;
	margin: 0px auto;
	padding-top: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #000000;
	background-color: #fdfcbe;
	display: none;
}
#login_form_container {
	width: 670px;
	margin: 0px 3px 0px 3px;
}
#login_form {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 250px;
	margin: 0px 20px 30px 10px;
	padding-right: 5px;
	border: 1px solid #000000;
	background-color: #e5e5e5;
	height: 100px;
}
#login_form_email {
	position: absolute;
	top: 0px;
	left: 320px;
	width: 250px;
	margin: 0px 20px 30px 10px;
	padding-right: 5px;
	border: 1px solid #000000;
	background-color: #e5e5e5;
	height: 100px;
}
#reg_welcome {
	width: 500px;
	padding-bottom: 20px;
	margin: 0px auto;
}
#reg_errors {
	width: 380px;
	padding: 10px;
	margin: 0px 120px 30px 120px;
	border: 1px solid #ff0000;
	background-color: #e5e5e5;
}
.reg_input_checkbox {
	border: 1px solid #000000;
	height: 15px;
	position: absolute;
	top: 72px;
	left: 10px;
}
#reg_form {
	width: 400px;
	height: 260px;
	border: 1px solid #000000;
	margin: 10px 120px 20px 120px;
}
#reg_form_optional {
	width: 400px;
	height: 170px;
	border: 1px solid #000000;
	margin: 30px 120px 20px 120px;
}
#reg_form_submit {
	width: 400px;
	height: 50px;
	margin: 30px 120px 20px 120px;
	text-align: center;
}
.reg_label {
	position: absolute;
	font-size: 14px;
}
#tid {
	position: absolute;
	left: 170px;
	top: 10px;
	border: 1px solid #000000;
	background-color: #e5e5e5;
	padding: 2px;
	width: 220px;
	height: 11px;
}
#tid1 {
	display: block;
	position: absolute;
	top: 1px;
	left: 20px;
}
#tid2 {
	display: none;
	position: absolute;
	top: 1px;
	left: 20px;
	color: #ff0000;
}
/*
MISC STYLES AND ELEMENTS THAT HAVE NO REAL HOME ELSEWHERE.
*/
#special_offer {
	width: 240px;
	height: 350px;
	margin-left: 20px;
	background: url(../../img/specoffer.png) 0px 0px no-repeat;
	font-size: 10pt;
	font-weight: bold;
}
/*
SIDEBOX (AKA DYNAMICLY SIZING BOX)
*/
.sidebox {
	margin: 0 auto; /* center for now */
	width: 27em; /* ems so it will grow */
	background: url(/img/sbox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(/img/sbox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(/img/sbox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 16px 30px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 16px;
}
.boxbody {
	background: url(/img/sbox/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.sidebox2 {
	margin: 0px 10px 0px 0px;
	width: 95%; /* ems so it will grow */
	background: url(/img/sbox/box-br.jpg) no-repeat bottom right;
	font-size: 95%;
}
.boxhead2 {
	background: url(/img/sbox/box-hr.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead2 h2 {
	background: url(/img/sbox/box-hl.jpg) no-repeat top left;
	margin: 0;
	padding: 7px 10px 3px;
	color: #2e4a6c;;
	font-weight: bold; 
	font-size: 14px;
}
.boxbody2 {
	background: url(/img/sbox/box-bl.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px;
}

.refresher_list {
	margin-bottom: 10px;
	padding: 2px 0px 5px 10px;
}
.refresher_button {
	height: 20px;
	width: 100px;
	font-size: 14px;
	position: absolute;
	top: 5px;
	right: 5px;
}
