body, html
{
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/bg.gif);
	background-repeat: repeat;
	text-align: center;
}

img
{
border: 0;
}


div#top
{
	width: 787px;
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: left;
}

div#top p
{
	text-align: right;
	margin: 50px 0 0 0;
	padding: 20px 0 0 3px;
	background-image: url(../img/top_phone.gif);
	background-repeat: no-repeat;
	width: 206px;
	float: left;
	text-decoration: none;
	font-family: Arial;
	font-size: .7em;
	font-weight: bold;
	color: #000;
}


h1
{
	float: left;
	width: 578px;
	height: 137px;
	margin: 0 0 0 0;
	padding: 0;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}

h1 a:link, h1 a:visited
{
	display: block;
	width: 578px;
	height: 137px;
	text-indent: -9999px;
}

.nav 
{
	margin: 0 auto;
	padding: 0;
	width: 787px;
	height: 23px;
	background-image: url(../img/nav_bg.gif);
	background-repeat: no-repeat;
}
	
.nav ul 
{
	display: block;
	margin: 0;
	padding: 0 0 0 343px;
	list-style-type: none;
}
	
.nav ul li {
	display: inline;
	}

.nav ul li a {

	text-indent: -9999px;
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-right: 1px solid #fff;}

.nav li.products a 
{
	background: url(../img/nav_products.gif) top left no-repeat;
	width: 101px;
	height: 23px;
}

.nav li.products_active a 
{
	background: url(../img/nav_products.gif) 0px -23px no-repeat;
	width: 101px;
	height: 23px;
}

.nav li.services a 
{
	background: url(../img/nav_services.gif) top left no-repeat;
	width: 63px;
	height: 23px;
}

.nav li.services_active a 
{
	background: url(../img/nav_services.gif) 0px -23px no-repeat;
	width: 63px;
	height: 23px;
}

.nav li.clients a 
{
	background: url(../img/nav_clients.gif) top left no-repeat;
	width: 89px;
	height: 23px;
}

.nav li.clients_active a 
{
	background: url(../img/nav_clients.gif) 0px -23px no-repeat;
	width: 89px;
	height: 23px;
}

.nav li.about a 
{
	background: url(../img/nav_about.gif) top left no-repeat;
	width: 62px;
	height: 23px;
}

.nav li.about_active a 
{
	background: url(../img/nav_about.gif) 0px -23px no-repeat;
	width: 62px;
	height: 23px;
}

.nav li.contacts a 
{
	background: url(../img/nav_contacts1.gif) top left no-repeat;
	width: 125px;
	height: 23px;
	border: none;
}

.nav li.contacts_active a 
{
	background: url(../img/nav_contacts1.gif) 0px -23px no-repeat;
	width: 125px;
	height: 23px;
	border: none;
}

.nav ul li a:hover {background-position: 0px -23px;}


.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	width: 204px;
	visibility: hidden;
}

.dropmenudiv ul 
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dropmenudiv a{
	width: 204px;
	width: auto;
	display: block;
	text-indent: -9999px;
	border-bottom: 1px solid #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv li.nav_sub_prizes a 
{
	background: url(../img/nav_sub_prizes.gif) top left no-repeat;
	width: 204px;
	height: 20px;
}

.dropmenudiv li.nav_sub_products a 
{
	background: url(../img/nav_sub_products.gif) top left no-repeat;
	width: 204px;
	height: 20px;
}

.dropmenudiv li.nav_sub_materials a 
{
	background: url(../img/nav_sub_materials.gif) top left no-repeat;
	width: 204px;
	height: 20px;
	border: none;
}

.dropmenudiv ul li a:hover {background-position: 0px -20px;}


#content
{
	width: 781px;
	margin: 0 auto;
	padding: 0;
	background: #F5F5F5 url(../img/content_bg.gif);
	background-repeat: repeat-x;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#content_bottom
{
	width: 787px;
	height: 15px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(../img/content_bottom.gif);
	background-repeat: no-repeat;
}

*html div#footer
{
	position: relative;
	top: -4px;
}

div#footer
{
	width: 787px;
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: left;
}

div#footer a:link, div#footer a:visited
{
	text-decoration: underline;
	color: #767673;
}

div#footer a:hover
{
	text-decoration: none;
	color: #000;
}

span#copy
{
	text-decoration: none;
	font-family: Arial;
	font-size: .6em;
	font-weight: normal;
	color: #767673;
        padding: 0 0 0 10px;
}

span#drass
{
	text-decoration: none;
	font-family: Arial;
	font-size: .6em;
	font-weight: normal;
	color: #767673;
	padding: 0 0 0 535px;
}

