﻿{ 
overflow-x: hidden; 
overflow-y: scroll; 
}

html,body {
	margin: 0;
	padding: 0 0 0 0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/background.gif');
	background-repeat: repeat;
	background-color:#1E1A16;
}

img {
	border:0px;
}

form {
	margin:0;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#a0bad5;
	border: 1px #7995b0 solid;
}


.mainTable {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	height: 783px;
	width: 100%;

}

.headerTable {
	background-image: url('images/top_background.jpg');
	background-repeat: no-repeat;
	height: 325px;
	width: 783px;
}

.headerText {
	height:35px;
	font-size:27px;
	color:#5A6367;
	font-variant: small-caps;
	font-weight: 500;

}

.navTable {
	background-image: url('images/nav_background.jpg');
	background-repeat: no-repeat;
	height: 48px;
	width: 845px;
}

.contentTable {
	width: 855px;
	height: 329px;
}

.leftContentColumn {
	background-image: url('images/Main_Left_Background.jpg');
	background-repeat:no-repeat;
	width: 11px;
}

.centerContentColumn {
	background-image: url('images/Main_Center_Background.jpg');
	background-repeat: repeat-x;
}

.rightContentColumn {
	background-image: url('images/Main_Right_Background.jpg');
	background-repeat:no-repeat;
	width: 11px;
}

.footerTable {
	height: 24px;
	background-image: url('Images/footer_Background.jpg');
	background-repeat: repeat-x;
	text-align:center;
	font-size:10px;
	color:#000000;
	vertical-align:middle;
}

.footerTable a{
	color:#FFFFFF;
}

.contentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0081d3;
	text-align:center;
	padding-bottom:15px;
	padding-top:15px;
	font-variant: small-caps;
	font-size: 20px;
}

.contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	text-align:left;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
}

.contentFormTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color: #0081d3;
	text-align:left;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:15px;
	font-variant: small-caps;
}

.contentFormSuccess {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color: green;
	text-align:center;
	padding-bottom:15px;
	padding-top:0px;
}

.contentFormText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	text-align:right;
	padding-bottom:10px;
}

.contentFormSelect{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align:left;
	background-color:#FFFFFF;
}

.contentFormButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	text-align:right;
	padding-bottom:10px;
	padding-right: 42px;
}

a#button1 {
    display: block;
    width: 118px;
    height: 42px;
    background-image: url('images/Nav_Welcome_N.jpg');
    margin: 0 auto;
    text-decoration:none;
   	font-size:12px;
   	color:#414042;
   	font-weight:bold;
}
a#button1:hover {
    background-image: url('images/Nav_Welcome_A.jpg');
}

a#button1s {
    display: block;
    width: 118px;
    height: 42px;
    background-image: url('images/Nav_Welcome_S.jpg');
    margin: 0 auto;
    text-decoration:none;
   	font-size:12px;
   	color:#414042;
   	font-weight:bold;
}
a#button1s:hover {
    background-image: url('images/Nav_Welcome_A.jpg');
}

a#button2 {
    display: block;
    width: 120px;
    height: 42px;
    background-image: url('images/Nav_Order_N.jpg');
    margin: 0 auto;
    text-decoration:none;
   	font-size:12px;
   	color:#0081d3;
   	font-weight:bold;
}
a#button2:hover {
    background-image: url('images/Nav_Order_A.jpg');
}

a#button2s {
    display: block;
    width: 120px;
    height: 42px;
    background-image: url('images/Nav_Order_S.jpg');
    margin: 0 auto;
    text-decoration:none;
   	font-size:12px;
   	color:#0081d3;
   	font-weight:bold;
}
a#button1s:hover {
    background-image: url('images/Nav_Order_A.jpg');
}

a .alt { 
display: inline;
}

.popupTable {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
}

.popupHeader {
	background-image: url('images/PopUp_Header.jpg');
	background-repeat: no-repeat;
	height: 86px;
	width: 783px;
}

.popupContent {
	background-image: url('images/PopUp_Background.jpg');
	background-repeat: repeat-y;
	height: 100%;
	width: 783px;
}

.popupFooter {
	background-image: url('images/PopUp_Footer.jpg');
	background-repeat: no-repeat;
	height: 6px;
	width: 783px;
}

#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
    font-family:Arial, Helvetica, sans-serif;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 5px 0 5px;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }


.chromestyle{
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
border: 0px solid #BBB;
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
    width: 118px;
    height: 42px;

}

.chromestyle ul li a{
    display: block;
    width: 118px;
    height: 42px;
    background-image: url('images/Nav_Welcome_N.jpg');
    margin: 0 auto;
    text-decoration:none;
   	font-size:12px;
   	color:#414042;
   	font-weight:bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url('images/Nav_Welcome_A.jpg') center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyleS{
font-weight: bold;
}

.chromestyleS:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyleS ul{
border: 0px solid #BBB;
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyleS ul li{
display: inline;
    width: 118px;
    height: 42px;

}

.chromestyleS ul li a{
    display: block;
    width: 118px;
    height: 42px;
    background-image: url('images/Nav_Welcome_S.jpg');
    margin: 0 auto;
    text-decoration:none;
   	font-size:12px;
   	color:#414042;
   	font-weight:bold;
}

.chromestyleS ul li a:hover, .chromestyleS ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url('images/Nav_Welcome_A.jpg') center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 210px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
