/* --------------------      CSS    ------------------------*/
	tr {
		font:11px verdana, arial, helvetica, sans-serif;
		color:#333333;
		margin:0px;
		padding:0px;
		line-height: 18px;
	}
	p {
		font:11px verdana, arial, helvetica, sans-serif;
		line-height: 18px;
	}
	a {
		color: #993333;
		text-decoration: underline;
	}
	a:hover {
		text-decoration:none;
	}
	h1 {
		font:24px verdana, arial, helvetica, sans-serif;
		margin:0px 0px 0px 0px;
		padding:0px;
		font-weight:100;
		letter-spacing: 0ex;
	}
	h2 {
		font:16px verdana, arial, helvetica, sans-serif;
		margin:0px 0px 0px 0px;
		padding:0px;
		font-weight:100;
		letter-spacing: 0ex;
	}
	h3 {
		font:14px verdana, arial, helvetica, sans-serif;
		margin:0px 0px 0px 0px;
		padding:0px;
		font-weight:100;
		letter-spacing: 0ex;
	}		
	ul {
		font:11px verdana, arial, helvetica, sans-serif;
		line-height: 16px;
		list-style-type: square;
	}
	hr {
		color: none;
		border-bottom: 1px solid #ffffff;
		height: 1px;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		padding: 0px;			
	}


/* --------------------      Classes    ------------------------*/
	.smallBlack {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #000000;
	}
	#navMain {
		display: block;
		height: 34px;
		padding: 0px 6px 0px 6px;
		color: #C48A33;
		font-weight:normal;
		text-decoration: none;
		font-size:12px;
		cursor:hand;
		border-left:  1px solid #CCCCCC;		
		/*background : url(../images/nav_bg.gif);*/
	}
	#navMain:hover {
		/*background : url(../images/nav_bg_over.gif);*/
		background : #B7B590;		
		color: #ffffff;
		
	}	
	.surfaceTag {
		font-family: verdana;
		font-size: 8px;
		color: #cccccc;
		text-decoration: none;
		/*letter-spacing: 0.1ex;*/		
	}
	.surfaceTag:hover {
		color: #Cc480A;
		text-decoration: none;
	}
	.red {
		color: #CCOOOO;
	}
	.white {
		color: #ffffff;
	}
	.gray {
		color: #666666;
	}	
	.hrRed {
		color: none;
		border-bottom: 1px solid #cc0000;
		height: 1px;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		padding: 0px;
	}
	.BgStones {
		background-image: url(../images/BG_feminar_stones_trans.gif);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.BgWedding {
		background-image: url(../images/BG_wedding.jpg);
		background-repeat: repeat-y;
		background-position: 200px;
	}
	.BgHair {
		background-image: url(../images/BG_hair.jpg);
		background-repeat: repeat-x;
	}
	.BgMakeup {
		background-image: url(../images/BG_makeup.jpg);
		background-repeat: repeat-x;
	}
	.BgNewsletter {
		background-image: url(../images/BG_news.jpg);
		background-repeat: repeat-x;
	}
	.BgContact {
		background-image: url(../images/BG_contact.jpg);
		background-repeat: repeat-x;
	}		
	.imageFrame {
		border: 1px solid #cc9900;
	}
	#contactFrame {
		border-right: 1px solid #ffffff;
	}		
		
/* ------------------------------------  Form stuff -----------------------------------*/

	textarea.comBox {
		height: 150px;
		width: 390px;
		padding: 2px;

	}
	input.inputBox {
		height: 24px;
		width: 160px;
		padding: 2px;
		
	}
	input.sendButton {
		height: 26px;
		width: 80px;
		padding: 2px;
	}
	input.value {
		font-family: verdana;
		font-size: 7px;
	}
	input.checkBox {
		margin: 3px 0px 0px 3px;
		height: 16px;
		width: 16px;
	}	
