		* { margin: 0; padding: 0 }
		
		table {
			width: 100%;
			text-align: left;
			vertical-align: bottom;
		}
		
		td.right{
			text-align: right;
			float:none;
		
		}
		
		
		
		
		p { text-align: left; margin: 15px 0 }
		
		ul { font-size: 13px; line-height: 1em } 
		
		p a, li a { color: #fff; text-decoration: underline; font-weight: normal; }
		
		a:hover {text-decoration: none;}
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none; }
		
		img { border: 0 }
		
		h4 {font-weight:normal; font-size: 1.2em;}

		.left {float: left;}
		
		.right {float: right;}
		
		.center, .center p {text-align: center;}
		
		iframe {
			border: 0;
			overflow: hidden;
			padding: 0;
			margin: 0;
			width: 415px;
			height: 524px;
		}
				html {
			background-color: #3e4f71;
		}		
		body {
			font-family: "Century Gothic","Lucida Grande", Arial, sans-serif;
			background: #3e4f71 url(/images/css/repeat.png) repeat;
			color: #fff;
			text-align: center;
		}
		
		.smaller{
			font-size: .9em;
			letter-spacing: 2.5px;
		
		}
		
		#wrapper{
			margin: 20px auto 0;
			border: 15px solid #fff;
			width: 850px; 
		}
		
		
		
		#flashContainer {
			width:850px;
			height:200px;
		}
		
		/*.dropShadow {
			background: transparent url(/images/css/dropshadow.png) repeat-x;
			position: absolute;
			width: 850px;
			height: 21px;
			z-index: 1;	
		}*/
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 850px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 524px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			position: relative;
			width: 850px; /* Also specified in  .stripViewer  above */
			height:524px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			width: 850px;
			height: 30px;
			background: #c6e3ff url(/images/css/menubg.jpg) no-repeat scroll;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			height: 30px;
			list-style: none;
			width: 850px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 1.2em;
			letter-spacing: 2px;
			text-align: center;
			line-height: 30px;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li a:hover, .stripNav li a.current {
			color: #fff;
		}
		
		
		.post {
			letter-spacing: 2px;
			font-size: .8em;
			}
		
		.left.postContainer {
			margin: 0 0 0 15px; 	 
			width:405px; 		 
			}
			
		.right.postContainer {
			margin: 0 8px 0 0; 	 
			width:310px; 		 
			}	
		
		.title {
			text-align: left; 
			font-size: 1.6em; 
			}
		
		
		
		
		#homeContent { background: #fff url(/images/css/1home.jpg) no-repeat;}
				
		#homeContent .postContainer {
			margin-top: 190px;
		}				a#brazillianBlowout {
			display: block;			height: 66px;			width: 430px;			background: transparent url(/images/pages/home/BrazillianBlowout.gif) no-repeat 0 0;
		}				a#brazillianBlowout:hover {
			background: transparent url(/images/pages/home/BrazillianBlowout.gif) no-repeat 0 -66px;
		}		
		
		#aboutContent { background: #fff url(/images/css/2about.jpg) no-repeat;}		
		
		#aboutContent .left.postContainer {	 
			margin-top: 15px; 		 
			}	
				
		#aboutContent .right.postContainer {	 
			width:295px; 		 
			}	
		
		#aboutContent .sunni{
			margin: 170px 5px 0 0;
		}
		
		#aboutContent .tuan {
			margin: 90px 5px 0 0;
		}
		
		
		
		
		#specialsContent { background: #fff url(/images/css/4specials.jpg) no-repeat;}
		
		#specialsContent .postContainer {
			margin-top: 13px;
		}
		
		
		
		  
		#productsContent { background: #fff url(/images/css/5products.jpg) no-repeat;}
		
		#productsContent .postContainer {
			margin-top: 13px;
		}
		
		#portfolioContent { background: #fff url(/images/css/6portfolio.jpg) no-repeat;}
		
		#locationContent { background: #fff url(/images/css/7location.jpg) no-repeat;}
		
		#locationContent .left {
			margin-top: 15px;
			width:400px;
		
		}
		   
		#locationContent .south {
		    height: 240px;
			width: 400px;
		}
		
		#locationContent .north {
			margin: 30px 0 0 0;
			width: 400px;
		}   
		
		
		#contactContent { background: #fff url(/images/css/8contact.jpg) no-repeat;}
		#contactContent.test { background: #fff url(/images/css/8contact-test.jpg) no-repeat;}
		   
		#contactContent .contact {
			margin: 15px 0 0 0;
		}
		
		#contactContent .hours {
			margin: 55px 0 0 0;
		}   
		
		#contactContent .find {
		margin: 85px 0 0 0;
		}
		
		#contactContent .right.postContainer {
			width:395px;
			margin-top: 15px;
		}				#contactContent .form {
			margin-top: 80px;
		}				#contactContent .form div {			margin: 10px 0;
		}				#contactContent .form div.clear { margin: 0; }				#contactContent .form div.first {
			margin-top: 30px;
		}				#contactContent .form label {
			font-weight: bold;
		}				#contactContent .form input, #contactContent .form textarea {			border: none;			font-family: "Century Gothic","Lucida Grande", Arial, sans-serif;			font-size: 1.2em;			line-height: 1.7em;			width: 280px;
		}				#contactContent .form input#send {			width: 75px;			height: 36px;
			background: transparent url(/images/css/send.jpg) no-repeat 0 0;			text-indent: -9999px;
		}				#contactContent .form input#send:hover {			background-position: 0 -36px;
		}
		
		#servicesContent .title {
			margin-top: 18px;
			text-align: center;
			margin-bottom: 10px;
		
		}
		
		#servicesContent { background: #fff url(/images/css/3servicesBlank.jpg) no-repeat;}
		
			
			#servicesContent .left.postContainer {	 
			width:425px;
			margin: 22px 0 0 0;
			font-size: .7em; 		 
		}	
		
		
		
		#servicesContent .right.postContainer {	 
			width:425px;
			margin: 22px 0 0 0;
			font-size: .7em;
		}	
		
		
		.servicesTitle  {
			font-size: 1.7em;
			letter-spacing: 11px;	
			line-height: 15px;
		}
		

		
		#servicesContent li {
			list-style: none;
			text-align: left;
			margin-left: -12px;
		}
		
		
		
		#servicesContent .notes p {
			text-align: center;
			font-size: .9em;
			letter-spacing: 1px;
			margin-top: 1px;
		}
		
		#servicesContent .header p {
			text-align: center;
			margin-top: -7px;
			margin-bottom: 10px;
		}
			
		#servicesContent .yonka {
			border-spacing: 0 15px;
			margin-bottom: -10px;
			margin-top: -10px;
		}
		
		
		#servicesContent .post {
			margin-bottom: -3px;
			letter-spacing: 4px;
		}				.clear {
			clear: both;
		}
#footer {
	width: 890px;	margin: 0 auto;	padding: 10px 0 20px 0;
}a#oniLogo {
	background:transparent url(/images/css/oniLogo.png) no-repeat scroll 0 0;
	display:block;
	height:25px;
	width:140px;	float: right;
}
a#oniLogo:hover {
	background:transparent url(/images/css/oniLogo.png) no-repeat scroll 0 -26px;}

