@charset "UTF-8";

/* CSS Document RELIABLE PERMIT
------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Verdana;
	color:#999;
	font-size:12px;
	background:url(../images/bk.jpg) repeat-x;
	background-color: #2F4143;
}

p {
	padding: 0 0 14px 0;
	margin:0;
	font-size:12px;
}

a {
	color: #009A02;
	text-decoration:none;}

a:hover {color: #000000;}	
	
	
/* Layout container
------------------------------------------------------------- */
#container {
	margin:auto;
	width:959px;}
	
	

/* Header section 
------------------------------------------------------------- */
#logo {
	width:422px;
	height: 123px;
	float:left;
}	

#header {
	width:959px;
	height: 200px;
	background:url(../images/header.jpg);
	float:left;
	padding: 181px 0 0 0;
}
	
/* Code for the menus
------------------------------------------------------------- */
#menu {
	width:537px;
	height:79px;
	background:url(../images/menu1.jpg);
	float:left;
	padding: 44px 0 0 0;
}

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}
	
#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}	
	
#menu li a {
	float:left;
	height:55px;
	display:block;
	background-position:top;
	text-indent: -999999px;
	overflow: hidden;}
	
#menu li.home a{
	background-image: url(../images/menu/home.jpg);
	width: 93px;}
	
#menu li.about a{
	background-image: url(../images/menu/about.jpg);
	width: 110px;}
	
#menu li.services a{
	background-image: url(../images/menu/services.jpg);
	width: 108px;}
	
#menu li.order a{
	background-image: url(../images/menu/order.jpg);
	width: 88px;}
	
#menu li.contact a{
	background-image: url(../images/menu/contact.jpg);
	width: 138px;}

#menu li a:hover{
	background-position: center;}	
	
#menu li.selected a{
	background-position: bottom;}


/* Page Content
------------------------------------------------------------- */
	
#text {
	width:739px;
	height:100px;
	background:url(../images/text.jpg);
	float:left;
	padding: 0px 85px 0 135px;
}
	
#services {
	width:293px;
	height:186px;
	padding:17px 0 0 40px;
	background:url(../images/services.jpg);
	float:left;
	line-height: 20px;
}
	
#services a {
	color:#ccc;
	font-weight:bold;}

#services a:hover {
	color:#FECD2A;}
	
#order {
	width:264px;
	height:186px;
	padding:17px 30px 0 25px;
	background:url(../images/order.jpg);
	float:left;
}
	
#contact {
	width:272px;
	height:186px;
	padding:17px 10px 0 25px;
	background:url(../images/contact.jpg);
	float:left;
}

/* Footer area
------------------------------------------------------------- */
#footer {
	width:896px;
	height:48px;
	background:url(../images/footer.jpg) no-repeat;
	text-align:center;
	font-size:13px;
	padding:30px 20px 0 43px;
	float:left;
	color: #929695;
	margin: 0 -3px 0 0;
}
	
#footer a {
	color:#333;
	font-weight:bold;}

#footer a:hover {
	color:#000;}
	

	
/* Classes and styles
------------------------------------------------- */
h1 {
	font-size:16px;
	color:#fff;
	margin:0;
	padding:0 0 0 0;
	font-weight:normal;
	line-height: 22px;
}

h2 {
	font-size:20px;
	color:#0099CC;
	margin:0;
	padding:0 0 15px 0;
	font-weight: normal;
	line-height: 20px;
}

ul, li {
	padding:0;
	margin:0;}
	
li.check {
	color:#fff;
	font-size:12px;
	background:url(../images/check.jpg) no-repeat top left;
	padding:0 0 10px 25px;
	list-style:none;
	margin: 0;
}

.green{
	color:#3F9238;}
	
.yellow{
	color:#FECD2A;}
	
.darkGray {
	color:#6F7573;}

.imgBorder {
	border:5px solid #4F4F4F;
	margin:0 15px 0 0;
	float:left;}
	
.floatLeft {
	float:left;}
	
.floatRight {
	float:right;}
	

#articles a.button {
	float:left;
	display:block;
	width:114px;
	height:21px;
	text-align:center;
	color:#fff;
	background:url(../images/buttonbk.png);
	padding: 4px 0 0 0;
}

a.button {
	float:left;
	display:block;
	width:114px;
	height:21px;
	font-size:12px;
	text-align:center;
	color:#fff;
	background:url(../images/buttonbk.png);
	padding: 4px 0 0 0;
}

a.button:hover {
	color:#FECD2A;}
	
.phoneFooter {
	font-size:16px;}
Black Header {
	color: #000;
}

