@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}
body{
font-family:Arial, Helvetica, sans-serif;
}
.wrapper{
width:890px;
margin:auto;
}

#left{
width:312px;
float:left;
}

#right{
width:578px;
float:right;
}

#logo{
width:312px;
height:276px;
background:url(../images/logo.png) no-repeat;
}

#header{
width:578px;
height:225px;
background:url(../images/head.gif) no-repeat;
}
#menu {
width:578px;
height:35px;
}
#menu ul{
list-style:none;
}
#menu li{
float:left;

}
#menu a{
display:block;
height:35px;
margin:0 0 0 1px;
}
#menu1{
width:96px;
background:url(../images/menu1.gif) no-repeat;
margin:0!important
}
#menu2{
width:95px;
background:url(../images/menu2.gif) no-repeat;
}
#menu3{
width:96px;
background:url(../images/menu3.gif) no-repeat;
}
#menu4{
width:143px;
background:url(../images/menu4.gif) no-repeat;
}
#menu5{
width:144px;
background:url(../images/menu5.gif) no-repeat;
}
#menu a:hover, #menu .active{
background-position:bottom;
}
/*-------------CONTENT------------------*/
#photos{
width:290px;
float:left;
}
#photos img{
border:1px solid #333333;
margin:5px 0;
}
a img {
border:none;
}
.content{
width:250px;
float:right;
padding:15px;
background:url(../images/BG.jpg) right repeat-y;
}
.bigContent{
width:546px;
float:right;
padding:15px;
}
.largeContent{
width:860px;
float:left;
padding:15px;
}
h1{
color:#8dc63f;
font-size:18px;
text-align:center;
}
.content p, .bigContent p, .largeContent p, .content ul, .bigContent ul, .largeContent ul, .content ol, .bigContent ol, .largeContent ol{
font-size:14px;
padding:5px 0;
color:#58585a;
}
.content a, .bigContent a, .largeContent a{
color:#ec008c;
font-size:13px;
font-weight:bold;
}
.green{
font-weight:bold;
color:#8dc63f;
}
.orange{
font-weight:bold;
color:#fcb040;
}
.pink{
font-weight:bold;
color:#EC008C;
}

.pinki{
font-style:italic;
color:#EC008C;
}

/*--------------FOOTER-------------*/
#footer{
width:890px;
height:50px;
background:url(../images/footer.jpg) repeat-x;
clear:both;
}
#leftF{
width:350px;
float:left;
}
#leftF p{
font-size:11px;
color:#999999;
font-weight:bold;
text-align:center;
}
#leftF a{
color:#999999;
text-decoration:none;
}
#rightF{
width:520px;
float:right;
}
#rightF p{
text-align:center;
font-size:11px;
font-weight:bold;
line-height:35px;
}
#rightF a{
color:#58585a;
text-decoration:none;
padding:0 5px;
}

/*-----------TESTIMONIALS--------------------*/
.testimonial{
width:75%;
display:block;
border:2px solid white;
clear:both;
padding:3px 8px;
margin:10px 0;
}
.clear{
clear:both;
}
.leftBox{
float:left;
}
.rightBox{
float:right;
}
.lightGreenBox{
border-color:#D6DF22;
}
.greenBox{
border-color:#8DC63F;
}
.lightOrangeBox{
border-color:#FCB040;
}
.orangeBox{
border-color:#F3712E;
}
.pinkBox{
border-color:#EC008C;
}

/*-------------Contact-FORM-------------*/
.contactForm{
width:350px;
margin:auto;
}
.contactForm td{
font-size:14px;
padding:2px 4px 2px 0;
color:#58585a;
vertical-align:top;
}
