/*
Theme Name: WebberWP
Theme URI: http://www.webber.biz/
Author: Ciprian Cucuruz
Author URI: http://ciprian.uk
*/
@font-face
{
    font-family: 'Trebuchet';
    src: url('trebuc.eot');
    src: local('Trebuchet MS'), url('trebuc.ttf') format('truetype'), url('trebuc.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { width:100%; height:100%; background:#ffffff url(images/circles.jpg) top center no-repeat; margin:0; padding:0;}

a {color: #f26600; text-decoration: none;}
a:hover {color: #ff6c00; text-decoration: underline;}

#spacertop { width:750px; height:20px; margin-left: auto; margin-right: auto; margin-top:75px; background:#ffffff;}

#holder { width:750px; min-height:400px; margin-left: auto; margin-right: auto; background:#ffffff url(images/menu_bkg.gif) top left repeat-y; }

#logo { float:right; width:200px; height:110px; padding:0; margin-top: -110px; }

#menu{ float:left; width:140px; height:350px; text-align:right; vertical-align:top;}

#menulist{ float:left; width:140px; list-style-type: none; margin:0px; padding:0px; }
.menuitems a { display:block; float:left; width:135px; font-family: Trebuchet, Helvetica, sans-serif; color:#696969; font-size:18px; line-height:17px; text-decoration:none;
transition: 0.2s;
-moz-transition: 0.2s;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
}
.menuitems a:hover { width:132px; color:#c43737; text-decoration:none; }
.menuitems .current_page_item a { color:#647c9b; font-size:21px; line-height:20px; text-decoration:none; }
.menuitems .current_page_item a:hover { width:132px; color:#c43737; text-decoration:none; }




#content { float:right; width:560px;  text-align:left; padding-top:110px; }
h1 { font-size: 16px; color: #727272; font-family: Tahoma, Helvetica, sans-serif; text-decoration: none; margin: 0px; }

.bodytext { font-size:14px; color:#727272; font-family: Tahoma, Helvetica, sans-serif; text-decoration:none; line-height:14px;}
#clearmain { clear: both; width:750px; height:1px;}

#footer { clear: both; width:750px; padding-top:20px; }
#footerimg{ float:left; width:185px; height:150px; margin-top:-150px; }
#footer_left{float:left; width:140px; height:25px; }
#footer_right{float:right; width:600px; height:25px; margin-left:10px;}
.footer { font-family: Tahoma, Helvetica, sans-serif; color:#aeaeae; font-size:10px; }

.allupper{ text-transform: uppercase;  }
.imageborder{ border : 1px solid #55585D; }
