/* =CSS RESET
===========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
b,strong{
	font-weight:bold;
}
i,em{
	font-style:italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need cellspacing='0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}
.clear {
	clear: both;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align: right;
}
.float_left {
	float: left;
}
img.float_left  {
	display: inline;
	margin: 0px 20px 20px 0px;
}
.float_right {
	float: right;
}
img.float_right img {
	display: inline;
	margin: 0px 0px 20px 20px;
}
a {
	cursor: pointer;
	color: #fe8d00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* =LAYOUT
===========================================*/
body {
	background: #fff;
	text-align: center;
	font: 13px/21px Georgia, "Times New Roman", Times, serif;
	color: #152a4a;
}

#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
/* =HEADER
===========================================*/
#header {
	width: 920px;
	height: 342px;
	background: url(../images/header.gif) no-repeat;
	position: relative;
	float: left;
}
#logo a {
	width: 94px;
	height: 124px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 10px;
	left: 36px;
}
#header ul {
	position: absolute;
	top: 60px;
	left: 150px;
	width: 500px;
}
#header ul li {
	float: left;
	display: inline;
}
#header ul li a {
	font-size: 14px;
	color: #ff6600;
	padding: 0px 30px;
	background: url(../images/dots_v.gif) repeat-y top right;
}
#header ul li a.active {
	color: #2d5592;
}
#header ul li a.last {
	background: none;
}
#header h2 {
	display: none;
}
p.tel {
	width: 177px;
	height: 39px;
	text-indent: -9999px;
	background: url(../images/tel.gif);
	position: absolute;
	top: 47px;
	right: 25px;
}

/* =CONTENT
===========================================*/
#content {
	border-left: 10px solid #fe8d00;
	padding: 20px 0px 0px 20px;
	float: left;
	margin: 8px 0px;
	width: 890px;
	
}
#content h2 {
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	color: #2d5592;
	margin-bottom: 15px;
}
#content h3 {
	font-size: 14px;
	margin-bottom: 20px;
	color: #152a4a;
}
#content h4 {
	color:#2d5592;
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: normal;
}
#content p {
	margin-bottom: 15px;
}
.homeright {
	float: right;
	width: 130px;
	height: 220px;
	background: url(../images/right.png) no-repeat;
	padding: 130px 15px 0px 15px;
	margin-bottom: 20px;
	display: inline;
	margin-left: 20px;
}

.line {
	margin-bottom: 20px;
	background: url(../images/dots_h.gif) repeat-x top left;
	height: 1px;
	overflow: hidden;
}
.dotted {
	padding-bottom: 15px;
	background: url(../images/dots_h.gif) repeat-x bottom left;
	width: 575px;
}
.box {
	clear: left;
	padding-bottom: 30px;
}
.box h2 {
	line-height: normal !important;
	margin-bottom: 10px; !important;
}
.rightproducts {
	float: right;
	display: inline;
	width: 270px;
	margin-left: 20px;
	height: auto;
	overflow:auto;
	clear: both;
}
.rightproducts img {
	margin-bottom: 15px;
	float: none;
}
.rightproducts h4 {
	margin-bottom: 25px !important;
}
.input {
	border: 1px solid #9d9daa;
	padding:1px;
	margin-top: 4px;
	width: 360px;
}
.sel {
	border: 1px solid #9d9daa;
	padding:1px;
	margin-top: 4px;
}
.message {
	width: 500px;
}

/* =FOOTER
===========================================*/
#footer {
	height: 64px;
	margin-bottom: 100px;
	position: relative;
	float: left;
	clear: both;
	background: url(../images/dots_h.gif) repeat-x bottom left;
	width: 100%;
}
#footer p {
	padding-left: 50px;
	background: url(../images/logo_bottom.gif) no-repeat top left;
	line-height: normal !important;
	padding-bottom: 10px;
}
#footer p span, span.small {
	font: 10px Verdana, Geneva, sans-serif !important;
	color: #4c5d7b;
	line-height: 12px !important;
	
}
#footer ul {
	width: 285px;
	height: 35px;
	background: url(../images/dots_v.gif) repeat-y top left;
	padding-top: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: normal !important;
	padding-left: 20px;
}
#footer ul li {
	float: left;
	display: inline;
	padding-left: 20px;
	white-space: nowrap;
}

* html #logo a {
	background: url(../images/blank.gif) !important;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod='scale');
	cursor: pointer;
}
