
html {
	height:100%;
}

body {
	background: #0d0d0d url(../img/bg.jpg) 50% 125px no-repeat;
	margin: 0;
	padding: 0; 
	font: 15px/17px "Trebuchet MS", Tahoma, Arial;
	color: #c2c2c2;
	line-height: 20px;
}



a {
	color: #b1b6b6;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 26px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

p {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}



div.static-center {
	min-width: 1000px;
	_width:expression(body.clientWidth>1000?"100%":"1000px");
}

div.dynamic-center {
	max-width: 1280px;
	width: expression(document.body.clientWidth > 1280? "1280px":"auto" );
	margin: 0 auto;
}

div.padding-center {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 333;
}


div.static-center2 {
	min-width: 1000px;
	_width:expression(body.clientWidth>1000?"100%":"1000px");
}

div.dynamic-center2 {
	max-width: 1280px;
	width: expression(document.body.clientWidth > 1280? "1280px":"auto" );
	margin: 0 auto;
}

div.padding-center2 {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 333;
}

div#header {
	position: relative;
	z-index: 5;
	background: url(../img/header-bg.gif) 50% 0% no-repeat;
	width: 100%;
	height: 125px;
	min-width: 1000px;
}

div#logo {
	position: relative;
	margin: 0 auto;
	width: 420px;
	top: 30px;
	left: 40px;
}

div#menu {
	background: url(../img/menu.gif) no-repeat;
	position: relative;
	margin: 0 auto;
	width: 540px;
	height: 46px;
	top: 0px;
	left: 40px;
	padding-top: 10px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=73);
	-moz-opacity: 0.73;
	-khtml-opacity: 0.73;
	opacity: 0.73; 
}

div#menu a {
	color: #ffffff;
}

div#menu a:hover {
	color: #51e8ff;
}

div#menu ul  li {
	display: inline;
}

div#menu li {
	padding-left: 23px;
}



table#maintable {
	position: relative;
	width: 100%;
	margin-top: 50px;
	font-size: 12px;
}

table#maintable td {
	width: 30%;
	padding-bottom: 80px;
}

div.product1 {
	position: relative;
	margin-left: 20%;
	_margin-left: 9%;
}

*:first-child+html div.product1 {
	position: relative;
	margin-left: 70px;
}

div.product1 img {
	position: absolute;
	margin-left: 0px;
}

div.product1 ul {
	position: relative;
	margin-left: 125px;
}

div.product2 {
	position: relative;
	margin-left: 20%;
	_margin-left: 9%;
}

*:first-child+html div.product2 {
	position: relative;
	margin-left: 70px;
}

div.product2 img {
	position: absolute;
	margin-left: 0px;
}

div.product2 ul {
	position: relative;
	margin-left: 125px;
}

div.product3 {
	position: relative;
	margin-left: 20%;
	_margin-left: 9%;
}

*:first-child+html div.product3 {
	position: relative;
	margin-left: 70px;
}

div.product3 img {
	position: absolute;
	margin-left: 0px;
}

div.product3 ul {
	position: relative;
	margin-left: 125px;
}

li.maintitle {
	font-size: 18px;
	padding-bottom: 10px;
}

li.maintitle a {
	color: #b5b6b1 !important;
}

li.maintitle a:hover {
	color: #ffffff !important;
}

ul.green a {
	color: #7fa74b;
}

ul.green a:hover {
	color: #acd874;
}

ul.cyan a {
	color: #4aa8a8;
}

ul.cyan a:hover {
	color: #7ed4d4;
}

ul.pink a {
	color: #8b50ad;
}

ul.pink a:hover {
	color: #b26adb;
}



table#contenttable {
	color: #ffffff;
	position: relative;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=73);
	-moz-opacity: 0.73;
	-khtml-opacity: 0.73;
	opacity: 0.73; 
	margin-top: 10px;
}

td#leftupcorn {
	background: url(../img/leftupcorn.gif) no-repeat;
	width: 40px;
	height: 40px;
}

td#rightupcorn {
	background: url(../img/rightupcorn.gif) no-repeat;
	width: 40px;
	height: 40px;
}

td#leftdowncorn {
	background: url(../img/leftdowncorn.gif) no-repeat;
	width: 40px;
	height: 40px;
}

td#rightdowncorn {
	background: url(../img/rightdowncorn.gif) no-repeat;
	width: 40px;
	height: 40px;
}

td.contbg {
	background: #1e1e1e;
}

td.contentbg {
	background: #1e1e1e;
	height: 200px;
	font-size: 14px;
}

div.titlecontent {
	position: relative;
	top: -15px;
}

div#footer {
	position: relative;
	padding-top: 10px;
	z-index: 222;
	background: url(../img/footer-bg.gif) 173px 170px  repeat-x;
	width: 100%;
	margin: 0 auto;
	height: 280px;
}

div#shadow {
	position: relative;
	background: url(../img/shadow.jpg) -80px 0px no-repeat;
	width: 100%;
	height: 100%;
	z-index: 0;
}	

div#contacts {
	position: absolute;
	top: 150px;
	padding-left: 240px;
	color: #94cddd;
	line-height: 24px;
	z-index: 2;
}

div#mediasite {
	position: absolute;
	top: 160px;
	right: 40px;
	width: 250px;
	font-size: 12px;
	font-family: arial, tahoma, verdana;
	color: #ffffff;
	line-height: 20px;
	z-index: 333;
}

div#mediasite a {
	color: #76cdff;
	text-decoration: underline;
}

div#mediasite a:hover {
	color: #bce7ff;
	text-decoration: underline;
}

div#rightfooter {
	background: url(../img/right-footer.png) 100% 0% no-repeat;
	width: 135px;
	height: 150px;
	position: absolute;
	top: 120px;
	right: 0px;
}

div#centerfooter {
	background: url(../img/center-footer.png) 0% 0% no-repeat;
	width: 500px;
	height: 150px;
	position: absolute;
	top: 120px;
	left: 35%;
}
