ns/* reset */
@font-face {
	font-family: 'DeliciousBold';
	src: local('Delicious'), local('Delicious-Bold'), url('deliciousbold.ttf') format('truetype');
}

@font-face {
	font-family: 'DeliciousRoman';
	src: local('Delicious'), local('Delicious-Roman'), url('deliciousroman.ttf') format('truetype');
}

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}

fieldset,img{
    border:0;
}

html{
    height:100%;
    margin-bottom:1px;
}

body{
    position:relative;
}

:focus{
    outline:none;
}

/* links */
a{
    color:#66CC00;
    text-decoration:none;
    font-family:"DeliciousRoman", Arial, Helvetica, sans-serif;
}

a:hover{
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6{
    font-family:"DeliciousBold", Arial, Helvetica, sans-serif;
    line-height:100%;
    color:#000;
    margin:0px;
}

h1{
    font-size:300%;
    color:#000;
}

h2{
    font-size:30px;
    color:#fff;
}

h3{
    font-size:22px;
    color:#fff;
}

h4{
    font-size:23px;
    color:#000;
}

h5{
    font-size:150%;
    color:#000;
}

h6{
    font-size:125%;
    color:#000;
}

/* page setup */
/*  background:#efefef url(../images/page_bg.png) 50% 0 repeat-x;*/
body{
    background:#efefef 50% 0 repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    line-height:170%;
    color:#fff;
    font-size:12px;
}

/* wrapper setup */
div.rapidxwpr{
    margin:auto;
    width:801px;
}

/* header */
div#header{
    position:relative;
    height:92px;
    margin:0px 0px 0px 1px;
    background:url(../images/headerbg.png) 0 0 no-repeat;
    padding:51px 0px 0 32px;
}

/* logo */
div.logo{
    border:0;
    margin:5px 0 0 0;
    width:265px;
    float:left;
}

/* main body setup */
div#middle{
    width:auto;
    margin:0px 0px 0px 0px;
    clear:both;
    background:url(../images/middile_bottom.png) 0 100% no-repeat;
    padding:0 0 15px 0;
    margin:0 0 11px 0;
}

div.middle_bg{
    background:url(../images/middile_bg.png) 0 0 no-repeat;
    padding:20px 59px 40px 35px;
    color:#000;
}

/* left column */
div#left{
    width:211px;
    float:left;
    padding:0px 0px 0px 0px;
}

/* content column */
div#main{
    width:auto;
    margin:0px 0px 0px 256px;
    padding:0px 0px 0px 0px;
}

div#mainmiddle{
    margin:0px 0px 0px 0px;
}

/* footer */
div#footer{
    width:auto;
    padding:16px 165px 40px 35px;
    clear:both;
    background:url(../images/footer_bg.png) 0 0 no-repeat;
    overflow:hidden;
}

/* clearing & floating */
.clearingfix:after{
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix{
    display:block;
}

.floatbox{
    overflow:hidden;
}

/* topmenu */
div#topmenu{
    float:right;
    width:280px;
}

div#topmenu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
}

div#topmenu ul li{
    float:left;
    display:block;
    padding:0 9px 0 0;
}

div#topmenu ul li a{
    display:block;
    height:30px;
    padding:0 11px 0 0;
}

div#topmenu ul li a span{
    color:#FFF;
    display:block;
    height:30px;
    padding:0 0 0 11px;
    text-transform:uppercase;
    font-family:"DeliciousRoman", Arial, Helvetica, sans-serif;
    line-height:30px;
    font-size:15px;
}

div#topmenu ul li a:hover, div#topmenu ul li.active a{
    background:url(../images/menu_right.png) 100% 0 no-repeat;
    text-decoration:none;
}

div#topmenu ul li a:hover span, div#topmenu ul li.active a span{
    background:url(../images/menu_left.png) 0 0 no-repeat;
    text-decoration:none;
}

/* topmenu */
div.featured{
    background:url(../images/featured_bg.png) 0 100% no-repeat;
    padding:0px 30px 2px 1px;
    margin:0 0 0 1px;
    overflow:hidden;
}

div.featured_title{
    padding:22px 0 17px 33px;
    font-family:"DeliciousBold", Arial, Helvetica, sans-serif;
    font-size:15px;
    background:#000;
    margin:0 0 0 1px;
}

div.featured_title h3{
    padding:0 0 7px 0;
}

div.featured_left{
    position:relative;
    width:535px;
    float:left;
}

div.tabs{
    font-family:"DeliciousRoman", Arial, Helvetica, sans-serif;
    font-size:22px;
    background:url(../images/tabs_bg.png);
    width:509px;
    position:absolute;
    top:0;
    left:0;
    padding:15px 0 13px 26px;
}

/* about us */
div.about_us{
    float:right;
    width:207px;
}

div.about_us h2{
    padding:0 0 5px 0;
}

div.about_us a{
    font-size:15px;
    color:#FFF;
}

/* quote */
div.quote{
    background:url(../images/details_box.png) 0 0 no-repeat;
    height:88px;
    margin:9px 0 10px 1px;
    padding:26px 31px 0 35px;
}

div.text{
    width:558px;
    font-size:22px;
    line-height:30px;
    float:left;
    font-family:"DeliciousRoman", Arial, Helvetica, sans-serif;
}

a.button{
    background:url(../images/button.png) 0 0 no-repeat;
    width:106px;
    display:block;
    font-size:17px;
    font-weight:bold;
    color:#FFF;
    padding:6px 0 7px 10px;
}

div.quote a{
    float:right;
    margin:20px 0 0 0;
}

div.worked ul{
    margin:0px;
    list-style:none;
}

div.worked ul li{
    width:175px;
    float:left;
    display:block;
    padding:0 50px 10px 0;
}

div.worked ul li a{
    font-size:18px;
    color:#000;
    font-weight:bold;
}

/* copyright */
div.copyright{
    width:465px;
    border-right:#383737 1px solid;
    padding:25px 28px 18px 0;
    color:#676767;
    font-size:11px;
    float:left;
}

div.copyright h3{
    color:#676767;
}

div.footer_menu{
    padding:12px 0 0 33px;
    float:right;
    border-left:#343131 1px solid;
    width:73px;
}

div.footer_menu ul{
    margin:0px;
    list-style:none;
}

div.footer_menu ul li{
    padding:0 0 12px 0;
}

div.footer_menu ul li a{
    color:#676767;
    font-size:15px;
    font-weight:bold;
}

/* content */
div.content{
    background:url(../images/content_bg.png) 0 100% no-repeat;
    padding:0 0 5px 1px;
    overflow:hidden;
}

div.left_content{
    width:221px;
    background:url(../images/content_left_bg.png) 0 0 repeat-x;
    padding:36px 20px 0 25px;
    color:#000;
    float:left;
}

div.viedo_box{
    margin:0 0 14px 0;
}

div.left_content h2{
    color:#000;
    font-size:27px;
    padding:0 0 9px 9px;
}

div.left_content h3{
    font-size:20px;
    background:url(../images/content_left_title.png) 0 0 no-repeat;
    padding:6px 0 6px 9px;
    font-weight:normal;
}

/* mid content */
div.mid_content{
    width:221px;
    background:url(../images/mid_content.png) 0 0 repeat-x;
    padding:36px 22px 0 25px;
    color:#000;
    float:left;
}

div.mid_content h2{
    color:#000;
    font-size:27px;
    padding:0 0 9px 9px;
}

div.mid_content h3{
    font-size:20px;
    background:url(../images/mid_title.png) 0 0 no-repeat;
    padding:6px 0 6px 9px;
    font-weight:normal;
}

/* right content */
div.right_content{
    width:222px;
    background:url(../images/content_right.png) 0 0 repeat-x;
    padding:36px 24px 0 20px;
    color:#000;
    float:left;
}

div.right_content h2{
    color:#000;
    font-size:27px;
    padding:0 0 9px 9px;
}

div.right_content h3{
    font-size:20px;
    background:url(../images/content_right_title.png) 0 0 no-repeat;
    padding:6px 0 6px 9px;
    font-weight:normal;
}
/* gallery boxes */
ul.boxes {
	display: block; 
	margin: 0 5px; 
	padding: 0; 
	list-style-type: none;
}
		
ul.boxes li {
	float: left; 
    margin: 10px 10px 0 0;  
	padding: 0; 
	width: 190px; 
	height: 175px;
	border: none;
}
ul.boxes li.last {margin-right: 0;}
		
ul {
	list-style: none;
}
li {
	list-style: none;
	}



/* entourage */
div.entourage{
    padding:0 0px 0 9px;
    line-height:17px;
}

div.entourage a{
    font-size:15px;
    font-weight:bold;
}

div.entourage ul{
    margin:0px 0 0 0;
    list-style:none;
}

div.entourage ul li{
    padding:15px 0px 0px 0;
    clear:both;
}

div.entourage ul li a{
    font-size:18px;
    color:#000;
    font-weight:bold;
}