* {
	margin: 0;
	padding: 0;
}

.active {
	font-size: 16px;
	color: #13C0EB;
	font-weight: lighter;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}

.alt {
	display: none;
}

body {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 16px;
	text-align: center;
    background-color: #ffffff;
	background-image: url();
	color: #666;
}

img {
	border: 0;
}

li {
	list-style-type: circle;
	list-style-color: #567810;
	list-style-image: url(bullet.jpg);
	list-style-position: inside;
}

a {
    color: #333333;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

/* Alt Font Classes */
.red {
	color: #FF0000
}
.green {
	font-size: 11px;
	color: #95c10d;
	font-style: normal;
}

.blue {
	color: #0099cc;
}

.grey {
	color: #999;
}

.darkgrey {
	color: #666;
}

/* Layout */
#maincontainer {
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	background-color: #00FF33;
	border: 1px solid #CCCCCC;
}

#maincontainer1 {
	width: 850px;
	margin-right:auto;
	margin-left:auto;
	background-color: #CCCCCC;
	background-image: url(fon.jpg);
	background-repeat: repeat-y;
}

#wrapper {
	float: left;
	width:780px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
    background: #fff;
}

/* Header */
#header {
	
}

#nav1 {
	width: 500px;
	height: 20px;
}

#nav1 tr {
	padding: 26px 0 0 30px;
	list-style: circle url(http://www.ultimate-salon.ru/images/none);
}

#nav1 ts td {
	padding: 0 22px 0 0;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

#nav1 tr td a {
	color: #aaaaaa;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

#nav1 tr td.active a {
	color: #0099cc;
}

#nav1 tr td a:hover {
	color: #00CC66;
}

/* Navigation */
#nav {
	width: 780px;
	height: 69px;
}

#nav tr {
	padding: 26px 0 0 30px;
	list-style: circle url(http://www.ultimate-salon.ru/images/none);
}

#nav ts td {
	padding: 0 22px 0 0;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

#nav tr td a {
	color: #aaaaaa;
	text-decoration: none;
	font-size: 16px;
}

#nav tr td.active a {
	color: #0099cc;
}

#nav tr td a:hover {
	color: #FF9933;
}


/* Footer */
#footer {
	padding: 0px 0 0 0;
}

#center {
	background-position: center;
}
//

