body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #424242;
	margin: 0 auto;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	line-height: 31px;
	color: #333333;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	color: #333333;
	margin: 0 0 20px 0;
}

p {
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	color: #555555;
	margin: 0 0 20px 0;
}

ul, ol {
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	color: #555555;
	overflow: auto;
	margin: 0 0 20px 0;
	padding: 0;
}

li {
	margin: 0 0 7px 30px;
	padding: 0;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

table {
	width: 100%;
	font-size: 13px;
	line-height: 19px;
	color: #555555;
	border-collapse: collapse;
	margin: 0 0 25px 0;
}

table .header {
	background: url(images/tbl_hdr-bg.png) no-repeat 0 0;
	padding: 0;
}

table .header h1{
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #FFFFFF;
	float: left;
	margin: 10px 3px 0 10px;
}

table .header img {
	width: 7px;
	height: 39px;
	border: 0;
	float: right;
	margin: 0;
	padding: 0;
	~margin: 0 -3px 0 0;
}

table .cell1, .cell2 {
	background: #f3f3f3;
	border: 1px solid #FFFFFF;
	padding: 7px;
}

table .cell3, .cell4 {
	background: #ececec;
	border: 1px solid #FFFFFF;
	padding: 7px;
}

table .footer {
	height: 7px;
	background: url(images/tbl_ftr-bg.png) no-repeat 0 0;
	padding: 0;
}

table .footer img {
	width: 7px;
	height: 7px;
	border: 0;
	float: right;
}



/* Header Start */
#header {
	overflow: auto;
	background: url(images/header_bg.png) repeat-x 0 0;
	padding: 38px 0 0 0;
	~position: relative;
	~padding: 38px 0 25px 0;
	min-height: 235px;
}

#header .wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#header .logo {
	border: 0;
	float: left;
	margin: 0 0 0 -20px;
	~margin: 0 0 0 350px;
}

#header .logo-tn {
	border: 0;
	float: left;
}

#header .logo-tn {
	border: 0;
	float: left;
	margin: -5px 0 55px 0;
}

#header .cow {
	float: left;
	margin: -38px 20px 0 0;
	~position: absolute;
	~top: 0;
	~left: 0;
	~margin: 0;
}
#header h1 {
	font-size: 25px;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	float: left;
	margin: 10px 0 0 25px;
	padding: 0 0 0 25px;
}

#header p {
  float: left;
	display: inline;
	width: 590px;
	font-size: 17px;
	line-height: 23px;
	color: #FFFFFF;
	float: left;
	margin: 17px 0 0 0;
	~margin: 17px 0 10px 370px;
}

#header .about {
	float: left;
	display: inline;
	width: 163px;
	margin: 20px 10px 0 0;
	~margin: 15px 10px 0 370px;
  text-align: center;
}

#header .about span.en {
	padding: 0 9px;
}

#header .contacts {
	float: left;
	display: inline;
	width: 123px;
	margin: 20px 10px 0 0;
	~width: 123px;
	~margin: 15px 10px 0 0;
	text-align: center;
}

#header .contacts span.en {
	padding: 0 2px;
}

#header .about a {
  float: left;
	width: 163px;
	font-size: 17px;
	font-weight: bold;
	line-height: 46px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/btt_about.png) no-repeat 0 0;
}

#header .about a:hover {
	background: url(images/btt_about_over.png) no-repeat 0 0;
}

#header .contacts a {
  float: left;
	width: 123px;
	font-size: 17px;
	font-weight: bold;
	line-height: 46px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/btt_contacts.png) no-repeat 0 0;
}

#header .contacts a:hover {
	background: url(images/btt_contacts_over.png) no-repeat 0 0;
}

#header ul.navbar {
	width: 500px;
	height: 77px;
	list-style: none;
	float: left;
	margin: 5px 0 0 32px;
	padding: 0;
}

#header ul.navbar li {
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#header .navbar a {
	width: 121px;
	height: 19px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/nav-btt.png) no-repeat 0 0;
	padding: 10px 0;
}

#header .navbar a:hover {
	background: url(images/nav-btt_over.png) no-repeat 0 0;
	padding: 10px 0;
}

#header .navbar a.selected {
	background: url(images/nav-btt_sel.png) no-repeat 0 0;
}

/* Header End */

/* Container Start */

#container {
	overflow: auto;
	background:  #FFFFFF url(images/container_bg.png) repeat-x;
	padding: 50px 0 0 0;
	~padding: 50px 0 0 0;
}

#container.home {
	background: #2b5894 url('images/container_bg-b.png') repeat-x;
	margin-top: -32px;
	~margin-top: 0;
	padding: 80px 0 0 0;
	~padding: 50px 0 0 0;
}


#container .wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top: -32px;
	padding-bottom: 32px;
}

#container .box a {
	width: 270px;
	height: 170px;
	~width: 300px;
	~heght: 170px;
	float: left;
	margin: 0 30px 32px 0;
	padding: 15px;
	~padding: 15px 15px 11px 15px;
}

#container .box a {
	background: url(images/box_bg.png) 0 0;
	~background: url(images/box_bg1.png) 0 0;
	text-decoration: none;
}

#container .box a:hover {
	background: url(images/box_bg-over.png) 0 0;
	~background: url(images/box_bg-over1.png) 0 0;
}

#container .box h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 12px 0 10px 15px;
	margin: 0 0 20px 0;
}


#container .box p {
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #555555;
}

#container .box .product-thumb {
	width: 45px;
	height: 45px;
	border: 1px solid #bfbfbf;
	background: #ebebeb;
	float: left;
	margin: 3px 7px 0 0;
	padding: 2px;
}

#container .box .product-thumb:hover {
	border: 1px solid #bfbfbf;
	background: #FFFFFF;
}

#container .product-thumb {
	width: 100px;
	height: 100px;
	border: 1px solid #bfbfbf;
	background: #ebebeb;
	float: left;
	margin: 3px 7px 0 0;
	padding: 3px;
}

#container .product-thumb:hover {
	border: 1px solid #bfbfbf;
	background: #FFFFFF;
}

/* Content Start */

#container .content {
	width: 700px;
	float: left;
	margin: 30px 30px 30px 0;
	~margin: 0 30px 0 0;
}

#container .content li {
	list-style-image: url(images/bullet_check.png);
	padding: 0;
	~padding: 0 0 0 10px;
}

/* Content End */

/* Sidebar Start */

#container .sidebar {
	width: 261px;
	float: left;
	margin-top: 30px;
	~margin-top: 0;
}

#container .sidebar h2 {
	margin: 0 0 20px 15px;
}

#container .sidebar ul {
	list-style: none;
	overflow: visible;
	margin: 0;
	padding: 0;
}

#container .sidebar li {
	list-style: none;
	margin: 0 0 0 11px;
	padding: 1px 0;
}

#container .sidebar a {
	color: #555555;
	width: 250px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: url(images/products_tab.png) no-repeat 0 0;
	padding: 10px 0 10px 20px;
}

#container .sidebar a:hover {
	color: #333333;
	background: url(images/products_tab-over.png) no-repeat 0 0;
}

#container .sidebar li.selected {
	margin: 0 0 0 0;
}

#container .sidebar li.selected a {
	color: #FFFFFF;
	width: 261px;
	display: block;
	background: url(images/products_tab-sel.png) no-repeat 0 0;
	padding: 10px 0 10px 30px;
}

/* Sidebar End */

/* Container End */


/* Footer Start */

#footer {
	overflow: auto;
	background: url(images/footer_bg.png) repeat-x 0 0;
}

#footer .wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 15px;
}

#footer .wrapper h1 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #b1b1b1;
	margin: 0 0 5px 0;
}

#footer .wrapper p {
	text-align: center;
	color: #b1b1b1;
	margin: 0 0 5px 0;
}

#footer .wrapper a {
	color: #b1b1b1;
	text-decoration: none;
	font-weight: bold;
}

#footer .wrapper a:hover {
	color: #FFFFFF;
}

/* Footer End */
