﻿/* Common Styles */

.clear, .Clear{clear:both; height:0; line-height:0; font-size:0;}

/* Template */

body {color:#FFF436; font-size:62.5%; font-family:Arial, Verdana, Sans-Serif; background:#FFF100 url(../i/back.jpg) repeat-x;}
a {color:#FFF436; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}

#header{position:relative; width:940px; margin:auto; height:285px; background:url(../i/header.jpg);}

#menu{position:absolute; left:281px; top:210px; width:581px; height:45px;}
#menu li{float:left; width:116px;}
#menu li a{display:block; height:45px;}

#menu .welcome a{background:url(../i/menuWelcome.jpg) 0px 0px;}
#menu .welcome a:hover{background:url(../i/menuWelcome.jpg) 0px -45px;}
#menu .aboutUs a{background:url(../i/menuAboutUs.jpg) 0px 0px;}
#menu .aboutUs a:hover{background:url(../i/menuAboutUs.jpg) 0px -45px;}
#menu .activities a{background:url(../i/menuActivities.jpg) 0px 0px;}
#menu .activities a:hover{background:url(../i/menuActivities.jpg) 0px -45px;}
#menu .prices a{background:url(../i/menuPrices.jpg) 0px 0px;}
#menu .prices a:hover{background:url(../i/menuPrices.jpg) 0px -45px;}
#menu .contactUs a{background:url(../i/menuContactUs.jpg) 0px 0px;}
#menu .contactUs a:hover{background:url(../i/menuContactUs.jpg) 0px -45px;}
#menu .active a{background-position: 0px -45px;}

#mainWrapper{width:940px; min-height:370px; margin:auto; background:#5C803B url(../i/mainBack.jpg) no-repeat;}
#main{width:870px; margin:auto;}
#mainBottom{width:940px; height:79px; margin:auto; background:url(../i/mainBottom.gif);}

#footer{width:840px; margin:auto; margin-top:8px; color:#D7AD07; font-weight:bold;}
#footer a{color:#D7AD07; text-decoration:none;}

/* Common Styles */

#page{}
.rightIMG{float:right; width:320px; margin-left:20px;}
.content{font-size:1.5em; line-height:1.2em;}
.address{font-size:1.6em; line-height:1.2em; width: 100%; text-align: center; margin-top: 10px;}
.contentRight{float:right; width:680px;}
.title{margin-bottom:10px;}

#subMenuWrapper{float:left; width:170px; margin-right:20px;}
#subMenu{}
#subMenu li{margin-bottom:1px;}
#subMenu a{display:block; padding:5px 15px 5px 5px; color:#F5FFAB; font-size:1.4em; font-weight:bold; text-decoration:none; background:url(../i/subMenuItemBack.jpg);}
#subMenu a:hover{background:url(../i/subMenuItemHoverBack.jpg);}

/* Forms */

.ssForm{width:500px; margin-top: 15px;}
.ssForm field{}
.ssForm textBox{}
.ssForm .row{zoom:1; border:solid 2px #CCD8B0; margin-bottom:4px; background:#99b35a repeat-y right top;}
.ssForm .question{float:left; width:184px; font-size:1.1em; margin:10px;}
.ssForm .inputWrapper{float:right; width:276px; margin:7px;}
.ssForm .inputBorder{background:white; padding:3px;}
.ssForm .textBox input{width:260px; height:14px; padding:2px 5px; color:white; font-size:1em; border:none; background:#5C7F3B url(../i/formTextBoxBack.gif) repeat-x left top; }
.ssForm .textArea textarea{width:265px; padding:2px 0 2px 5px; color:white; font-family:Segoe UI; font-size:1em; border:none; background:#5C7F3B url(../i/formTextBoxBack.gif) repeat-x left top;}
.ssForm .dropDownList select{width:270px; padding:2px 0 2px 5px; color:white; font-family:Segoe UI; font-size:1em; border:none; background:#5C7F3B;}
.ssForm .errorMsgWrapper{display:none;}

.ssForm .error .row{zoom:1; color:#990000; border:solid 2px white; margin-bottom:4px; background:#FAEBED url(../i/formRowBackError.gif) repeat-y right top;}
.ssForm .error.textBox input{background:#D20000 url(../i/formTextBoxBackError.gif) repeat-x left top;}
.ssForm .error.textArea textarea{background:#D20000 url(../i/formTextBoxBackError.gif) repeat-x left top;}
.ssForm .error.dropDownList select{background:#D20000;}
.ssForm .error .errorMsgWrapper{display:block; height:20px; padding:2px 0 8px 23px; margin-top:5px; background:url(../i/errorMessageIcon.gif) no-repeat;}
.ssForm .error .errorMsg{}
.ssForm .buttonRow{text-align:center; padding:3px;}

.ssForm .buttonRow .btnSend a{display:block; width:173px; height:60px; margin: 5px auto 5px auto; background:url(../i/button_sendmessage.gif) no-repeat 0px 0px;}

