﻿body
{
    background-color: #FFFFFF;
    margin-top: 0px;
    font-family: Verdana;
    line-height: 25px;
    font-size: 12px;
    text-align: justify;
}
#page
{
    margin: auto;
    width: 1000px;
    background-position: left top;
    background-color: White;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-image: url( '../img/pageBg.jpg' );
}

#page #logo
{
    float: left;
    width: 550px;
    height: 110px;
    margin-top: 6px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url( '../img/logo.png' );
    margin-left:25px;
}



#page #helpLine
{
    float: right;
    width: 399px;
    height: 100px;
    margin: 5px;
    margin-right: 20px;
}
/*background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url('../img/CallNow.png' );
	background-position: right center;
#page #helpLine span
{
    font-family: Impact;
    font-size: 14px;
    text-align: left;
    color: #ff8a12;
    letter-spacing: 1px;
    margin-left: 20px;
}
*/
#menu
{
    clear: both;
    background-image: url( '../img/btncenter.jpg' );
    background-repeat: repeat-x;
}

.middle
{
    background-image: url( '../img/middmidle.jpg' );
    background-repeat: repeat-x;
    background-color: White;
    clear: both;
}
.middle p
{
    font-family: Verdana;
    line-height: 20px;
    font-size: 12px;
    text-align: justify;
}
#contant
{
    width: 970px;
    padding: 10px;
}


#contant h1
{
	color: #800000;
    font-family: Lucida Calligraphy;
    font-size: 20px;
    font-weight: bold;
  
    margin-top: 0px;
    /*color: #800000;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
    margin-top: 0px;*/
}
#contant h2
{
    color: #ff8a12;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    font-variant: small-caps;
}
#contant p
{
    font-family: Verdana;
    line-height: 20px;
    font-size: 12px;
    text-align: justify;
}
#contant .ppp
{
    font-family: Verdana;
    line-height: 20px;
    font-size: 12px;
    text-align: justify;
    padding: 0px 15px 15px 15px;
}
#contant .services
{
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url( '../img/bullet.gif' );
    background-position: left center;
    margin-left: 10px;
}
#contant .services a
{
    color: #800000;
    padding-left: 18px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.service1
{
    color: #800000;
    padding-left: 18px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}
#contant .services a:hover
{
    color: Black;
}



/*<!-- ------------------------------------------------ --*/
#contantcom
{
    width: 750px;
    padding: 10px;
    float: left;
}
#contantcom h1
{
    color: #3fb2ff;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
}
#contantcom h2
{
    color: #ff8a12;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    font-variant: small-caps;
}
#contantcom p
{
    font-family: Verdana;
    line-height: 20px;
    font-size: 12px;
    text-align: justify;
}
#contantcom .ppp
{
    font-family: Verdana;
    line-height: 20px;
    font-size: 12px;
    text-align: justify;
    padding: 0px 15px 15px 15px;
}
#contantcom .services
{
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(   '../img/bullet.gif' );
    background-position: left center;
}
#contantcom .services a
{
    color: #3fb2ff;
    padding-left: 18px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

#contantcom .services a:hover
{
    color: Black;
}

.sidebar
{
    margin-left: 10px;
    margin-top: 20px;
    float: left;
    width: 200px;
}
#footer
{
    margin: auto;
    width: 1000px;
    height: 50px;
    background-color: White;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-image: url('../img/btncenter.jpg' );
    text-align: center;
    background-position: center top;
    line-height: 25px;
    font-family: Verdana;
    font-size: 10px;
}
#footer a
{
    text-decoration: none;
    color: #000;
    font-family: Verdana;
    font-size: 10px;
}
#footer a:hover
{
    color: Gray;
}



/* Field Set */

fieldset
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid brown;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 10px;
}
fieldset:hover
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid black;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}
legend
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: Maroon;
}
legend:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

h2
{
    margin-bottom: 0px;
    padding-left: 10px;
    padding-top: 10px;
}
/*End ******/
/* menu */
urbangreymenu
{
    width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar
{
    font: bold 13px Verdana;
    color: white;
    background: #606060 url(../img/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a
{
    text-decoration: none;
    color: white;
    display: block;
}

.urbangreymenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li
{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a
{
    font: normal 12px Arial;
    color: black;
    background: #E9E9E9;
    display: block;
    padding: 5px 0;
    line-height: 17px;
    padding-left: 8px; /*link text is indented 8px*/
    text-decoration: none;
}

.urbangreymenu ul li a:visited
{
    color: black;
}

.urbangreymenu ul li a:hover
{
    /*hover state CSS*/
    color: white;
    background: black;
}
/************ Our services *****************/
.menu2
{
    font: normal 15px Arial;
    color: black;
    background: #E9E9E9;
    display: block;
    padding: 5px 0;
    padding-left: 8px; /*link text is indented 8px*/
    text-decoration: none;
}
.menu2:hover
{
    color: white;
    background: gray;
}
p
{
    font-family: Verdana;
    line-height: 20px;
    font-size: 12px;
    text-align: justify;
    margin: 10px;
}
#services
{
}
#services ul
{
    list-style-type: square;
}
#services li
{
    font-family: Verdana;
    font-size: 12px;
    text-align: justify;
    margin: 10px;
}
#bMenu
{
    height: 78px;
    width: 999px;
    text-align: center;
    background-image: url(../bMenu/menu_bg.jpg);
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: left bottom;
    
}

#bMenu table
{margin-left: 2px;
}
#bMenu table td
{
    width: 125px;
    height: 78px;
    border-style: solid;
    border-color:#bde6fa; 
    border-width: 2px;
    border-top: solid 0px #bde6fa;
    text-align: center;
    vertical-align: bottom;
    font-size: 11px;
  
}
#bMenu table td:hover
{
    background-image: url(../bMenu/menu_bg1.jpg);
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: left bottom;
}
#bMenu table td a
{
    display: inline-block;
    width: 125px;
    height: 78px;
    text-decoration: none;
    color: Black;
}
#bMenu table td a:hover
{
    color: #800000;
}


#wrapper { width:460px; height:auto;}
.manu { width:300px; height:auto;}
.manu ul { list-style-type:none;}
.manu ul li { display:block; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}
.manu ul li a { background: url(../img/Red.png) left top no-repeat;
    color:White;
    display: block;
    float: left;
    font: bold 13px Arial,Helvetica,sans-serif;
    height: 25px;
    list-style: none outside none;
    padding-left: 7px;
    padding-top: 6px;
    width: 551px;
}
.manu ul li a:hover {
 background: url(../img/grey.png) no-repeat scroll left 50% transparent;
    color: Black;
    font: bold 13px Arial,Helvetica,sans-serif;}