/*
** style.css
*/

body {
	background-color: #FFFFFF;
	background: url(images/body_gradient.png) left top repeat-x;
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size-adjust: none;
}

a:link    { color: #003366; text-decoration: underline; }
a:visited { color: #003366; text-decoration: underline; }
a:active  { color: #003366; text-decoration: underline; }
a:hover   { color: #990000; text-decoration: underline; }

img {
	border: 0px none;
}

p {
	margin: 8px 0px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

.hdr_1 {
	font-weight: bold;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

#wrapper_border {
	background: #FFFFFF;
	width: 950px;
	padding: 5px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	border: #663333 2px solid;
}

#wrapper {
	background: #FFFFFF;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 930px;
	height: 94px;
}

#header #logo {
	float: left;
	width: 284px;
	height: 90px;
	margin-right: 10px;
	margin-left: 0px;
}

#header #usa {
	float: right;
	margin-top: 5px;
	right: 10px;
	font-size: 11px;
}

#header #shop {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

#header #note {
	float: left;
	margin-top: 15px;
	margin-left: 0px;
	width: 625px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

#header #ts_models {
	float: left;
	margin-top: 5px;
	margin-left: 85px;
}

#middle {
	clear: left;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	background: #DEDEDE;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
}

#footer #copyright {
	text-align: center;
	color: 666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 18px;
}

#footer .links {
	text-align: center;
	color: 666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 5px 0px;
}

#footer .summary {
	text-align: center;
	color: 666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 5px 0px;
}

#content_center {
	float: left !important;
	width:580px;
	padding: 0px 0px 0px 10px;
}

#content_center .box {
	width: 580px;
	margin: 0px 0px 2px;
	padding: 0px;
}

#content_center .box_top {
	height: 14px;
	background-color: #FFFFFF;
	background: url(images/box_top.gif) top left no-repeat;
	padding: 0px;
	margin: 0px;
}

#content_center .box_middle {
	background-color: #FFFFFF;
	background: url(images/box_middle.gif) top left repeat-y;
	border: none;
	padding: 1px 10px 1px 5px; /* top & bottom > 0px to fix top & bottom gaps in IE */
	margin: 0px;
	overflow: hidden;
}

#content_center .box_bottom {
	height: 20px;
	background-color: #FFFFFF;
	background: url(images/box_bottom.gif) top left no-repeat;
	padding: 0px;
	margin: 0px;
}

#content_center h2 {
	font-size: 19px;
	font-weight: bold;
	margin: 5px 0px 10px;
}
	
#content_center h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0px 10px;
}
	
#content_center h4 {
	color: #3144B0;
	font-size: 16px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	background-color: #CCCCCC;
	background: url(images/box_300x40.gif) 0 3px no-repeat;
	margin: 0px;
}
	
#content_center .img_left {
	float: left;
	padding: 0px 10px 0px;
}

#content_center .img_left_text {
	float: left;
	width: 300px;
	text-align: left;
}

#content_center .img_right {
	float: right;
	padding: 0px 10px 0px;
}

#content_center .img_right_text {
	float: right;
	width: 300px;
	text-align: left;
}

#content_right {
	float: right !important;
	width: 120px;
	padding: 0px;
}

.pad_right_img {
	padding: 0px 0px 4px;
}

#video {
	padding: 10px 0px 0px 0px;
}

#video .header {
	padding: 0px 0px 10px;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
}

#video .flash {
	background: url(images/video_frame_400x300.jpg) center top no-repeat scroll;
	padding: 10px 0px 15px;
}
