@charset "utf-8";


html {
	overflow: -moz-scrollbars-vertical;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.twoColFixLtHdr #container { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 
.twoColFixLtHdr #header { 
	background: url(../images/header.png) no-repeat #000;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:700px;
	height:98px;
	margin:0;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-10000px;
}

.twoColFixLtHdr #header2 { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:700px;
	height:153px;
	margin:0 0 5px 0;
} 

.twoColFixLtHdr #header2 h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-10000px;
	float:left;
}

.twoColFixLtHdr #news_scroll {
	background: #000;
	width:700px;
	height:33px;
	margin: 0;
	padding:0;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #000;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin:0;
	height:100%;
	background:#000;
}

.twoColFixLtHdr #sidebar1 #logo{
	width: 130px;
	height:130px;
	padding: 0;
	margin:15px 0 0 3px;
	background:url(../images/logo.png) no-repeat #000;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:540px;
	height:100%;
} 

.twoColFixLtHdr #content{
	margin:10px 0 0 10px;
	padding:0;
	font-size:1em;
	height: 100%;
}

.twoColFixLtHdr #content #flash_stencil{
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
}


#content #haircut_vouchers{
	float:left;
	margin:5px;
	padding:0;
	height:110px;
	width:110px;
	background:url(../images/voucher_back.png) no-repeat;
	color:#000;
}

#content #paypal{
	float:left;
	margin:5px;
	padding:0;
	height:110px;
	width:110px;
	background: url(../images/paypal.png) no-repeat;
	color:#000;
}

#content #haircut_vouchers h4{
	margin:0;
	padding:16px 0 0 0;
	display:block;
	font-size:9px;
	text-align:center;
	color:#fd0505;
	
}

#content #haircut_vouchers p{
	margin:0;
	padding:5px;
	display:block;
	font-size:9px;
	text-align:center;

}

#content #haircut_vouchers a{
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	outline:none;

}

#content #haircut_vouchers a:visited{
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;

}

#content #haircut_vouchers a:hover{
	text-decoration:none;
	color:#000;

}

.voucher_button{
	margin:0;
	padding:0;
	text-align:center;
	height:20px;
	font-weight:bold;
}

#loyalty_card{
	background:url(../images/loyalty_card.png) no-repeat;
	width:220px;
	height:220px;
	float:left;
	margin: 0 20px 0 0;
}
.noOutline {
	outline:#000;
}

.twoColFixLtHdr #content h3{
	font-size: 100%;
	margin:0px;
	padding:10px 10px 0 10px;
	color:#fd0505;
}

.twoColFixLtHdr #content p{
	font-size: 80%;
	margin:0px;
	padding:10px;
}

.twoColFixLtHdr #content a{
	color:#FFF;
	text-decoration:none;
}

.twoColFixLtHdr #content a:visited{
	color:#FFF;
	text-decoration:none;
}

.twoColFixLtHdr #content a:hover{
	color:#fd0505;
	text-decoration:none;
}

.twoColFixLtHdr #content #pricelist ul{
	list-style-image:url(../images/list_image.png);
}

.twoColFixLtHdr #content #pricelist ul li{
	margin:5px 0 10px 10px;
	padding:0;
	
}

.twoColFixLtHdr #news_container{
	margin:10px 10px 10px 10px;
	padding:0;
	font-size:1em;
	height:100%;
}

.twoColFixLtHdr #news{
	margin:10px 10px 10px 10px;
	padding:0;
	font-size:1em;
	width:150px;
	float:left;
	
}

.twoColFixLtHdr #news h4{
	font-size: 80%;
	margin:0px;
	padding:10px 0 0 25px;
	color:#fd0505;
	background:url(../images/list_image.png) 10px 12px no-repeat;
	display:block;
}

.twoColFixLtHdr #news_title{
	margin:10px 0 0 10px;
	padding:0;
	font-size:1em;
	height: 100%;
}

.twoColFixLtHdr #news_title h3{
	font-size: 100%;
	margin:0px;
	padding:10px 10px 10px 10px;
	color:#fd0505;
}

.twoColFixLtHdr #news_content{
	margin:10px 0 10px 10px;
	padding:0;
	font-size:1em;
	height: 100%;
	border: 1px dashed #FFF;
}

.twoColFixLtHdr #news_content h3{
		font-size: 80%;
	margin:0px;
	padding:10px 0 0 25px;
	color:#fd0505;
	background:url(../images/list_image.png) 10px 12px no-repeat;
	display:block;
}

.twoColFixLtHdr #news_content p{
	font-size: 80%;
	margin:0px;
	padding:10px;
}

.twoColFixLtHdr #news_content a{
	color:#FFF;
	text-decoration:none;
}

.twoColFixLtHdr #news_content a:visited{
	color:#FFF;
	text-decoration:none;
}

.twoColFixLtHdr #news_content a:hover{
	color:#fd0505;
	text-decoration:none;
}

.twoColFixLtHdr #news p{
	font-size: 70%;
	margin:0px;
	padding:10px;
}

.twoColFixLtHdr #news a{
	color:#FFF;
	text-decoration:none;
}

.twoColFixLtHdr #news a:visited{
	color:#FFF;
}

.twoColFixLtHdr #news a:hover{
	color:#fd0505;
}

/*Contact Form*/

#contact_form {
	position:relative;
	width:400px;
	margin: 10px 0 0 20px;
	padding: 20px;
	background:#000;
	border: 1px solid #fd0505;
	}

#form_table {
	width:450px;
	height:300px;
	text-align:left;
	color:#fd0505;
	margin:10px 0 20px 20px;
	padding:20px;
	
}

.cell_width {
	width: 150px;
	height:40px;
	margin: 0 0 10px 0;
}

.cell_width2 {
	width: 150px;
	height:120px;
	margin: 0 0 10px 0;
}

.row {
	margin: 0 0 10px 0;
	height:50px;
}

.input_boxes {
	margin: 5px 0 5px 0;
}

/*End Form */


.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/red_bottom_new.png) no-repeat #000;
	height:33px;
	margin:5px 0;
	width:700px;
} 

.twoColFixLtHdr #footer p {
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 50px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:70%;
	text-transform:uppercase;
}

.twoColFixLtHdr #footer a {
	color:#FFF;
	text-transform:lowercase;
	text-decoration:none;
}

.twoColFixLtHdr #footer a:visited {
	color:#FFF;
}

.twoColFixLtHdr #footer a:hover {
	color: #000;

}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}