/* CSS DOCUMENT */
body
{
background-image: url("../images/background2.jpg");
background-repeat: repeat-x;
background-color: #000000;
margin: 0px;
text-align: center;
font-family: arial, helvetica, geneva;
font-size: 14px;
}

img { border: 0px;}

.wrapper
{
margin: 0px auto;
background-image: url("../images/content-bg.png");
background-repeat: repeat-y;
width: 975px;
}

.head
{
margin: 0px auto;
background-image: url("../images/header-bg.jpg");
background-repeat: no-repeat;
width: 975px;
text-align: left;
}

#phone { float: right;}

.menu
{
margin: 0px auto;
background-image: url("../images/menu-bg.png");
background-repeat: no-repeat;
height: 60px;
width: 975px;
overflow: auto;
text-align: left;
font-size: 16px;
}

.menu ul {list-style-type: none; margin-top: 25px; margin-left: 25px;}
.menu ul li { display: inline; margin: 0px; padding: 0px;}
.menu ul li a, .menu ul li a:active { border-right: 1px solid #ABABAB; padding: 6px; color: #333333; text-decoration: none; font-weight: bold; font-size: 15px;}
#end { border: 0px;}
.menu ul li a:hover { color:#000000; }

.content{ overflow: auto;}

.main {
float: right; 
width: 650px;
margin-right: 35px;
text-align: left;
color: #333333;
}

.main p {font-size: 12px; line-height: 16px; text-align: justify;}
.main h1 {font-size: 18px;}
.main h2 {font-size: 16px;}
.main h3 {font-size: 14px;}
.main h4 {font-size: 12px;}
.main h5 {font-size: 12px;}
.main h6 {font-size: 12px;}

.main ul {}
.main ul li {}

.sidebarTop
{
margin: 10px 0px 0px 35px;
padding-top: 8px;
padding-left: 20px;
background-image: url("../images/sidebar-top.jpg");
background-repeat: no-repeat;
height: 15px;
width: 247px;
font-weight: bold;
font-size: 18px;
text-align: left;
color: #333333;
}

.sidebar {
min-height: 120px;
margin: 0px 0px 0px 37px;
background-image: url("../images/sidebar-bg.jpg");
background-repeat: no-repeat;
background-position: bottom;
background-color: #FFFFFF;
width: 239px;
border-left: 2px solid #e9d8d8;
border-right: 2px solid #e9d8d8;
overflow: auto;
font-size: 16px;
}

.sidebar ul 
{ 
margin: 10px 0px 0px 0px;
padding: 0px;
text-align: left;
list-style-type: none;
}



.sidebar ul li 
{
margin: 0px 0px 0px 0px;
padding-top: 5px;
padding-bottom: 6px;
border-bottom: 1px solid #E5DDDA;
height: 24px;
}



.sidebar ul li:hover
{
background-color: #000000;
}

.sidebar ul li a, .sidebar ul li a:active
{
margin: 0px 0px 0px 16px;
font-size: 12px;
text-decoration: none;
color: #666666;
}

.sidebar ul li a:hover
{
color: #ffffff;
}


.sidebarBottom
{
margin: 0px 0px 0px 35px;
background-image: url("../images/sidebar-bottom.jpg");
background-repeat: no-repeat;
height: 15px;
width: 247px;
}

.leftBottom
{
float: left;
margin: 10px 0px 0px 35px;
width: 240px;
overflow: hidden;
height: 100%;
}

.divider 
{
margin: 0px auto;
background-image: url("../images/content-bottom.png");
background-repeat: no-repeat;
height: 35px;
width: 975px;
}

.divider hr { display: none; }


.footerTop
{
margin: 0px auto;
background-image: url("../images/footer-top.png");
background-repeat: no-repeat;
height: 26px;
width: 975px;
}

.footer
{
margin: 0px auto;
padding: 0px;
background-image: url("../images/footer-bg.png");
background-repeat: repeat-y;
width: 975px;
overflow: auto;
color: #dddddd;
font-size: 10px;
}

.footer p { margin: 0px; padding: 0px; }

.footerBottom
{
margin: 0px auto;
background-image: url("../images/footer-bottom.png");
background-repeat: no-repeat;
height: 26px;
width: 975px;
}

.quickContact
{
min-height: 220px;
margin: 0px 0px 0px 37px;
background-image: url("../images/sidebar-bg.jpg");
background-repeat: no-repeat;
background-position: bottom;
background-color: #FFFFFF;
width: 239px;
border-left: 2px solid #e9d8d8;
border-right: 2px solid #e9d8d8;
overflow: auto;
font-size: 16px;
}

.quickContact ul 
{ 
margin: 15px 0px 0px 35px;
padding: 0px;
text-align: left;
list-style-type: none;
overflow: show;
width: 180px;
}



.quickContact ul li 
{
margin: 0px 0px 3px 0px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 0px solid #E5DDDA;
font-size: 10px;
color: #666666;
overflow: show;
width: 100px;
}
