/******************************
For Netscape compatibility, must define body margins
and padding at the HTML level as well as the BODY level
*******************************/

html, body {
margin: 0px;
padding: 0px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 40px;
background-image: url(/images/back.jpg);
}

body {
min-width: 760px;
}

/******************************
Global Options
*******************************/

.right {
float: right;
}

.left {
float: left;
}

.left_align {
text-align: left;
}

.border {
border: 1px solid #990000;
}

td {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #333333;
}

/******************************
TD Options
*******************************/

table.form td {
vertical-align: top;
text-align: left;
}

/******************************
Div Options
*******************************/

#top_links {
margin: 0 auto;
width: 760px;
text-align: right;
color: #FFFFFF;
padding: 10px 75px 0px 0px;
font-size: 10px;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background-image: url(/images/body_back.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color: transparent;
}

#home_top {
vertical-align: bottom;
}

#left_col,
#left_col_gate {
background-repeat: repeat-y; 
float: left;
width: 348px;
line-height: 16px;
text-align: right;
}

#right_col {
float: right;
width: 412px;
}

#footer {
width: 760px;
clear: both;
background-image: url(/images/footer.jpg);
background-position: bottom right;
background-repeat: no-repeat;
text-align: center;
min-height: 85px;
}

/******************************
Photo Gallery Div Options
*******************************/

.thumbnail {
float: left; 
margin: 0px 10px 10px 10px;
text-align:center; 
width: 170px;
}

.clearboth { 
clear: both; 
}

/******************************
Img Options
*******************************/

img.right_border {
float: right;
border: 1px solid #990000;
margin: 5px 0px 7px 13px;
}

img.left_border {
float: left;
border: 1px solid #990000;
margin: 5px 15px 7px 0px;
}

/******************************
Text Options
*******************************/

p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: normal;
line-height: 20px;
color: #333333;
margin: 0px;
text-align: left;
}

p.footnote {
font-size: 10px;
line-height: 14px;
}

p.small_caps:first-line {
font-variant: small-caps;
font-size: 14px;
}

#left_col p {
margin: 5px 55px 12px 47px;
}

#left_col_gate p {
margin: 5px 60px 12px 63px;
}

#left_col_gate p.center {
margin: 5px 60px 12px 63px;
text-align: center;
}

#right_col p {
margin: 0px 35px 12px 3px;
}

#footer div {
padding-top: 45px;
}

p.white {
color: #FFFFFF;
text-align: center;
}

blockquote {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: normal;
line-height: 20px;
color: #333333;
margin: 5px 60px 0px 72px;
text-align: left;
}

strong {
font-size: 16px;
font-variant: small-caps;
color: #990000;
}

strong.small {
font-size: 14px;
font-variant: small-caps;
color: #990000;
}

strong.lower {
font-size: 14px;
font-variant: normal;
color: #990000;
}

h1 {
}

h2 {
font-variant: small-caps;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #333333;
margin: 0px 0px 15px 0px;
}

h3 {
font-variant: small-caps;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #990000;
}

ul {
margin-top: 12px;
margin-bottom: 16px;
text-indent: 0px;
padding-left: 0px;
list-style-type: disc;
list-style-position: outside;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 18px;
color: #333333;
margin-left: 20px;
}

li {
margin-bottom: 5px;
margin-top: 6px;
}

ul.site_map {
}

ul.site_map li {
padding-bottom: 10px;
}

ul.faq li {
margin: 0px 30px 10px 0px;
}

ul.faq li:first-line {
color: #990000;
font-variant: small-caps;
font-size: 14px;
}

span.red {
color: #990000;
}

.price {
	font: bold 30px/30px Georgia, "Times New Roman", Times, serif;
	color:#660033;
	display: block;
	text-align: center;
	width: 100px;
	margin-bottom: 10px;
}

/******************************
Form Options
*******************************/

form {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: normal;
line-height: 20px;
color: #333333;
text-align: left;
margin: 0px
}

form.order {
padding: 20px 0px 0px 55px;
margin-bottom: 15px;
}

form.contact {
margin: 0px 0px 0px 0px;
}

div.order {
/*border: 1px dotted #990000;
padding: 10px 5px 8px 5px;
width: 254px;*/
/*position: relative;
float: left;*/
margin: 5px 0px 12px 45px;
background-image: url(/images/the_gate/order_box.gif);
background-repeat: no-repeat;
} 

input {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color:#333333;
}

input.bold_red, option, select {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color:#990000;
font-variant: small-caps;
font-weight: bold;
}

input.required {
font-size: 12px;
color: #990000;
padding-left: 2px;
margin-top: 6px;
}

textarea {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color:#666666;
padding-left: 2px;
margin-top: 6px;
}

/******************************
Form Table Options
*******************************/

/*th {
color: #FFFFFF;
font-variant: small-caps;
background-color: #990000;
}*/

th {
color: #990000;
font-size: 14px;
font-variant: small-caps;
background-color: #E0D1B6;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

.order td {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color:#333333;
vertical-align: middle;
text-align: center;
padding: 3px 0px 3px 0px;
}

td.left_dashed {
border-left: 1px dashed #CCCCCC;
border-bottom: 1px dashed #CCCCCC;
}

td.mid_dashed {
border-left: 1px dashed #CCCCCC;
border-right: 1px dashed #CCCCCC;
border-bottom: 1px dashed #CCCCCC;
}

td.right_dashed {
border-right: 1px dashed #CCCCCC;
border-bottom: 1px dashed #CCCCCC;
}


/******************************
Link Options
*******************************/

a:link,
a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #990000;
}

a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
text-decoration: none;
color: #990000;
}

a.large:link,
a.large:visited {
font-size: 14px;
font-weight: bold;
color: #990000;
display: block;
}

a.large:hover {
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #990000;
display: block;
}

a.white:link,
a.white:visited {
text-decoration: underline;
color:#FFFFFF;
}

a.white:hover {
text-decoration: none;
color:#FFFFFF;
}

#top_links a:link,
#top_links a:visited {
font-size: 11px;
text-decoration: underline;
color:#FFFFFF;
}

#top_links a:hover {
font-size: 11px;
text-decoration: none;
color:#FFFFFF;
}


a.no_link:link,
a.no_link:visited,
a.no_link:hover {
text-decoration: none;
color:#FFFFFF;
}

