/* CSS Document */

* {
	margin:0; padding:0;
}

body{
	background:url(images/body-tail.gif) top center;
	text-align:center;
	font:normal 13px/22px Arial, Helvetica, sans-serif;
}

img {vertical-align:top;}
a img { border:0;}

h3 {font:bold 13px/24px Arial, Helvetica, sans-serif;}

ul { list-style:none;}
ol { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.333em;
		color:#636363;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#006eac;}
a:hover{text-decoration:none;}
p {padding-top:18px;}
strong {color:#3f3f3f;}

/* ============================= main layout ====================== */

.top-tail {background:url(images/top-tail.gif) top center repeat-x #e7e7e7;}
.bottom-tail {background:url(images/bottom-tail.gif) bottom repeat-x;}
.top-tail2 {
	background:url(images/top-tail-right.gif) top left repeat-x;
	width:50%;
	position:absolute;
	height:210px;
	right:0;
}

li { background:url(images/list-bg.gif) no-repeat 0 6px; padding-left:10px; line-height:1.5em;}
li a {color:#006eac;}

.imgindent {margin:0 30px 0 0; float:left;}
.imgindent2 {margin:0 20px 0 0; float:left;}
.imgborder {border:1px #ccc solid;margin:3px;padding:2px;background-color:#F4FAFF;margin-right:15px;}

.link {background:url(images/link-bg.gif) no-repeat 0 7px; padding-left:12px; font-size:0.917em; color:#951600; display:inline-block; margin-top:20px;}
.link2 {color:#061317; line-height:1.273em;}
.title {margin-bottom:14px;}
.title2 {margin-bottom:9px;}

/* ============================= content ====================== */

.box {background:#fff url(images/box-bottom-bg.jpg) bottom left no-repeat; position:relative; margin:-35px 0 -54px 0; width:100%;z-index:50;}
.box .corner-top-right {background:url(images/box-corner-top-right.gif) top right no-repeat;}
.box .corner-top-left {background:url(images/box-corner-top-left.gif) top left  no-repeat; width:100%;}
.box .indent {padding:21px 15px 33px 18px;}

.col-pad {padding-right:34px;}
.col-pad2 {padding-right:50px;}

.line-hor {background:url(images/line-hor.gif) bottom left repeat-x; padding:13px 15px 25px 23px;}
.line-hor-nopd {background:url(images/line-hor.gif) bottom left repeat-x;}
.col-2 .line-hor {padding:13px 10px 25px 16px;}

.indent1 {padding:20px 10px 0 17px;}
.indent2 {padding:10px 0 0 0;}
.indent3 {padding:36px 15px 0 23px;}
.indent4 {padding:10px 0;}

.margin1 {margin-bottom:4px;}
.margin2 {margin-top:28px;}
.margin3 {margin-top:11px;}
.margin4 {margin-top:17px;}
.padding0 {padding-top:0;}
.padding1 {padding-top:10px;}
.padding2 {padding-top:15px;}

.extra1 {margin:50px 0 0 -35px; position:relative;}
.extra2 {background:url(images/list-bg.gif) no-repeat 0 5px; padding-left:10px; color:#006eac;}

.text2 {font-size:0.917em; line-height:1.182em;}
.text3 {color:#006eac;}
.text-subject {color:#FF6500;text-transform:uppercase;font:bold 14px/24px Arial, Helvetica, sans-serif;}
.text-comment {font:bold 18px/24px Arial;text-align:center;color:#F90;text-transform:uppercase;}
.phone, .fax, .email {display:inline-block; width:100%;overflow:hidden;}

/* ============================= footer ====================== */

#footer {text-align:center; color:#fff; font-size:0.917em;}
#footer a {color:#fff; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer .menu {padding:50px 0 3px 25px;}
#footer .menu li {display:inline; font-weight:bold; padding:0; background:none;}
#footer .menu li a {margin:0 3px 0 2px;}

/* ============================= forms ============================= */

#Form {padding:10px 0 0 0;}
#Form .rowi {height:30px;}
#Form .link {float:right; margin:0 0 0 22px;}
.input {width:155px; height:19px; border:1px solid #d7d7d7; background:none; padding:0 0 0 5px; font-size:1em;}

#OrderForm {padding:30px 0 0 0;}
#OrderForm strong {color:#006eac;}
#OrderForm .rowi {height:30px;}
#OrderForm a {color:#951600; font-size:0.917em;}
.link-indent {margin:0 24px 0 32px;}
select {width:160px; border:1px solid #d7d7d7; font-size:1em; color:#717171;}

#ContactForm {padding:10px 5px 0 0;}
#ContactForm .rowi {height:30px;}
#ContactForm .input {width:350px;}
#ContactForm .link {float:right; margin:5px 0 0 30px;}
#ContactForm fieldset {padding:0 10px 10px 0;border:none;}

textarea {width:350px; height:128px; border:1px solid #d7d7d7; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}

/* ============================= Element Position ====================== */
.clearleft {clear:left;}
.mgauto {margin:0 auto;}
.mgt10 {margin-top:10px;}
.mgt5 {margin-top:5px;}
.mgb10 {margin-bottom:10px;}
.mgb5 {margin-bottom:5px;}
.mgl10 {margin-left:10px;}
.mgl5 {margin-left:5px;}
.mgr19 {margin-right:19px;}
.mgr15 {margin-right:15px;}
.mgr10 {margin-right:10px;}
.mgr5 {margin-right:5px;}
.pdt10 {padding-top:10px;}
.pdt5 {padding-top:5px;}
.pdb10 {padding-bottom:10px;}
.pdb5 {padding-bottom:5px;}
.pdr10 {padding-right:10px;}
.text-small {font-size:11px;}
.color-gray {color:#999;}
.weight-normal {font-weight:normal;}
.arial {font-family:Arial, Helvetica, sans-serif;}
.verdana {font-family:Verdana, Geneva, sans-serif;}


.thumbnail{position:relative;z-index:0;}
.thumbnail:hover{background-color: transparent;z-index:50;}
/* Hover Mouse Large Image */
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F4FAFF;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
/*padding: 5px;
border: 1px solid gray;
*/
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
border:1px #ccc solid;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 135px;
left: -450px;
/*position where enlarged image should offset horizontally */
}

/*  UL Properties */
ul.listitem {float:left;margin:5px 5px;padding:0;font-size:13px;}
ul.listitem li {}
/* ============================= Contact Us ====================== */
#page-contact {}

/* Flash */
#FlashID2, #FlashID3, #FlashID4 {margin-top:10px;}

/* lightbox */
.lightbox {}