/* html tag
--------------------------------------------------*/

body {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000040;
}
p {
padding:0;
margin:0;
}
form {
	margin: 0;
	padding: 0;
}
ul {
    margin: 0;
	padding: 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h3, h4, h5, h6 {
    padding:0;
	margin:0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #5277b6;
	height: 21px;
	color: #FFFFFF;
	padding: 2px 0 0 7px;
	margin: 0 0 11px 0;
}
h2 span, h3 span {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #880000;
	padding: 6px 0px 0px 12px;
}
.subpage #mainleft h3 {
	color : #636363;
	padding: 0;
}

/* link
--------------------------------------------------*/

.linklow {
	background: url(images/arrow.jpg) no-repeat left;
	padding-left: 17px;
	color: #636363;
}
.linklow a:hover{
    text-decoration: underline;
}



/* container
--------------------------------------------------*/

#container {
	background: url(images/background_container.jpg) repeat-x;
	padding: 13px 10px 13px 11px;
	width: 749px;
	
	border: 3px solid #58609e;
}



/* header
--------------------------------------------------*/
#header {
	height: 147px;
	width: 747px;
	border: 1px solid #2e376e;
	background: url(images/background_header.jpg) no-repeat;
}
#header #logo {
	clear: both;
	height: 84px;
	width: 747px;
}
#header .title {
	font-family: "Arial Black";
	font-size: 24px;
	color: #dae2ed;
	margin: 0 0 0 12px;
}

#header .title span {
	color: #880000;
	padding: 0 0 0 1px;
}
#header .choose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 13px;
	margin-left: 8px;
	float: left;
	height: 50px;
	width: 300px;
	display: inline;
}
#header .subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dae2ed;
	margin-left: 213px;
}
#header #linkheader {
	float: left;
	width: 100px;
	height: 57px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 6px 0 0 339px;
}
#linkheader li{
	list-style-type: none;
}
#linkheader li a{
	text-decoration:none;
	color:#ffffff;
}

/* menu
--------------------------------------------------*/
#menu {
	width: 747px;
	margin-top: 5px;
	margin-left: 0px;
	height: 38px;
	border: 1px solid #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu ul li {
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
	
}

#menu ul li a {
	background: #0b1d63;
	height: 38px;
	width: 148px;
	border-left: 1px solid #061038;
	border-right: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 38px;
}
#menu ul li a.last {
	width: 150px;
}
#menu ul li a:hover
{
color: #ffffff;
background: #061038;
text-decoration:none;
}


/* content
--------------------------------------------------*/
#content {
	background: url(images/background_content.jpg) repeat-x;
	height: 490px;
	width: 747px;
	border: 1px solid #FFFFFF;
}

/* content99
--------------------------------------------------*/
#content99 {
	background: url(images/background_content99.jpg) repeat-x;
	height: 490px;
	width: 847px;
	border: 1px solid #FFFFFF;
}

/* col2
--------------------------------------------------*/
	
.col2 {
	background-color: #FFFFFF;
	width: 188px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #474747;
	float: left;
	display: inline;
}

.col2 .title {
	font-size: 12px;
	margin: 0;
	height: 19px;
	padding: 0 0px 0px 2px;
	font-style: italic;
	background-color:#dedede;
	line-height: 19px;
}
.col2 .title span {
	color: #880000;
	font-weight: bold;
}


/* col3
--------------------------------------------------*/

.col3 {
	background: url(images/background_col3.jpg);
	float: left;
	height: 370px;
	width: 525px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #474747;
}

/* col302
--------------------------------------------------*/

.col302 {
	background: url(images/background_col302.jpg);
	float: center;
	height: 370px;
	width: 725px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #474747;
}

/* col309
--------------------------------------------------*/

.col309 {
	background: url(images/background_col302.jpg);
	float: center;
	height: 770px;
	width: 725px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #474747;
}



/* col3 mainleft
--------------------------------------------------*/

.col3 #mainleft {
	width: 292px;
	float: center;
}
.home .col3 #mainleft {
	background: url(images/background_mainleft.jpg);
	height: 370px;
}
.home .col3 #mainleft p {
	padding: 4px 0px 0px 11px;
}
.home .col3 #mainleft a.linklow {
	margin-left:11px;
}

.col3 ul {
	list-style-image: url(images/arrow.jpg);
	list-style-type: none;
	padding: 10px 0 0 35px;
}
.col3 ul li {
	padding: 0 0 7px 0;
}
.col3 ul li a {
	color:#636363;
}
.col3 ul li a:hover{
	text-decoration: underline;

}

.col3 h4 {
	color:#0b1d63;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 0 12px;
}
.col3 #mainleft h4 a{
	text-decoration:none;
	color:#0b1d63;
}
.col3 #mainleft h4 a:hover{
	text-decoration:underline;
	
}

.col3 #mainleft h5 {
	font-size: 16px;
	font-weight: bold;
	color: #880000;
	padding: 3px 0px 0px 12px;
}
.col3 #mainleft h6 {
	font-size: 12px;
	padding: 2px 0px 5px 12px;
	font-weight: normal;
}


/* col3 mainright
--------------------------------------------------*/

.col3 #mainright {
	background-color:#dedede;
	width: 233px;
	float: left;
}
#mainright a {
	color: #880000;
}

#box {
	background: #dedede;
	margin: 0px 0px 3px 0;
	width: 233px;
}

#box .inputgo {
	background:#dedede url(images/arrow_search.jpg) no-repeat left;
	border:none;
	height: 18px;
    font-size: 14px;
	color: #880000;
	font-weight: bold;
	margin:0;
	padding-left:25px;
}
#box .cat {
	color: #474747;
	text-align: right;
	padding: 0px 8px 0px 0px;
}
.subpage .col3 #mainright{
	margin-top: 122px;
}
.subpage #mainright #box {
	padding-left: 16px;
	width: 217px;
	padding-bottom: 3px;
	margin: 0;
}
.subpage #mainright #box img {
	margin-top: 3px;
}
.subpage #mainright h2 {
	margin: 0;
}
/* content privacy
--------------------------------------------------*/
	
.privacy .col2 {
	background: url(images/image_col2content.jpg) no-repeat;
	height: 370px;
}
.privacy .col2 .title {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0 10px;
	background-color: #FFFFFF;
}
.privacy .col2 .title a{
	text-decoration: none;
	color: #0B1D63;

}

.privacy .col2 .title2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0 30px;
	background: url(images/arrow3_col2.gif) no-repeat left;
	margin: 5px 0px 0px 12px;
}
.privacy .col2 .title2 a{
	text-decoration: none;
	color: #0B1D63;
}

.privacy .col2 .subtitle {
	font-size: 16px;
	color: #880000;
	background: url(images/arrow_col2.jpg) no-repeat 10px;
	padding: 0px 0px 0px 40px;
	font-weight: bold;
}
.privacy .col2 .greytitle {
	font-size: 12px;
	font-weight: bold;
	color: #474747;
	padding: 2px 0px 0px 35px;
}
.privacy .col2 ul {
	list-style-type: none;
	list-style-image: url(images/arrow2_col2.jpg);
	padding: 0px 0px 0px 12px;
	font-size: 11px;
	color: #474747;
}
.privacy .col2 li {
	margin: 0px 0px 0px 26px;
	padding: 0px 0px -1px;
}
.privacy .col2 .price {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 0px 104px;
}

.privacy .col3 {
	background: #FFFFFF;
}

.privacy .col3 p {
	padding: 4px 8px 0px 11px;
	text-align: justify;
}

.privacy strong {
	color: #0b1e63;
}


/* content content
--------------------------------------------------*/

.subpage .col3 {
	background: url(images/background_content3.jpg) no-repeat;
}
.subpage .col3 p.text {
	padding:5px 0px 0px 12px;
}
.subpage .col3 #mainleft {
	color: #636363;
	padding-left: 9px;
	width: 283px;
}
.subpage .col3 td {
	border-right:solid 1px #474747;
	border-bottom:solid 1px #474747;
}
.subpage .col3 td.top {
	border-top:solid 1px #474747;
}
.subpage .col3 td.left {
	border-left:solid 1px #474747;
}
.subpage #mainleft a {
	color: #880000;
	font-weight: bold;
}
.subpage .col3 .specification {
	width: 292px;
	float: left;
	height: 336px;
}
/* footer
--------------------------------------------------*/	
#footer {
	width: 747px;
	margin-top: 5px;
	border: 1px solid #2e376e;
	height: 175px;
}
.home #footer, .privacy #footer {
	background: url(images/image_footer1.jpg) no-repeat;
	padding-left:293px;
	width:454px;
}
.home #footer .titlefooter, .privacy #footer .titlefooter {
	font-size: 28px;
	font-weight: bold;
	color: #0b1e63;
	padding: 7px 0px 0px 0px;
}
.home #footer .titlefooter span, .privacy #footer .titlefooter span {
	color: #ff6e03;
}
.home #footer img, .privacy #footer img {
	float: right;
	margin: 5px 10px 0px 15px;
}
.home #footer #footerlink, .privacy #footer #footerlink {
	width: 300px;
	height: 36px;
}

.home #footer #footerlink a, .privacy #footer #footerlink a {
	font-size: 14px;
	font-weight: bold;
	color:#0B1E63;
}

.home #footer #footerlink .link1, .privacy #footer #footerlink .link1 {
	background: url(images/arrow_footer.jpg) no-repeat left;
	float: left;
	height: 30px;
	width: 90px;
	padding-left:40px;
	padding-top: 13px;
}

.home #footer #footerlink .link2, .privacy #footer #footerlink .link2 {
	background: url(images/arrow_footer.jpg) no-repeat left;
	height: 36px;
	width: 130px;
	float: left;
	text-align: center;
	padding-left:40px;
	padding-top: 7px;
}
.home #footer .lorem, .privacy #footer .lorem {
	color: #474747;
	text-align: left;
	clear: left;
	padding: 5px 0px 0px;
}
.home #footer ul, .privacy #footer ul {
	list-style-image: url(images/arrow_blue.jpg);
	list-style-type: none;
	padding: 0px 0px 0px 145px;
}
.home #footer ul li, .privacy #footer ul li {
	padding: 0px 0px 5px 0px;
}
.home #footer ul li a, .privacy #footer ul li a {
	color: #FF6E03;
	padding: 0px 0px 0px 7px;
}
.home #footer ul li a:hover, .privacy #footer ul li a:hover {
	color: #FF6E03;
}

/* footer_content
--------------------------------------------------*/
.subpage #footer {
	background: url(images/background_footer_content.jpg) no-repeat;
}
.subpage #footer .titlefooter {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 28px 0px 0px 8px;
	font-family: Verdana, Geneva, sans-serif;
}
.subpage #footer .titlefooter span {
	color: #880000;
}
.subpage #footer .linkfooter {
	padding: 12px 0px 0px 8px;
}
.subpage #footer .linkfooter a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #880000;
	text-decoration: none;
}
.subpage #footer .linkfooter a:hover {
    text-decoration: underline;
}

