html,body {
    width: 100%;
    height: 100%;
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 12px;
	color: #EAEAEA;	
}
body {
	background: #060606 url(../img/bg.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
table.site {
	width: 801px;
/*
	min-width: 740px;
	max-width: 900px;
	//width:expression(document.getElementById('merka').clientWidth < 740 ? "740px" : (document.getElementById('merka').clientWidth<900) ? "100%" : "900px" );
*/	
	background: url(../img/bg0.gif) repeat-y left;
	height: 100%;
	margin: 0px auto 0px auto;
}
	td.topPart {
		vertical-align: top;
		text-align: left;
		background: url(../img/top_bg1.jpg) no-repeat left bottom;
	}
		td.menu {
			vertical-align: top;
			text-align: right;
		}
			td.menu img {
				margin: 0px 0px 0px auto;
			}
		div.featuredWork {
			margin: 5px 0px 0px 45px;
		}
			div.featured {
				background: url(../img/bg_featured.gif) no-repeat top;
				width: 174px;
				height: 173px;
				text-align: center;
				float: left;
				margin: 0px 5px 0px 0px;
			}
				div.featured img {
					margin: 11px auto 0px auto;
				}
		
	td.bottomPart {
		background: url(../img/bottom_bg.gif) no-repeat left top;
		vertical-align: bottom;
/*		height: 87px;
		//height: 0px;		*/
	}
		img.rasporka {
			float: right;
		}
		div.bMenu {
			margin: 25px 0px 0px 70px;
			color: #daa709;
			text-transform: uppercase;
			font-size: 9px;
		}
			span.design {
				margin: 0px 0px 0px 40px;
			}
			span.copy {
				margin: 0px 0px 0px 290px;
			}
			div.bMenu a,div.bMenuIns a {
				color: #daa709;
				text-transform: uppercase;
				font-size: 9px;
				text-decoration: none;
				margin: 0px 10px 0px 0px;
			}
			div.bMenu a:hover, div.bMenuIns a:hover {
				text-decoration: underline;
			}

/* INSIDE */
table.siteIns {
	width: 801px;
/*
	min-width: 740px;
	max-width: 900px;
	//width:expression(document.getElementById('merka').clientWidth < 740 ? "740px" : (document.getElementById('merka').clientWidth<900) ? "100%" : "900px" );
*/	
	background: url(../img/inside/bg0.gif) repeat-y left;
	height: 100%;
	margin: 0px auto 0px auto;
}
	td.topPartIns {
		vertical-align: top;
		text-align: left;
		/*background: url(../img/top_bg1.png) no-repeat left bottom;*/
	}

		td.insHeader {
			background: url(../img/bg_header.png) no-repeat top left;			
		//	background: none;
		//  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../img/bg_header.png',sizingMethod='crop');	
			height: 81px;
			vertical-align: top;
			padding: 0px 0px 0px 0px;
		}
			td.insHeader h1 {
				margin: 25px 0px 0px 20px;
			}
		td.insContent {
			background: url(../img/inside/bg_center_r.jpg) no-repeat right top;
			width: 100%;
			vertical-align: top;
		}
			td.insContent div.zone {
				margin: 0px 55px 0px 25px;
			}
	
	td.bottomPartIns {
		background: url(../img/bottom_mix.png) no-repeat left top;
		//	background: none;
		//  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../img/bottom_mix.png',sizingMethod='crop');	
		vertical-align: bottom;
		height: 107px;
	}
		div.bMenuIns {
			margin: 30px 0px 0px 70px;
			//margin: 25px 0px 0px 45px;
			color: #daa709;
			text-transform: uppercase;
			font-size: 9px;
		}
	
/* end INSIDE */		
		
/* DEFAULT */

table {
	border: 0px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
	table.center {
		margin: 0px auto 0px auto;
	}
	table.right {
		margin: 0px 0px 0px auto;
	}
	table.w100 {
		width: 100%;
	}
	table.w100h100 {
		width: 100%;
		height: 100%;
	}
td {
	border: 0px solid #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
	td.top {
		vertical-align: top;
	}
	td.bottom {
		vertical-align: bottom;
	}
	td.center {
		text-align: center;
	}
		td.center img {
			margin: 0px auto 0px auto;
		}
	td.right {
		text-align: right;
	}
		td.right img {
			margin: 0px 0px 0px auto;
		}
span.bold {
	font-weight: bold;
}
span.red {
	color: #FF0008;
}

div.center {
	margin: 0px auto 0px auto;
}
div.right {
	text-align:right;
	width:100%;
}
	div.right img {
		margin: 0px 0px 0px auto;
	}
div.left {
   text-align:left;
   width:100%;
}
div.w100Center {
	width: 100%;
	text-align:center;
}
div.clear {
	clear: both;
}
/* END DEFAULT */

/* OTHERS */

object,embed {
	border: 0px solid #000000;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.png
{
	//background-image: none ! important;
	behavior: url('../img/pngfix.htc');
}
form {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
img {
	border: 0px solid #000000;
	display: block;
}
input,select,textarea {
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 11px;
	border: 1px solid #0b83b2;
	color: #000000;
	margin: 0px 0px 0px 0px;
    padding: 1px 0px 0px 1px;
}

h1 {
	font-family: Tahoma,Arial,Verdana,sans-serif; 
	font-size: 16px;
	color: #feee4d;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0px 15px 0px;
	text-transform: uppercase;
}

h2 {
	font-family: Tahoma,Arial,Verdana,sans-serif; 
	font-size: 100%;
	color: #EAEAEA;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
/* END OTHERS */

/* LINKS */
a {
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 12px;
	color: #EAEAEA;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}
a.bold {
	font-weight: bold;
}
/* END LINKS */

#merka
{
position: absolute;
left: 0;
bottom: 0;
visibility: hidden; 
width: 100%; 
/*
height: 1em;
line-height: 1em;
background: white;
background-image: expression( window.onresize = window.scrollTo );
*/
}

/*---------------------------Form Layout--------------------------*/

.form-layout {position:relative;}
.form-break { height:50px;}
.field {position:absolute; color:#FEEE4D; font-weight:bold;}
.mark { color:#F00;}
.clear {clear:both;}