html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
margin: 10px 0;
background-color: #666666;
background-image: url(images/bg_main1.jpg);
background-repeat: repeat-x;
}

table td p {
font-family:Tahoma,Verdana,Arial,sans-serif; 
font-size: 12px; 
color: #505050; 
line-height:1.3;
}

li {
padding-bottom:8px;
}

ul {
padding-left:10px;
margin-left:10px;
margin-bottom:12px;
}

ol {
margin-bottom:12px;
}

#wrapper {
width:980px;
margin:auto;
font-family:Tahoma,Verdana,Arial,sans-serif; 
font-size: 12px; 
color: #505050; 
line-height:1.3;
text-align:left;
}

/* HEADER */

#header {
height:85px;
background-color:#311100;
}

/* TOP NAV */

#topnav {
background-color:#612002;
background-image:url(images/bg_topnav.jpg);
background-repeat:repeat-x;
height:34px;
line-height:normal;
padding-top:17px;
padding-left:20px;
}

#topnav ul {
list-style:none; 
margin:0px; 
padding:0px;
}

#topnav li {
font-size:14px; 
float:left;
padding:0;
background:url(images/bg_navlist.gif) no-repeat;
background-position:0 5px;
}

#topnav li.first {
background:none;
padding-left:0;
}

#topnav li a, #topnav li a:link, #topnav li a:active, #topnav li a:visited {
text-decoration:none; 
color:#FFFFFF; 
display:block;
padding:0 18px 0 18px;
}

#topnav li a:hover{
color:#FF6600;
}

#topnav li a.on {
color:#FF6600;
}


/* CONTENT */

#homemain {
height:357px;
background-color:#FFFFFF;
background-image:url(images/bg_home.jpg);
background-repeat:no-repeat;
padding:158px 30px 0 508px;
}

#contentmain {
background-color:#FFFFFF;
padding:25px 35px;
}

.special {
border:dashed 1px #333333;
width:500px;
padding:10px;
text-align:center;
font-size:16px;
color:#333333;
background-color:#EFEFEF;
}

.photos img {
border:solid 1px #CCCCCC;
margin-right:10px; 
margin-bottom:10px;
padding:3px;
float:left;
}

.redken img {
margin-bottom:10px;
border:solid 1px #AAAAAA;
}

/* BOTTOM */

#bottom {
padding:20px 40px;
color:#FFFFFF;
background-color:#1B1B1B;
font-size: 12px; 
}

#bottom_col1 {
float:left;
width:260px;
line-height:2.2;
}

#bottom_col2 {
margin:0 292px 0 330px;
line-height:2.2;
}

#bottom_col3 {
float:right;
width:231px;
height:132px;
text-align:center;
padding:14px 20px 0 20px;
background-image:url(images/bg_address.gif);
background-repeat:no-repeat;
line-height:1.5;
margin-top:18px;
}

#bottom a:link, #bottom a:visited, #bottom a:active {
color:#FFFFFF;
font-weight:bold;
} 

#bottom a:hover {
color:#FFFFFF;
font-weight:bold;
} 

.keratin {
border:solid 1px #FFFFFF;
width:496px;
padding:4px 0;
background-color:#353535;
text-align:center;
margin-top:11px;
}

/* COMMON */

h1 {
color:#A2471C;
font-weight:bold;
font-size:16px;
padding-bottom:15px;
margin:0;
}

h2 {
color:#A2471C;
font-weight:bold;
font-size:14px;
padding-bottom:12px;
margin:0;
}

h3 {
color:#222222;
font-weight:bold;
font-size:13px;
padding-bottom:5px;
margin:0;
}

.floatleft {
float:left;
margin-right:20px;
margin-bottom:20px;
}

.floatright {
float:right;
margin-left:30px;
margin-bottom:20px;
text-align:right;
}

.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;
}

/* LINKS */
a:link, a:active {color: #FF6600; text-decoration:underline}
a:visited {color: #FF6600; text-decoration:underline} 
a:hover {color: #FF6600; text-decoration:none}


/* FORM */
form { margin-top: 0px; margin-bottom: 0px; padding: 0px }

input.box {	
background:#F5F5F5 url(images/bg_input.gif) left top no-repeat;
border:1px solid #bfbfbf;	
padding:2px;
padding-left:6px;
width:200px;
margin-bottom:10px;
font-family: Verdana,arial, helvetica; 
font-size:8pt;
}

input.box:hover {
border:solid 1px #888888;
}

textarea.box {	
background:#F5F5F5 url(images/bg_input.gif) left top no-repeat;
border:1px solid #bfbfbf;	
padding:2px;
padding-left:6px;
width:200px;
margin-bottom:10px;
font-family: Verdana,arial, helvetica; 
font-size:8pt;
}

textarea.box:hover {
border:solid 1px #888888;
}

select {
background:#F5F5F5 url(images/bg_input.gif) left top no-repeat;
border:1px solid #bfbfbf;	
padding:2px;
padding-left:6px;
font-family: Verdana,arial, helvetica; 
font-size:8pt;
margin-bottom:10px;
}