

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(/images/headerbg_orange.gif) repeat-x;
	color: #333333;	
	text-align: center;	
	background:#FFFFFF url(/images/tvds_body_bg.jpg) fixed center top repeat-x;	
}

/* links */
a {
	background: inherit;
	color: #0000FF; 
}
a:hover {
	background: inherit;
	color: #333333;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #333333;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #333333; 	
}	
#sidebar h1 {
	padding: 10px 0px 5px 30px;
	background: url(/images/square_arrow.gif) no-repeat 3px 12px;
	margin: 0;
	text-transform: uppercase;	
}

p, h1, h2, h3 {	
	
	margin: 10px 5px 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #0000FF;	
}
ul span, ol span {
	color: #333333;
}

/* images */


img {
	border:none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border:none;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #0000FF;
  border: 1px solid #0000FF;  
  border-left: 3px solid #0000FF;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #0000FF;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #0000FF;  
	font-weight: bold; 
}

/* form elements */

#thanks {
	width:485px;
	height:100px;
	border: 1px solid #999999; 
	background-color: #E3E3E3;
	padding:10px;

}
#thanks p {
	margin:10px;
	margin-bottom:3px;
	font-size:1.0em;
	
}
.error {
	color:#c00;
	margin:1px;
	font-weight:bold;
}
.eps {
	margin-bottom:5px;
}


form {
	margin:10px; padding: 0;
	border: 1px solid #999999; 
	background-color: #E3E3E3; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#333333;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
   width: 900px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 900px;	
}

/* header */
#header {
	position: relative;
	background: url() repeat-x 0 0;
	height: 113px;	
}



/* main column */
#main {
	float: left;
	padding: 0;
	width: 510px;	
	border-left: 0px solid #0000FF;
}

#main p{
	margin:5px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post-footer .date {
	background: url(/images/clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/images/page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */



/* start new stuff */
 ul.submenu,
ul.submenu {
  margin: 0 0 10px 0;
  padding: 0;
}

ul.submenu li,
ul.li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(/css/foo.gif); /* because IE is balls */
}

ul.submenu a,
ul.submenu li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 2px 7px 4px 28px;
}

ul.submenu li a {
  background: url(/images/bullet_u.gif) no-repeat 0% 52%; padding-left: 25px; }


ul.submenu a:hover {
  color: #666666;
  background: #F3F3F3 url(/images/bullet.gif) no-repeat 0% 52%; padding-left: 25px; }

 


/* end new stuff */



#sidebar {
	float: left;
	width: 195px;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 0px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	 background: url(/images/bullet_u.gif) no-repeat 0% 52%;  
	padding: 2px 5px 2px 20px;	
}

#sidebar ul.sidemenu li:hover {
  color: #666666;
  border-bottom: 1px solid #EFF0F1;
  background: #F3F3F3 url(/images/bullet.gif) no-repeat 0% 52%; 
  padding: 2px 5px 2px 20px; }


* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
	
}



/* rightbar */
#rightbar {
	float: right;
	width:195px;
	padding: 0;	margin: 0;	
	
}
#rightbar img{ text-align:center;	
	
}

/* footer_player */
#footer_player {
	clear: both;
	background: #FFF url(/images/footer_musicplayer.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 35px;	
}


/* footer */

#footer2 {
    width: 900px;
	clear: both;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 20px;	
}
#footer2 a {
	text-decoration: none;
	font-weight: bold;
}

#footer {
 width: 900px;
	clear: both;
	background: #FFF url(/images/footerbg.gif) repeat-x left top;
	border-bottom: 10px solid #FFFFFF;
	text-align: center;	
	height: 30px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 900px;/* 775px; */
	border: 1px solid #333333;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #333333;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(/images/menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #333333; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #0000FF;
}
#menu ul li#current a{
	color: #666666;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FF0000;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.orange { color: #FFA600; }


/* images hover borders */

#body #content { 
	float: none; 
	height: auto !important;
	
	width: 510px;
	background: #fff url(/img/content_shadow.png) no-repeat;	
	padding: 5px 0px 0 0px;
	margin-left:20px;
	}
#body #content ul.img { list-style-type: none; padding: 0; margin: 0; width: 100%; }	
#body #content ul.img:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#body #content ul.img li { float: left; margin-left: 10px; margin-bottom: 10px; padding: 0; background: transparent; }
#body #content ul.img li a { border: none; }
#body #content ul.img li img { border: 5px solid #333333; padding: 1px; }	
#body #content ul.img li a:hover img { border-color: #0000FF; }	



#glow { 
	float: none; 
	height: auto !important;
	margin-right:15px;
	background: #fff url(/img/content_shadow.png) no-repeat;	
	padding: 5px 0px 0 0px;
	
	}
#glow ul.img { list-style-type: none; padding: 0; margin: 0; width: 100%; }	
#glow ul.img:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
#glow ul.img li { float: left; margin-left: 10px; margin-bottom: 10px; padding: 0; background: transparent; }
#glow ul.img li a { border: none; }
#glow ul.img li img { border: 5px solid #333333; padding: 1px; }	
#glow ul.img li a:hover img { border-color: #0000FF; }	

/*OVER CODE HERE*/

#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;

}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}
/*OVER CODE END HERE*/







		/* Rollovers. */



	.moreInfo a:link, .moreInfo a:visited, .moreInfo a:hover, .moreInfo a:active {

		background: transparent url("/css/images/moreInfo.gif") no-repeat;

		width: 100%;

		height: 100%;

		display: block;

		}



	.moreInfo a:link, .moreInfo a:visited	{

		background-position: 0px 0px;

		}



	.moreInfo a:hover, .moreInfo a:active	{

		background-position: 0px -12px;

		}



.purchaseInfo {

	font-size: 1px;

	width: 82px;

	height: 12px;

	display: block;

	margin: 0 auto;

	}



.purchaseInfoUp {

	font-size: 1px;

	width: 82px;

	height: 12px;

	display: block;

	margin: 12px 0 80px 238px;

	}



		/* Rollovers. */



	.purchaseInfoUp a:link, .purchaseInfoUp a:visited, .purchaseInfoUp a:hover, .purchaseInfoUp a:active,

	.purchaseInfo a:link, .purchaseInfo a:visited, .purchaseInfo a:hover, .purchaseInfo a:active {

		background: transparent url("/images/purchaseInfo.gif") no-repeat;

		width: 100%;

		height: 100%;

		display: block;

		}



	.purchaseInfoUp a:link, .purchaseInfoUp a:visited,

	.purchaseInfo a:link, .purchaseInfo a:visited	{

		background-position: 0px 0px;

		}



	.purchaseInfoUp a:hover, .purchaseInfoUp a:active,

	.purchaseInfo a:hover, .purchaseInfo a:active	{

		background-position: 0px -12px;

		}









	/* Pimp Order Button. */



#orderButton {

	margin: 0 auto;

	width: 182px;

	height: 42px;

	}



		/* orderButton rollovers. */



	#orderButton a:link, #orderButton a:visited, #orderButton a:hover, #orderButton a:active {

		background: transparent url("/images/orderButton.gif") no-repeat;

		width: 100%;

		height: 100%;

		display: block;

		}



	#orderButton a:link, #orderButton a:visited	{

		background-position: 0px -42px;

		}



	#orderButton a:hover, #orderButton a:active	{

		background-position: 0px 0px;

		}

div.row_salon {
	overflow:hidden;
	width:510px;
	margin:0px 0px 10px;
	border:1px solid #fff; 
	background:#FFFFFF url(/images/girl_back.jpg) ; 
	background-repeat:no-repeat;
}

