/* CSS Document */

body
{
margin:auto;
background-attachment: scroll;
background-image:url(images/main_bg.jpg);
background-repeat:repeat-x;
background-color:#6C0000;
}

.text1 
{
color:#818181;
font-family:lucida sans;
font-size:15px;
}


.text2 
{
color:#C60000;
font-family:lucida sans;
font-size:15px;
font-weight:bold;
}

.text3
{
color:#FFA704;
font-weight:bold;
font-family:lucida sans;
font-size:15px;
}

.img_border
{
border:1px solid #AF0000;
}

#container
{
width:892px;
height:100%;
margin-top:39px;
margin-left:auto;
margin-right:auto;
margin-bottom:0;
background-color:#FFFFFF;
}

#header
{
height:259px;
width:100%;
background-color:#ffffff;
}

/*Navbar------------------------------*/
#navbar
{
height:50px;
width:100%;
}

#btn1
{
width:125px; 
height:44px;
float:left;
margin-left:15px !important;
margin-left:8px;
}

#btn1 a
{
width:125px; 
height:44px;
display:block;
position:relative;
background-image:url(images/btn_home.jpg);
}

#btn1 a:hover 
{
background-position: 0 -44px;
}

#btn2
{
width:125px; 
height:44px;
float:left;
margin-left:15px;
}

#btn2 a
{
width:125px; 
height:44px;
display:block;
position:relative;
background-image:url(images/btn_contact.jpg);
}

#btn2 a:hover 
{
background-position: 0 -44px;
}

#btn3
{
width:125px; 
height:44px;
float:left;
margin-left:15px;
}

#btn3 a
{
width:125px; 
height:44px;
display:block;
position:relative;
background-image:url(images/btn_gallery.jpg);
}

#btn3 a:hover 
{
background-position: 0 -44px;
}

#btn4
{
width:125px; 
height:44px;
float:left;
margin-left:15px;
}

#btn4 a
{
width:125px; 
height:44px;
display:block;
position:relative;
background-image:url(images/btn_menus.jpg);
}

#btn4 a:hover 
{
background-position: 0 -44px;
}

#btn5
{
width:125px; 
height:44px;
float:left;
margin-left:15px;
}

#btn5 a
{
width:125px; 
height:44px;
display:block;
position:relative;
background-image:url(images/btn_about.jpg);
}

#btn5 a:hover 
{
background-position: 0 -44px;
}

#btn6
{
width:125px; 
height:44px;
float:left;
margin-left:15px;
}

#btn6 a
{
width:125px; 
height:44px;
display:block;
position:relative;
background-image:url(images/btn_quotations.jpg);
}

#btn6 a:hover 
{
background-position: 0 -44px;
}

#navbar span
{
  display: none;
}

#company
{
width:100%;
height:177px;
background-image:url(images/ex_catering_logo.jpg);
background-repeat:no-repeat;
margin-left:15px;
margin-top:0px;
}
/*-----------------------------------------------*/

#curved
{
width:100%;
height:26px;
background-image:url(images/curved_edge.jpg);
background-repeat:no-repeat;
}

#main_header
{
width:860px;
height:233px;
background-image:url(images/header_bg.jpg);
background-repeat:repeat-y;
text-align:center;
margin-left:16px;
}

#wrapper_main
{
height:566px;
width:100%;
background-color:#FFFFFF;
}

#divider
{
height:12px;
width:860px;
background-color:#999999;
margin:auto;
}

#content1
{
height:272px;
width:892px;
background-color:#FFFFFF;
}

#left_pic
{
width:261px;
height:100%;
float:left;
background-color:#FFFFFF;
}

#main_text
{
width:631px;
height:100%;
float:right;
background-color:#FFFFFF;
}


#content2
{
width:100%;
height:281px;
background-color:#ffffff;
}

#box1
{
width:477px;
height:278px;
margin-left:16px !important;
margin-left:7px;
border:2px solid #CFCFCF;
float:left;
}

#box1 img 
{
margin-left:10px;
}

#box2
{
width:357px;
height:278px;
margin-left:16px;
border:2px solid #CFCFCF;
float:left;
}


#footer
{
height:40px;
background-color:#999999;
color:#FFFFFF;
}

#footer_links
{
height:200px;
background-color:#999999;
color:#FFFFFF;
}

#footer li
{
display:inline;
list-style:none;
padding-right:5px;
text-decoration:none;
}

#footer a, #footer li
{
color:#FFFFFF;
font-family:"Arial", Helvetica, sans-serif;
font-size:12px;
}

#footer a:hover
{
color:#C60000;
}


