/* Print Style Sheet for Georgy's Salon */

html {
width:100%
}
body {
background: white;
font-size: 12pt;
}
img {
border: 0;
}

/* hide non-essential elements */
#nav, #shopAveda, #sidePhotos, #left {
display: none;
}


/* other page elements */

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, san-serif;
}
#gift span {
	display: none;
}
#box #slogan {
	background-image: url(img/slogan.gif);
	margin: 0px auto;
	padding: 0px 0px 15px;
	height: 160px;
	width: 275px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
#slogan span {
	display: none;
}

#cont {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B47D8F;
	background-color: #FFFFFF;
	display: block;
}

#btm-nav {
	height: 16px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	padding: 5px 0px 3px;
	width: 100%;
	clear: both;
}
.mmenu {
	font-size: 10px;
	font-weight: bold;
	color: #A20E11;
}
.mmenu .title {
	font-size: 12px;
	font-weight: bold;
	color: #A00A12;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.mmenu .bdy {
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#ftr {
	height: 228px;
	color: #999999;
	font-size: 10px;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
	line-height: 16px;
}
#btm-nav a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .1em;
}
#btm-nav a:hover {
	color: #FF9900;
}



#box #gift {
	background-image: url(img/gifts.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 211px;
	width: 280px;
}


#nav ul {
	background-image: url(img/nav_div.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#top {
	background-image: url(img/hdr.jpg);
	height: 25px;
	text-align: right;
	font-family: "Century Gothic", Arial;
	color: #FFFFFF;
	margin: 0px;
	padding-right: 15px;
}
#nav li {
	background-image: url(img/nav_div.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	margin: 0px;
}

#left {
	background-color: #FFFFFF;
	width: 180px;
	float: left;
	height: 400px;
}
#ind-cont {
	width: 825px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B47D8F;
	background-repeat: no-repeat;
	background-position: right 15px;
	background-color: #FFFFFF;
	background-image: url(img/splash2.jpg);
	display: block;
	height: 1000px;
}
#content {
	width: 100%;
	padding: 0px 0px 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-image: url(img/cont-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.red {
	color: #970013;
}

#main p {
	font-size: 11px;
	color: #333333;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	line-height: 18px;
	margin-bottom: 10px;
}
#main {
	display: block;
}
#main h2 {
	font-family: "Century Gothic", Helvetica;
	text-transform: uppercase;
	color: #830718;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DC4507;
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main h1 {
	font-family: "Century Gothic", Helvetica;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #F76609;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#chart td {
	font-size: 12px;
	color: #333333;
}




#main ul {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding: 0px 0px 0px 10px;
	display: block;
	list-style-position: inside;
	list-style-type: circle;
}


