/* CSS Document */

html {
	background: #01245c url(images/content_background.gif) repeat-y top center;
}

body {
	background: url(images/background.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #01245c;
}

#wrapper {
	margin: 0 auto;
	width: 917px;
}

#header {
	height: 277px;
}

#orderonline {
	float: right;
	margin: 106px 24px 0px 0px;
}

#bbb {
	text-align: center;
	margin: 40px 0 80px 0;
}

#homebtn {
	position: relative;
	top: 0px;
	left: -50px;
	width: 244px;
	height: 244px;
}

#homebtn a, #homebtn a:hover, #homebtn a:visited, #homebtn a:active {
	display: block;
	width: 244px;
	height: 244px;
	outline: none;
}

#links {
	float: right;
	margin: 26px 4px 0px 0px;
}

#content {
	width: 917px;
	margin-top: 0;
	padding-bottom: 5px;
}

#bottom {
	padding-bottom: 25px;
}

#navigation {
	float: left;
	width: 694px;
	padding: 0;
	border-bottom: 1px solid;
	height: 42px;
	background: url(images/nav-background.jpg) no-repeat top center;
}

#content_left {
	float: left;
	width: 187px;
	margin: 32px 0 0 5px;
	padding: 11px;
}

#content_right {
	padding: 0;
	text-align: left;
	float: right;
	width: 703px;
	margin: 0;
}

a:link, a:visited {
	color: #01245c;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a.linkwhite:link, a.linkwhite:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

a.linkwhite:hover {
	text-decoration: underline;
}

a.linkwhitebold:link, a.linkwhitebold:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a.linkwhitebold:hover {
	text-decoration: underline;
}

p {
	font-size: 12px;
	line-height: 14px;
	color: #01245c;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 29px;
}

#bullet {
	padding-left: 3px;
	padding-right: 29px;
	padding-bottom: 3px;
}

h2 {
	font: bold 18px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #01245c;
	padding-top: 20px;
	text-align: left;
}

h3 {
	font: bold 16px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #01245c;
	margin-bottom: 8px;
	padding: 0;
	text-align: left;
}

h4 {
	font: bold 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #01245c;
	text-align: left;
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
	color: #01245c;
	background-color: #01245c;
	height: 1px;
	width: 85%;
	text-align: center;
}

.small {
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 12px;
	text-align: left;
	padding-left: 7px;
}

.smaller {
	font: bold 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 12px;
	text-align: left;
	padding-left: 7px;
}

td {
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #01245c;
	line-height: 12px;
	text-align: left;
	padding-left: 7px;
	border: 1px solid;
	border-color: #01245c;
}

#footer {
	float: left;
	width: 870px;
	height: 80px;
	background-color: #000000;
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 9px;
	*margin: 10px 0 -10px 9px;
	text-align: left;
	position: static;
	bottom: 0;
}

#form {
	padding: 0;
	text-align: left;
	float: right;
	width: 703px;
	margin: 0;
}

#contact_form {
	padding: 10px 0 0 18px;
	float: left;
}

#order_form1 {
	padding: 10px 0 0 18px;
	float: left;
	width: 320px;
	
}

#order_form2 {
	padding: 10px 0 0 18px;
	float: left;
	width: 320px;
}

#input {
	padding-top: 9px;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px; left:0;
	padding: 12px 0 0 0;
	*padding: 35px 0 0 0;
	width:200px;
	color: #02145c;
	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    	background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}