body {

	background: #E3DBCA url(/images/body-bg.jpg) repeat-y center top;
	margin:0px;
	border:0px;
	font-family: Arial;
	font-size: 12px;
	line-height:20px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

h1 {
	font-family: Arial;
	border-bottom:solid 1px #f7b56b;
	border-left:solid 10px #f7b56b;
	padding:10px 10px 10px 10px;
}

h2 {
        font-family: Arial;
        padding:10px 10px 10px 10px;
}


img {
	padding:0px;
	margin:0px;
	border:0px;
}

a {
	text-decoration:none;
	color:#FF6C4F;
}

ul.errors {
	margin:0px;
}

input.text {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
color:#464646;
font-family:Arial;
font-size:12px;
margin-bottom:5px;
overflow:hidden;
padding:4px;
width:300px;
}

textarea.text {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
color:#464646;
font-family:Arial;
font-size:12px;
margin-bottom:5px;
overflow:hidden;
padding:4px;
width:300px;
height:150px;
overflow:auto;
}

.submit {
background:none repeat scroll 0 0 #F7B56B;
border:0 none;
color:#FFFFFF;
cursor:pointer;
font-weight:bold;
margin-bottom:0;
padding:3px 4px 5px;
cursor:pointer;
}

.submit:hover {
	background:#282b2d;
}

div.main-menu {
    position: relative;
    width: 980px;
    height: 64px;
   background: #F3F3EC;
   
}

div.main-menu .menu-container {
    position: absolute;
    top: 25px;
    width: 960px;
    padding-right: 20px;
	float:left;
    
}

div.menu-container a {
	float:left;
	display:block;
	width:130px;
	text-align:center;
	height:25px;
	padding:5px 0px 0px 0px;
	font-size:14px;
	color:#ffffff;
	margin-right:5px;
	background:#595959;
}

div.menu-container a:hover, div.menu-container a.active {
	background:#f7b56b;
}

div.feeling {
    width: 980px;
    height: 266px;
    position: relative;
    background: #ffffff url(/images/head1.jpg) no-repeat;
    border-bottom: 4px solid black;

}

div.feeling .fire {
    position: absolute;
    width: 41px;
    height: 19px;
    background: url(/images/head2.jpg) no-repeat;
    left: 26px;
    top: -19px;
}

.clearer {
    clear: both;
}

div.content-container {
    width: 980px;
    padding-top: 20px;
    background: #ffffff url(/images/content-bg.jpg) repeat-y;
    padding-bottom: 10px;
}

div.content-container .content-left {
    width: 820px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    background: #ffffff;
}

div.content-container .content-banner {
    width: 120px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;

}

div.main-footer {
    background: #F3F3EC;
    width: 980px;
    height: 64px;
    border-top: 1px solid black;
    padding-top: 10px;
}

div.main-footer .footer-element {
	padding:10px 10px 10px 10px;
}

div.main-footer .footer-menu {
	padding:10px 10px 0px 10px;
}

div.main-footer .footer-menu a {
	color:#000000;
}

div.main-footer .footer-menu a:hover, div.main-footer .footer-menu a.active  {
	color:#EF0E0E;
}

/*contactform*/
p#tip {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
    color: #4d4d4d;
    padding-bottom: 0px;
}

p#contact_paragraph {
    color: #636363;
    font-size: 15px;
}

form#contact_us {
    margin: 10px 0px 0px;
    float: left;
}

p.label_name, p.input_form {
    float: left;
}

p.label_name {
    width: 80px;
    clear: both;
    color: #000000;
    font-size: 12px;
    line-height: 24px;
	
}

#contact_us input, #contact_us textarea {
    width: 300px;
    background: #ffffff;
    border: 1px solid #cccccc;
    font-size: 13px;
    padding: 4px;
    margin-bottom: 5px;
    color: #464646;
	font-family: Arial;
	font-size: 12px;
	overflow:auto;
}

#contact_us input:focus, #contact_us textarea:focus {
    background: #ffffff;
    border: 1px solid #c4c4c4;
}

#contact_us input.button {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    background: url('../images/send.gif') no-repeat;
    padding: 5px 10px;
    display: inline-block;
    width: 103px;
    border: 0px;
    cursor: pointer;
    height: 36px;
    padding: 8px 10px 28px;
}

div#feedback {
    margin-top: 5px;
}

#contact_us input.button:focus {
    border: 0px;
}

p.error {
    display: none;
    padding: 5px 0px;
    color: #000000;
    background: #FFCCCC;
    text-align: center;
}

p.error ul#ul-error {
	margin:0px;
}

p#submit {
    text-align: right;
    float: left;
    width: 390px;
}

p#submit input {
    background: none;
}

p#submit .submit_button {
    background: #F7B56B;
    width: 70px;
    color: #ffffff;
    padding: 3px 4px 5px;
    margin-bottom: 0px;
    border: 0px;
	font-weight:bold;
	cursor:pointer;
}

p#submit .submit_button:hover {
    background: #282b2d;
}

p#success {
    display: none;
    padding: 5px 0px;
    color: #000000;
    background: #CCFFCC;
    text-align: center;
}

div.ad_container,div.message-box {
	margin-bottom:10px;
	padding:5px;
	background:#f9f9f9;
	min-height:60px;
	_height:60px;
}

div.ad_title {
	font-weight:bold;
}

