@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	max-width: 1200px;
	min-width: 966px;
	width: auto !important;
	margin: 0 auto;
	color: #000;
}

body {
    background: #242424;
}

#page {
    max-width: 1200px;
    min-width: 966px;
    width: auto !important;
    margin: 0 auto;
    background: url('/Images/layout/background.png') repeat-y;
    padding-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 76%;
    line-height: 1.4;
    margin-bottom: -60px;
}	

hr {
	display: none;
}

a {
    color: #000;
}

.menu a, #footer a {
    text-decoration: none;
}

h1 {
	display: none;
}

#accessibility {
	display: none;
}

.accessibility {
	display: none;
}

#header {
	background: transparent url('/Images/layout/header_2.png') no-repeat;
	width: 966px;
	height: 189px;
	margin: 0 auto;
}

#container {
	width: 966px;
	margin: 0 auto;
	position: relative;
}

#border {
	position: absolute;
	left: 0px;
	float: left;
	width: 8px !important;
	width: 5px;
	margin-left: 0px !important;
	margin-left: 1px;
	min-height: 334px;
	height: auto !important;
	height: 334px;
	background: transparent url('/Images/layout/left_border.png') no-repeat 1px -7px;
}

#content {
	background: transparent url('/Images/layout/content_background_repeat.png') repeat-y
		6px 0px;
	min-height: 334px;
	height: auto !important;
	height: 334px;
	padding-left: 180px;
	padding-right: 300px;
/*	text-align: justify; */
	padding-top: 15px;
	min-width: 511px;
/*	float: left; */
	right: 0px;
}

#content p {
	padding-bottom: 10px;
}

#products {
	padding-top: 15px;
	position: absolute;
	right: 0px;
	margin-right: 12px;
	list-style: none;
}

#products li {
	width: 246px;
	height: 105px;
	background-image: url('/Images/layout/border.png');
	position: relative;
	margin-bottom: 20px;
}

#products li h3 {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100px;
	color: #0050e4;
	font-size: 1.5em;
}

#products li strong {
	position: absolute;
	bottom: 7px;
	text-align: center;
	left: 115px;
	font-size: 1.2em;
	color: #0050e4;
}

#products ul {
	float: right;
	font-size: 0.9em;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-top: 10px;
	padding-right: 15px;
	line-height: 1.0;
}

#products ul li {
	background: none;
	width: auto;
	height: auto;
	margin: 0;
}

#products div {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 25px;
	left: 20px;
}

.menu,.menu ul {
	list-style: none;
	margin-left: 0px;
}

.menu {
	margin-left: 20px;
	width: 160px;
	float: left;
	padding-top: 15px;
	position: absolute;
	z-index: 4000;
	margin-right: -180px;
	left: 0px;
}

.menu li {
	font-weight: 900;
}

ul.menu li {
/*	height: 15px; */
	background: transparent url('/Images/layout/bullet.png') no-repeat 0px 7px;
	padding-left: 10px;
}

.menu a {
	font-weight: 100;
}

.menu a:hover {
	font-weight: 900;
}

#footer-background {
	background: #242424 url('/Images/layout/bottom.png') no-repeat -7px -29px;
	height: 141px;
	margin-top: -50px;
	padding-top: 50px;
}

#footer {
	width: 966px;
	height: 67px;
	background: transparent url('/Images/layout/footer.png') no-repeat 0px 0px;
	margin: 0 auto;
	text-align: right;

	font-weight: 900;
}

#footer, #footer a {
    color: #fff;
    
}


#footer span {
	display: block;
	padding-top: 45px;
	padding-right: 140px;
}

span {
	font-style: normal;
}

img {
    border: 0px;
}

fieldset {
    border: 0px;
}