html, body{
	width:100%;
	height:100%;
}
html {
	background:#000 url(../images/html.jpg);
}
body {
	margin:0;
	min-width:850px;
	min-height:720px;
	background:url(../images/body.jpg) repeat-x;
	font:12px Tahoma, Helvetica, sans-serif;
	color:#000;
}
img {border:none;}
a {
	text-decoration:underline;
	color:#000;
	}
a:hover {text-decoration:none;}
/*main container*/
#main {
	margin:0 auto;
	width: 850px;
}
/*header*/
#header {
	text-align:center;
	width: 802px;
	padding:14px 0 10px 0;
	overflow:hidden;
}
#header ul {
	margin:0;
	list-style:none;
	padding:0;
	display:inline;
	overflow:hidden;
}
#header ul li{
	height:16px;
	overflow:hidden;
	float:left;
	position: relative;
	left:4px;
	top:2px;
}
#header ul a{
	color:#6c3b0a;
	text-decoration:none;
	margin:0 10px;
	display:block;
	height:32px;
	overflow:hidden;
	text-indent:-9999px;
	position:relative;
	cursor:pointer;
}
#header ul a.products{
	background:url(../images/products.png) no-repeat;
	width:136px;
}
#header ul a.faq{
	background:url(../images/faq.png) no-repeat;
	width:99px;
}
#header ul a.tuxedo{
	background:url(../images/tuxedo.png) no-repeat;
	width:103px;
}
#header ul a.contact{
	background:url(../images/contact.png) no-repeat;
	width:55px;
}
#header ul a.accesories{
	background:url(../images/accsesories.png) no-repeat;
	width:126px;
}
#header ul a.appointments{
	background:url(../images/appointments.png) no-repeat;
	width:98px;
}
#header ul a.links{
	background:url(../images/links.png) no-repeat;
	width:38px;
}
#header ul a:hover{top:-16px;}
*+html #header ul a:hover{
	margin-top:-16px;
	top:0;
}
/*content*/
#content {
	width:850px;
	overflow:hidden;
	clear:both;
}
/*frame-logos*/
.top-frame{
	width:802px;
	background:url(../images/top-frame.gif) no-repeat;
	height:24px;
}
.bottom-frame{
	width:802px;
	background:url(../images/bottom-frame.gif) no-repeat;
	height:24px;
	clear:both;
}
.frame{
	width:802px;
	background:url(../images/frame.gif) repeat-y;
}
.frame:after{
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
* html .frame{height:1%;}
.frame-logos{
	padding:1px;
	width:800px;
	position:relative;
	margin:-24px 0;
	float:left;
}
.frame-logos .flash{
	float:right;
	width:482px;
	height:430px;
}
.frame-logos .flash img{
	margin:0;
	display:block;
}
/*logo*/
.logo {margin:25px 0 0 10px;}
.logo a{
	display:block;
	width:289px;
	height:94px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.jpg) no-repeat;
}
.frame-logos h2{
	text-align:center;
	margin:24px 0 20px 0;
	font-weight:bold;
	font-size:12px;
}
.frame-logos ul{
	width:290px;
	margin:0;
	padding:0 0 0 25px;
	list-style:none;
}
.frame-logos ul li{
	background:url(../images/marker.gif) no-repeat 0 5px;
	text-indent:15px;
	margin-bottom:13px;
	line-height:14px;
}
/*small-frame*/
.small-frame {
	float:left;
	padding:1px;
	width:243px;
	height:130px;
	display:inline;
	margin:7px 35px 0 0;
	background:url(../images/small-frame.gif) no-repeat;
}
.small-frame img{
	margin:0;
	float:left;
}
.small-frame div {
	float:left;
	padding:0 5px 0 10px;
	font-size:11px;
	margin:0 0 5px 0;
	line-height:14px;
	width:120px;
}
.small-frame div p{
	margin:0;
	padding:9px 0;
	line-height:13px;
}
/*footer*/
#footer {
	position:relative;
	margin:5px 0 0 -3px;
	padding-top:6px;
	width:807px;
	background:url(../images/footer.png) no-repeat;
}
#footer div{margin-bottom:20px;}
#footer ul{
	margin:0 0 3px 100px;
	padding:0;
	list-style:none;
}
#footer ul li {
	font-size:11px;
	color:#fff;
	display:inline;
	background:url(../images/marker-footer.gif) no-repeat 0 3px;
	padding:0 4px 0 10px;
}
#footer ul li.ferst{
	background:none;
	font-weight:bold;
}
#footer p{
	margin: 10px 0 0 0;
	line-height:10px;
	text-align:center;
	font-size:10px;
	color:#fff;
}