/******************** global ********************/
* 
{
	margin: 0; 
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

html, body 
{
	height: 100%;
}

body 
{
	background: #fff; 
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

a
{
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
	color: #4e3580;
}

a:hover, a:visited
{
	color: #ff1313;
}

a img
{
	border: none;
}

table 
{
	border-collapse: collapse;
}

table td 
{
	padding: 0px;
	border: 0px solid black;
}

ul, li 
{
	list-style: none;
}

b 
{
	color: #4d3581;
}

embed
{
	border: 1px solid fuchsia;
}


/******************** body ********************/
#holder 
{
	margin: 0 auto; 
	width: 100%;
	text-align: left;
	position: relative;
	min-height: 100%;
	_height: 100%;
	min-width: 902px;
}


/******************** header ********************/
#head 
{
	background: url(../img/top_bg.gif) repeat-x;
	width: 100%;
	height: 45px;
	position: relative; 
	z-index: 999;
}

#logo 
{
	width: 902px;
	height: 177px;
	margin: 0 auto;
	background: url(../img/logo.png) no-repeat top;
	position: relative; 
	top: 0px;
	z-index: 1;
	margin-top: -45px;
}

	#logo img 
	{
		margin: 104px 0 0 112px;
	}
	
#contacts 
{
	width: 170px;
	font-weight: bold;
	font-size: 10px;
	color: #4e3580;
	text-align: right;
	margin-left: 642px;
	margin-top: -103px; 
}

	#contacts p 
	{
		font-size: 11px;
		margin-bottom: 2px;
	}
	
	#contacts a 
	{
		font-size: 11px;
		margin-bottom: 2px;
	}
	
	#email
	{
		height: 30px;
		padding: 10px 5px 0 0;
	}
	
	#tel
	{
		height: 70px;
		padding: 12px 0 0 0;
	}


/******************** content ********************/	
.clear 
{
	clear: both;
}
	
#content 
{
	width: 902px;
	margin: 30px auto 0px auto;
	font-size: 12px;
	padding: 0 0 80px 0;
	position: relative;
	text-align: left;
	z-index: 0;
}

	#content ul
	{
		margin: 0px 80px 30px 75px;
	}

	#content li 
	{
		background: url(../img/bullet.gif) no-repeat left top;
		padding-left: 20px;
	}
	
	#content p 
	{
		margin: 10px 80px 10px 75px;
	}
	
	#content h1 
	{
		color: #fe0302;
		font: 16px Arial, Verdana,Tahoma, sans-serif;
		padding: 5px 0;
		margin-left: 75px;
	}
	
	#content h3
	{
		color: Black;
		font: 20px Arial, Verdana,Tahoma, sans-serif;
		padding: 5px 0;
		margin-left: 75px;
	}
	
	#termob
	{
		margin: 10px 0px 20px 71px;
	}

.img_cent 
{
	margin: 0 auto;
	display: block;
}

.cols 
{
	background: #a9dbf4;
	margin: 10px 71px 30px 65px;
}

	.cols img 
	{
		border: 1px solid;
	}
	
	.cols li
	{
		background: url(../img/bullet.gif) no-repeat left top;
		margin-left: -75px;
	}

	.cols h2 
	{
		color: #4f357f;
		font-size: 16px;
		font-family: Arial,Verdana,Tahoma, sans-serif;
		margin-bottom: 15px;
	}
	
	.cols td
	{
		padding: 10px;
		vertical-align: top;
	}

form
{
	margin: 10px 80px 30px 75px;
}

input, textarea
{
	background-color: #eaeaea;
	border: 0px;
	margin: 0 20px 10px 0;	
	font-size: 14px;
	width: 230px;
	height: 20px;
}

textarea
{
	width: 480px;
	height: 200px;
	overflow: auto;
}

.ibutton_res
{
	width: 100px; 
	height: 22px; 
	background-color: #4e3580; 
	color: White; 
	margin-right: 26px;
	padding-bottom: 4px;
	border: 1px solid #4e3580;
}

.ibutton_sub
{
	width: 100px; 
	height: 22px; 
	background-color: #ea302f;
	color: White; 
	padding-bottom: 4px;
	border: 1px solid #ea302f;
}
	
.color_red
{
	color: red;
}

.atten img
{
	float:left; 
	margin: 5px 10px 5px 0px;
	width: 18px;
	height: 18px;
}
	

/******************** FAQ ********************/
#faq 
{
	width: 100%;
}

	#faq h2 
	{
		background: #cdd0d7;
		color: #ff0103;
		font-size: 12px;
		font-weight: normal;
		padding: 3px 10px 4px 10px; 
		margin: 10px 70px 0 65px;
	}
	
	#faq p 
	{
		margin-bottom: 25px;
	}

	
/******************** products ********************/
.prod  
{
	width: 100%;
	font-size: 12px;
	margin: 10px 74px 10px 63px;
}

	.prod table
	{
		width: 771px;	
	}

	.prod td 
	{
		border: 5px solid white;
		background: #a9dbf4;
		padding: 5px 10px 5px 10px;
	}
	
	.prod p 
	{
		margin: 0;
		padding: 0;
		text-align: left;
	}


/******************** gallery ********************/
#gallery
{
	margin: 10px 62px 20px 76px;
}
	
	#gallery td 
	{
		width: 190px;
		height: 140px; 
	}
	
	#gallery img
	{
		border: 1px solid #4e3580;
	}
	
	#gallery a:hover img
	{
		border: 1px solid #ff1313;
	}


/******************** contacts ********************/		
#table_contacts
{
	margin: 10px 80px 20px 175px;
	line-height: 1.4em;
}

	#table_contacts td
	{
		text-align: left;
		vertical-align: top;
	}
	
	#table_contacts td img
	{
		border: 1px solid #4e3580;
	}
	
	#table_contacts a:hover img
	{
		border: 1px solid #ff1313;
	}
	
#address
{
	width: 331px;
	height: 125px;
}

#texts
{
	width: 60px;
	height: 75px;
}
	
#numbers
{
	width: 150px;
	height: 75px;
}

#delimiter
{
	height: 15px;
}
	
/******************** footer ********************/		
#footer 
{
	width: 100%; 
	background: url(../img/bot_bg.png) repeat-x top left; 
	height: 69px;
	position: absolute;
	bottom: 0px;
}

	#footer div 
	{
/*		background:	url(../img/logo2.gif) no-repeat bottom right; */
		width: 746px; 
		height: 61px; 
		margin: 0 auto;
	}

	#footer img 
	{
		margin-top:30px;
	}
	
/*	#footer div img
	{
		position: relative; 
		float: right; 
		bottom: 33px; 
		width: 149px; 
		height: 38px;
		border: 1px solid black;
	}*/
	
.studio_logo
{
	position: relative;
	float: left; 
}	
	
.anch
{
	position: relative; 
	float: right; 
	bottom: 8px; 
	width: 149px; 
	height: 38px;
/*	border: 1px solid black;*/
}

.copyright
{
	font-size: 12px; 
	position: relative; 
	float: right; 
	bottom: -27px; 
	margin-right: 15px;
}

	.copyright span
	{
		font-size: 10px;
	}
	
.auth_panel 
{
	margin: 17% auto 0% auto; 
  	background: #cdd0d7;
	width: 450px;
	height: 220px;
}	

.head_admin 
{
	/*margin: 20px 20px; */
  	background: #cdd0d7;
	width: 100%;
	height: 91px;
	text-align: left;
}
