/* MAIN LAYOUT CLASSES */
#frame{
	position: absolute;
    left: 50%;
    width: 700px;
    margin-top: 0px;
    margin-left: -348px;       
}
#menubar{
	width:700px;
	height: 85px;
	background-image: url(../images/css/leo_tree_mini.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #CCCCCC;	
}
#menu{
	float: right;
	width: 335px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;	
 }
#smallcol{
	width: 170px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	color: #000000; 
	font-weight: normal; 
	font-size: 12px;

 
}

#smallcol .item{	text-align:  left}
#contentcol{
	width: 520px;
	float: left;
	text-align:justify;
}

#fullcoll{
	text-align:justify;
	width: 700;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	color: #000000; 
	font-weight: normal; 	
}

#leftcol{
	text-align:justify;
	width: 320px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	color: #000000; 
	font-weight: normal; 	
}
#rightcol{
	text-align:justify;
	width: 320px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	color: #000000; 
	font-weight: normal; 	
}

/* INDEX PAGE CONTENT */
#index_content{
	clear: left;
	float: left;
	text-align: justify;
	width: 335px;
	height: 320px;
	margin: 30px 0px 0px 0px;
	padding: 10px;		
}
#index_logo{
	float: right;
	background-image: url(../images/css/brighton.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 320px;
	text-align: left;
	margin-right: 20px;
	margin-top:20px;
}

/* SERVICES PAGE LAYOUT */

.services_item{
	float: left;	
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#webdesign{background-image: url(../images/bgonezero.gif)}
#networks{background-image: url(../images/bglightning.gif)}
#software{background-image: url(../images/bgcalc.gif)}
#repair{background-image: url(../images/bgdna.gif)}
/* CLIENTS PAGE LAYOUT */
#overview,#contact,#requirement,#final{
	margin: 5px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 30px;
}
#overview{width: 240px;background-image: url(../images/css/overview.gif);float:left}
#contact{width: 350px;background-image: url(../images/css/contact.gif);	}
#requirement{width: 240px;background-image: url(../images/css/requirement.gif);float:right}
#final{width: 480px;background-image: url(../images/css/final.gif);float:left;	}


/* REDEFINED TAGS */
body{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size : 76%;	
	background-color : #ffffff;
	text-align : center;color: #000000;margin: 0px;padding: 0px;line-height: 18px;} 

p {margin : 10px; } 
a {color : #006633; font-weight : normal; } 
a:hover {color: #006633;font-weight : normal;}
a img{ text-decoration: none; border: 0px }
strong{ color: #cc6666;}

/* HEADINGS */
h1,h2,h3,h4{
	margin : 10px 0px 0px 10px;	
	font-size:1em;	
	line-height: 20px;		
	font-family: "Trebuchet MS";
	text-align: justify; font-weight: normal;
}
h1{color : #006699;}
h2{color : #009966;}
h3{color : #3366CC;}
h4{color : #999966;}
h1.bgHeading, h2.bgHeading, h3.bgHeading,h4.bgHeading{background-repeat: repeat-x;letter-spacing: 0.075em;margin: 0px;color: #FFFFFF; font-weight: normal; padding-left:10px}
h1.bgHeading{background-image: url(../images/css/h1_bg.gif);}
h2.bgHeading{background-image: url(../images/css/h2_bg.gif);}
h3.bgHeading{background-image: url(../images/css/h3_bg.gif);}
h4.bgHeading{background-image: url(../images/css/h4_bg.gif);}

/* ERRONEOUS */
.clearboth {clear : both; } 
.errormsg{color: #FF0000;font-weight: bold;}
.nav {margin: 0px 0px 0px 30px;padding:0px;list-style: disc outside url(../images/css/pointer.gif);}
.nav li {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #666666;
}
.dropcap{float: left;width: .8em;font-size: 4em;line-height: 80%;}
.item{	
	border-bottom: 1px solid #CCCCCC;	
	padding: 5px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}