/*schematics*/

.large_des {
	position: absolute;
    width: 420px;
    height: 59px;
    padding: 1px;
    background-color: #E1E1E1;
	right: 17px;
    bottom: 0px;
}

.large_title {
	position: absolute;
    width: 325px;
    height: 43px;
    padding: 10px;
    background-color: #E1E1E1;
	left: 17px;
    bottom: 0px;
	font-size: 25px;
}



#schematics_main { /* holds all schematics divs */
	position: relative;
	top: 140px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 500px;
	border: 4px solid #FFF;
	background-color:#FFF; /* set opacity */
	visibility: 0.5;
	z-index: 999;
}

#cover {
	position: absolute;	
	width: 100%;
	height: 100%;
	background-color:#005daa;
	z-index: 989;
}

#schematics_div { /* schematics button/link */
	position: absolute;
	bottom: 35px;
	left: 42px;
	width: 170px;
	height: 23px;
	margin: 0px;
	cursor: pointer;
}

#schematics_main h1 {
	position: absolute;
	top: -40px;
	left: 0px;
	height: 35px;
	width: 350px;
	color: #666;
	margin: 0px;
	padding: 0px;
}


#close {
	position: absolute;
	top: -38px;
	left: 610px;
	cursor: pointer;
	width: 175px;
	color: #666;
	margin: 0px;
	padding: 5px;
	background-color: #F5F5F5;
	border: 2px #333 solid;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}
/*end schematics*/





html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#FFF;
}

p {
	font-family: Geneva, Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

p.pageheader {
	color: #990000;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
}

#subpageheader {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

p.login {
	display: inline-block;
	margin: 1em;
	padding: 0em;
	line-height: 1em;
}

p.footer {
	display: inline;
}

p.right_align {
	text-align: right;
}

.selcust_table td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #000000;
}

.viewcust_table td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
}

.request_table td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
}

.status {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000;
}

a.nav:link, a.nav:visited, a.nav:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding: 0px;
	margin-bottom: 0px;
}

h2{
	font-family:Geneva, Helvetica, Verdana, Arial, sans-serif;
	color:#000;
	padding: 0px;
	margin-bottom: 10px;
}

ul {
	font-family: Geneva, Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	list-style: circle;
	left: 0px;
	margin: 10px;
	padding: 0px;
}

.rlinks {
	font-family: Geneva, Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	list-style: none;
	left: 0px;
	margin: 10px;
	padding: 0px;
	/*width: 169px;*/
	width: 169px;
}


#scoll_div a {
	font-family: Geneva, Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.85em;
	color: #990000;
	text-decoration: none;
}

#scoll_div a:hover {
	text-decoration: underline;
}

#scoll_div a:visited {
	text-decoration: none;
}


.bg_reg{
	/*width: 169px;*/
	width: 185px;
	display:block;
	background-image:url(../images/rightLinks_bg.gif);
	background-position:right top;
	background-repeat: no-repeat;
	margin: 3px 0px 3px 0px;
	height: 18px;
}

.bg_reg a {
	text-decoration:none;
	color: #6699FF;
	/*font-weight: bold;*/
}

.bg_reg a:hover {
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
}

.bg_reg:hover {
	color: #6699FF;
	background-image:url(../images/rightLinks_bg_hover.gif);
	background-repeat: no-repeat;
	background-position:right top;
	text-decoration:none;
}

.bg {
	background-image:url(../images/rightLinks_bg_hover.gif);
	width: 185px;
	height: 18px;
	background-position:right top;
	background-repeat: no-repeat;
	margin: 3px 0px 3px 0px;
}

.bg a {
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}

.bg a:hover {
	color: #6699FF;
	text-decoration:none;
	font-weight: bold;
}

a, a:link, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #519ee6;
	font-size: 0.9em;
	/*letter-spacing: 0.1em;*/
	line-height: 1.5em;
	padding: 0px;
	text-decoration:none;
	outline: none;
}

a:hover {
	text-decoration:underline;
}

li a, li a:hover, li a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 0px;
	text-decoration:none;
}

li a:hover{
	text-decoration:underline;
}

a.quote, span.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
	font-weight: bold;
}

a.quote:hover, span.quote:hover {
	text-decoration:underline;
}

a.afooter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	font-weight: bold;
	display: inline;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	width: 1024px;
	top:  0px;
	left: 50%;
	margin-left: -512px;
	height: 768px;
	/*min-height: 100%;*/
	padding: 0px;
	background-image:url(../images/main_bg2.jpg);
	/*background-image:url(../images/MediaMetal_sky.jpg);*/
	background-repeat:no-repeat;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;
	border-bottom: 0px #000 solid;
}

#mainnav_holder {
	position:absolute;
	top: 10px;
	right: 0px;
	/*width: 180px;*/
	width: 195px;
	margin: 0px;
	padding: 0px;
	z-index: 500;
}

#content {
	position: absolute;
	top: 200px;
	left: 20px;
	height: 516px;
	width: 658px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/content_bg3b.jpg);
	background-repeat:no-repeat;
}

#sample_pic { /* fix bg color!!! */
	position: absolute;
	top: 373px;
	left: 675px;
	height: 345px;
	width: 334px;
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/sample_pic_bg2.jpg);
	background-repeat:no-repeat;
}

#sample_txt_hdr {
	float:left;
	width: 290px;
	margin-top: 40px;
	margin-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
}

#sample_txt {
	float:left;
	clear: left;
	width: 280px;
	height: 70px;
	margin-top: 5px;
	margin-left: 17px;
	margin-bottom: 5px;
	padding: 5px;
	border: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}

#sample_img {
	float:left;
	clear: left;
	width: 306px;
	height: 145px;
	margin-left: 7px;
	padding: 0px;
	border: 0px;
	/*background-image:url(../images/home_prod_img1.jpg);
	background-repeat:no-repeat;*/
}


#breadcrumbs {
	position: absolute;
	top: 200px;
	left: 44px;
	width: 565px;
	height: 40px;
	margin: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.6em;
	z-index: 100;
}

#pagename {
	position: relative;
	top: 40px;
	left: 44px;
	width: 565px;
	height: 30px;
	margin: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.big_pname {
	display: inline;
	color: #FFF;
	font-size: 1.5em;
}

p.lil_pname {
	display: inline;
	color: #000;
	font-size: 0.6em; 
}

#scoll_div {
	position: relative;
	top: 50px;
	left: 43px;
	width: 540px;
	height: 345px;
	margin: 0px;
	padding: 10px;
	display: block;
	overflow: scroll;
	background-color:#FFF;
}

#quote_div {
	position: absolute;
	bottom: 37px;
	right: 54px;
	width: 195px;
	height: 23px;
	margin: 0px;
	text-align: right;
}


#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1004px;
	margin: 10px;
	display: inline;
}

#admin_nav {
	float: left;
	clear: left;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #000;
	width: 990px;
	background-color: #777;
	display: inline;
}

#l_foot{
	float:left;
	width: 250px;
	border: 0px;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCC;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#r_foot{
	float: right;
	min-width: 100px;
	border: 0px;
	margin-right: 10px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	/*background-color:#00FF00*/;
}

.ftr_links {
	float: left;
	min-width: 10px;
	display: block;
	border: 0px;
	margin: 0px;
	padding: 2px;
}

#glob_nav {
	float: left;
	margin: 0px;
	width: 250px;
	text-align: right;
}

#loggedin {
	float: right;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFF;
	width: 250px;
	text-align: right;
	letter-spacing: 0.1em;
}


#login_btn {
	border: 1px #000 solid;
	width: 110px;
	height: 20px;
	background-color:#E5E5E5;
	margin: 0px;
	padding: 0px;
	margin-left: 0.8em;
}

.main_divs {
	float: left;
	width: 300px;
	border: 1px solid #000;
	background-color: #E5E5E5;
	margin: 10px;
	padding: 10px;
	min-height: 80px;
}

.gallery_name {
	color: #000;
	margin: 5px;
}

#photo_container { /* wraps around all the thumbs in admin pages  */
	position: relative;
	border: 1px solid #000;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
	background-color: #777;
	width: 850px;
}

#show_hide_tblwrap {
	float: left;
	clear: left;
	margin-right: 8px;
}

.gall_thumbs {
	position:relative; /* float makes thumbs pile up on top of each other!!??? */
	border: 1px solid #000;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	width: 100px;
	height: 115px;
	text-align:center;
}

.order_spaces {
	margin: 5px;
	float: left;
	width: 125px;
	height: 140px;
	background: #ff3300;
}

.showhide_cb {
 position: absolute;
 top: 6px;
 left: 10px;
}

.status_div {
	float: left;
	clear: left;
	border: 0px;
	margin: 5px;
	margin-left: 2px;
	padding: 0px;
	height: 5px;
}

.sort_num {
	float: left;
	clear: left;
	border: 0px;
	padding: 0px;
	text-align:center;
	width: 100%;
}

.admin_thumbs { /* adds border to img thumbnails in the cms, not the actual site   */
	border: 5px solid #000;
}

#select_all {
	float: left;
	clear: left;
	width: 200px;
	/*margin-left: 3px;*/
	margin: 2px 0px 5px 3px; /*goes clockwise */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	text-align: left;
	padding: 0px;
	line-height: 1.5em;
}

.checkbtn { /* select/unselect all button on show/hide photos page */
	width: 130px;
	height: 25px;
	border: 1px solid #000;
}

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


/* home page div's section */

#home_quotes {
	position: absolute;
	top: 160px;
	left: 20px;
	width:460px;

}

#quote_header { 
	float: left;
	width:425px;
	height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFF;
	margin-bottom: 5px;
}

.quote_txt {
	float: left;
	clear: both;
	width: 420px;
	margin-top: 10px;
	margin-left: 35px;
	padding-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	display: block;
}

.quote_auth {
	float: right;
	clear: both;
	width: 200px;
	margin-top: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	display: block;
}

#new_product_home {
	position: absolute;
	top: 155px;
	left: 495px;
	width:506px;
	height: 234px;
	background-image:url(../images/home_newprod_bg2.jpg);
	background-repeat:no-repeat;
	z-index: 998;
	display: block;
	margin: 0px;
	padding: 0px;
	background-position: -2px 0px;
}

#new_product_home h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 2px 0px;
	padding: 20px 0px 0px 25px;
}

#new_prod_txt {
	float: left;
	width:443px;
	height: 40px;
	margin: 0px 0px 12px 0px;
	padding: 1px 5px 1px 5px;
	margin-left: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}

#new_prod_img {
	float: left;
	clear: left;
	width:485px;
	height: 110px;
	margin-left: 10px;
	background-repeat: repeat-x;
	overflow: hidden;
	cursor: pointer;
}

#new_prod_img {
	float: left;
	clear: left;
	width:485px;
	height: 110px;
	margin-left: 10px;
	background-repeat: repeat-x;
	overflow: hidden;
	cursor: pointer;
}

#panel {
	position: absolute;
	top: 381px;
	left: 5px;
	width: 100%;
	height: 321px;
	margin: 0px;
	padding: 0px;
}

.panels {
	float:left;
	width: 338px;
	height: 336px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image:url(../images/home_panels_bg.jpg);
	background-repeat:no-repeat;
}


/*.panels a {
	display: block;
	width: 306px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #00ff00;
}*/


.panel_txt {
	float:left;
	width: 284px;
	height: 118px;
	margin: 27px 0px 10px 27px;
	padding: 0px;
	border: 0px;
}

.panel_txt h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

.panel_txt p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}

.panels a {
	float:left;
	width: 306px;
	height: 145px;
	margin-left: 16px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

img { border: 0px }

/* end home page div's section */

.selectedlink {
	background-color: #990000;

}

