﻿body
{
	font-family:Arial;
}
/*#################################NAVIGATION##################################*/
#divCssSelector
{
	z-index:5;
	position:absolute;
	top:10px;	
	background-color:White;
	font-size:0.75em;
	color:#A0A0A0;
}
#divCssSelector A
{
	color:#A0A0A0;
}
#divCssSelector A:visited
{
	color:#A0A0A0;
}
#divCssSelector A:hover
{
	color:#A0A0A0;
}

#divNav
{
	position:absolute;
	left:25px;
	top:40px;
	background-color:Transparent;
	color:Navy;
	z-index:3;
}
#divNav ul {
	background-color: white;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	font-family:Arial;
	font-size:0.75em;
	color: #000000;
}


#divNav li {
	list-style-type: none;
	padding: 0.25em 1em;
	display: inline;
	font-family:Arial;
	font-weight:bold;
	color: #A0A0A0;
}
#divNav li A {
	list-style-type: none;
	padding: 0.25em 1em;
	display: inline;
	font-family:Arial;
	font-weight:normal;
	color: #A0A0A0;
	text-decoration:underline;
}
#divNav li A:hover 
{
	text-decoration:underline;
}
#divNav li select
{
	font-family:Arial;
	font-weight:normal;
	color: #A0A0A0;
	text-decoration:none;
}
/*###################################BACKGROUNDS##############################*/
#divBackground
{
	background-repeat: no-repeat;
	height:600px;
	width:800px;
	position:absolute;
	left:0px;
	top:0px;	
}
#divRedBackground
{	
	display:none;
}
#divBusinessBackground
{	
	display:none;
	
}
#divPeopleBackground
{
	display:none;
}
#divLandscapesBackground
{
	display:none;
}

/*#############################About Page############################*/
#divAbout
{
	position:absolute;
	left:50px;
	top:80px;
	font-size:0.8em;
	font-weight:normal;	
	width:350px;
	color:#727272;
}
#divAbout h1
{
	font-size:1em;
	margin-bottom:0;
}
#divAbout a
{
	color:#727272
}
#divServicesText
{
	position:absolute;
	left:50px;
	top:70px;
	font-size:0.8em;	
	width:350px;
	color:#727272
}

#divServicesText ul 
{
	text-align: left;	
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin:0 0 0 0 ;
}
#divServicesText li
{
	list-style-type: none;
	padding: 0 0 0 0;
}
#divServicesText a
{	
	color:#727272;
}
#divServicesText h1
{
	font-size:1em;
	font-weight:bold;	
	margin-bottom:0;
}
#divWelcome
{
	position:absolute;
	left:50px;
	top:80px;
	font-size:0.8em;
	width:350px;
	z-index:9;
	color:#727272;
}
#divWelcome h1
{
	font-size:1em;
}
#divWelcome a
{
	color:#727272;
}
#divProducts
{
	position:absolute;
	left:50px;
	top:80px;
	font-size:0.8em;
	width:350px;
	color:#727272;
}
#divProducts ul 
{
	text-align: left;
	margin: 0 0 0 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#divProducts li
{
	list-style-type: none;
	padding: 0 0 0 0;
}
#divProducts img
{
	border:none;
}
#divProducts a img
{
	border:none;
}
#divProducts h1
{
	font-size :1em;
	font-weight:bold;
	margin-bottom:0;
}
#divProducts a
{
	color:#727272;
}
#divPortfolio
{
	position:absolute;
	left:50px;
	top:80px;
	font-size:0.8em;
	width:750px;
	color:#727272;
	z-index:9;
}
#divPortfolio h1
{
	font-size :1em;
	font-weight:bold;
}
#divPortfolio a
{
	color:#727272;
}
