@import url(public.css);

/* BGN header */
.header .h_box {
	background: url(images/header_bg.jpg) no-repeat -18px 0;
	height: 384px;
}
.header .favourable {
	margin: 0 0 0 100px;
}
.header .favourable p span {
	font-size: 14px;
	color: #ffff8e;
}
.header .favourable p {
	font-size: 12px;
	color: #ffff8e;
	font-weight: bold;
	line-height: 28px;
	display: block;
	width: 220px;
	text-align: center;
}
.header .professional {
	margin: 65px 0 0 100px;
}
.header .professional p {
	display: none;
}
.header form {
	float: right;
	width: 280px;
	color: #fff;
	margin: 45px 160px 0 0 !important;
	margin: 45px 80px 0 0;
}
.header form h2 {
	font-size: 18px;
	font-family: Calibri;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 14px;
}
.header form select {
	width: 125px;
	font-size: 11px;
}
.header form #trans, .header form #strict {
	margin-top: 0;
}
.header form .stand, .header form label {
	font-weight: bold;
	line-height: 1.8em;
}
.header form .price {
	margin-top: 12px;
	float: left;
	display: block;
	background: url(images/price_bg.gif) no-repeat;
	width: 129px;
	height: 47px;
	text-align: center;
}
.header form .price span {
	font-size: 14px;
	line-height: 47px;
	vertical-align: middle;
	font-weight: bold;
}
.header form .price strong {
	line-height: 47px;
	font-size: 30px;
	vertical-align: middle;
}
.header form .btn_order {
	background: url(images/btn_order.gif) no-repeat;
	margin: 0;
	border: 0;
	margin-top: 12px;
	float: right;
	width: 142px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 16px;
	padding-right: 35px;
	font-weight: bold;
}
/* END header */

/* BGN container */
.container {
	padding-bottom: 30px;
}
/* BGN sidebar */
.sidebar ul {
	margin: 14px 0 0 0;
	padding: 0;
}
.sidebar li {
	padding-left: 20px;
	margin-bottom: 5px;
	line-height: 17px;
	list-style: none;
}
.sidebar .star li {
	background: url(images/green_star.gif) no-repeat;
}
.sidebar .sequence .list_1th {
	background: url(images/one.gif) no-repeat;
}
.sidebar .sequence .list_2th {
	background: url(images/two.gif) no-repeat;
}
.sidebar .sequence .list_3th {
	background: url(images/three.gif) no-repeat;
}
.sidebar .sequence .list_4th {
	background: url(images/four.gif) no-repeat;
}
.sidebar .sequence .list_5th {
	background: url(images/five.gif) no-repeat;
}
.sidebar .sequence .list_6th {
	background: url(images/six.gif) no-repeat;
}
.sidebar .sequence .list_7th {
	background: url(images/seven.gif) no-repeat;
}
.sidebar .sequence .list_8th {
	background: url(images/eight.gif) no-repeat;
}
.sidebar .beeline li {
	background: url(images/beeline.gif) no-repeat 0 7px;
	padding-left: 10px;
}
/* END sidebar */

/* BGN content */
.content .box .pic {
	background: url(images/pic_bg.gif) no-repeat;
	width: 612px;
	height: 128px;
	margin-top: 15px;
}
.content .box .pic ul {
	margin: 0;
	padding: 20px 0 0 0;
}
.content .box .pic li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
.content .box .pic li img {
	border: solid 1px #bfbfbf;
}
.content .box strong {
	color: #353535;
	font-size:13px;
}
.content .box h3 {
	font-size: 12px;
	font-weight: normal;
	color: #353535;
}

/* BGN corner */
.content .corner p {
	margin: 0;
	padding: 0;
	margin-left: 18px;
}
.content .corner h3 {
	margin-bottom: 6px;
	margin-top: 15px;
	background: url(images/arrowhead.gif) no-repeat 0 2px;
	padding-left: 18px;
}
/* END corner */
/* END content */
/* END container */

/* BGN jcarousel */
.jcarousel-prev-horizontal {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 90px;
	cursor: pointer;
	background: #000 url(images/arrow_left.gif) no-repeat 50% 50%;
	margin: 20px 0 0 10px !important;
	margin: 20px 0 0 -5px;
}
.jcarousel-next-horizontal {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 90px;
	cursor: pointer;
	background: #000 url(images/arrow_right.gif) no-repeat 50% 50%;
	margin: 20px 35px 0 0 !important;
	margin: 20px 30px 0 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	width: 128px;
	height: 90px;
	padding: 0;
	margin: 0;
}
.jcarousel-clip {
	z-index: 2;
	width: 532px !important;
	width: 540px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-left: 30px;
}
/* END jcarousel */