/*	E Kumar Shrestha
	Creative Web - Designer
	
	+977-9741099451
	email@shresthaekumar@gmail.com
	url: www.ekumar.com.np
-------------------------------------------------------------------------------- */
/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL browsers
	[2] Contains only resets and global styles
	[3] MEDIA = SCREEN

REVISION HISTORY:
	June 25 Thursday, 2011. v1.0. Under Construction.

STATUS OF THIS DOCUMENT:
	This is a working draft.

AUTHOR:
	Ayushman Shrestha
	shresthaekumar@gmail.com

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Aj Palmer Electrical. All Rights Reserved.
*/

/*
==================================
KILL THE DEFAULTS AND GLOBALIZE
==================================
*/

/* AJ PALMER ELECTRICAL CSS DOCUMENT */
body {
	background:url(../images/bg.jpg) repeat-x top #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
p
{
margin:0;
padding:0;
}
a
{
text-decoration:none;
}
#wrapper {
	margin:0 auto;
	width:1000px;
}
#top
{
float:left;
width:1000px;
padding-top:5px;
}
#logo {
	padding:0px 0 0 0;
	float:left;
	width:498px;
	height:120px;
}
#tel {
	float:right;
	width:400px;
	padding:0px 0 0 0;
	text-align:right;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}
#facebook {
	margin:0 2px 0 0;
	float:right
}

#nav {
	width:auto;
	float:left;
	margin-top:3px;
}
#nav li {
	float:left;
	height:20px;
	line-height:38px;
	border-right:1px solid #627a85;
	padding-top:10px;
	list-style-type:none;
	
}
#nav a {
	padding:0 26px;
	display:block;
	color:#294958;
	font-size:16px;
	font-weight:bold;
	margin-top:-15px;
	
}
#nav a:hover {
color:#eb4a00;
}


#content
{
width:980px;
float:left;
background-color:#ffffff;
margin-top:8px;
padding:10px;
}
#left
{
float:left;
width:630px;
line-height:20px;
text-align:justify;
padding:10px;
}
#banner {
width:620px;
height:345px;
float:left;
margin-bottom:10px;
background-image:url(../images/bannerbg.jpg);
background-position:bottom;
}
#banner img
{
border:#d0d0d0 3px solid;
}
#main
{
float:left;
}

#right
{
float:right;
width:300px;
background-color:#f1f1f1;
line-height:25px;
padding:10px;

}
#right li
{
list-style-image:url(../images/arrow.png);
}

#footerwrap {
float:left;
 width:980px;
 padding:10px;
 background-image:url(../images/fooerbg.png);
 background-position:top;
 background-repeat:no-repeat;
 padding-top:15px;
 
 }
h3,.contentheading
{
font-size:20px;
color:#eb4a00;
}
.design
{
float:right;
}
.copy
{
float:left;
}
li .item1
{
border:none;

}