/*******

Avrem Technologies, LLC
Robert Merva, Owner
http://www.avrem.com

CSS tested on, but not limited to: 800x600, 1074x768, 1280x800, IE 6&7 (with PNG errors) and Firefox

*********/


/******* ENTIRE PAGE ELEMENTS AND TEXT FORMATTING *********/
body { 
	font-family: Arial, sans-serif;
	margin: 0;
	font-size: .8em;
	color: #000000;
	background: #FFFFFF;
}

p { 
	margin: 0;
	padding: 0 0 10px 0;

}

h1 {	
	font-size: 1.8em;
	letter-spacing: .03em;
	color: #3A3939;
	margin-top: 0;
	margin-bottom: 0;
}


h2{	
	font-size: 1.4em;
	letter-spacing: .03em;
	color: #3A3939;
	margin-top: 0;
	margin-bottom: 0;
}


h3, .bookmark {
	font-size: 1.2em;
	letter-spacing: .03em;
	color: #3A3939;
	margin-top: 0;
	margin-bottom: 0;
}

b { 
	margin: 0px;
	font-weight: bold;
	color: #3A3939;
}

hr { 
	background: #CCCCCC;
	padding: 1px;
	border: 0px;
}


a {color: #38C002; text-decoration: none; background-color: transparent;}
a:hover {color: #38C002; text-decoration: underline; background-color: transparent;}



/******* PAGE LAYOUT *********/
#container {
	width: 800px;
	padding: 0;
	margin: 0 auto 0 20px;
	text-align: center;
	clear: both; 
}

#top {display: none;}

#banner {display: none;}



/******* MAIN NAVIGATION *********/
#navigation {display: none;}

#navigation a    {
	padding: 5px 45px 5px 5px;
	text-decoration: none;
	color: #000000;
	border-bottom: 4px solid #CCCCCC;
}

#navigation a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 4px solid #4BC51A;
}

#navigation a.active {
	text-decoration: none;
	color: #000000;
	border-bottom: 4px solid #4BC51A;
}


/******* OTHER ELEMENTS *********/
.full_content, .content { 
	width: 800px;
	margin: 25px 0px 10px 0;
	text-align: justify;
	float: left;
	line-height: 1.7em;
}

.column {display: none;}


.left { 
	width: 290px;
	margin: 20px 10px 10px 0;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
	float: left;
}


.right { 
	width: 290px;
	margin: 20px 0 10px 10px;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
	float: right;
}

.full_left_col { 
	width: 375px;
	margin: 20px 10px 10px 0;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
	float: left;
	line-height: 1.7em;
}

.full_right_col { 
	width: 375px;
	margin: 20px 0 10px 10px;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
	float: right;
	line-height: 1.7em;
}


/******* CLIENT AREA *********/
.control_column {display: none;}

.control_column p {
	border-bottom: 1px solid #CCCCCC;
	margin-top: 10px;
    line-height: 1.6em;
}

.control_content { 
	width: 550px;
	margin: 25px 15px 50px 10px;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
	float: right;
}

/******* DECORATIONS *********/
.portfolio_img {
	width: 100px;
	height: 100px;
	background: #EEEEEE;
	text-align: center;
	padding: 5px;
	border: none;
	margin: 5px 10px 5px 10px;
}

.portfolio_img:hover {
	width: 100px;
	height: 100px;
	background: #AAAAAA;
	text-align: center;
	padding: 5px;
	border: none;
	margin: 5px 10px 5px 10px;

}

.mainport {
	background: #eeeeee;
	text-align: center;
	padding: 5px;
	border: none;

}


.quote { background: url(../images/leftquote.gif) no-repeat top left; font-style: italic; padding: 10px 0px 0 35px;}
.quote p {  background:  url(../images/rightquote.gif) no-repeat 95% 90%; padding-bottom: 20px; padding-right: 35px; color: #000000; }

.icon {
	border: 0;
	vertical-align: text-top;
	padding-right: 5px;
}

.inset { 
	width: 450px;
	margin: 20px auto 5px 20px;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
}

textarea, input, select {
	padding: 2px; 
	margin: 0; 
	font: 1em Arial, sans-serif; 
	line-height: 1.5em;
	background: #FFFFFF; 
	color: #000000; /**body text**/
	border: 1px solid #AAAAAA;
}

.frame_content { 
	width: 590px;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
	float: left;
}

.meebo {
margin: 10px auto 10px auto;
text-align: center;
}


/******* FOOTER ELEMENTS *********/
#footer { 
	width: 800px;
	padding: 20px 0 10px 0;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	clear: both;
}
/******* END OF CSS *********/