/* GENERAL TAGS ***********************************************************/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	background: #B6B6B6;
	color: #666666;
}

h1 {
	height: 60px;
	margin-top: 0px;
}

h1 img {
	margin: 30px 8px;
	border: 0;
	float: left;
	background-image: url(images/logo.png);
	background-color: transparent !important;
}

p {
	margin: 0;
	padding: 5px 10px;
	overflow: visible;
}

.hideMe {display: none;}



/* NAVIGATION *************************************************************/

a {text-decoration: none;}

#nav {
	font-weight: bold;
	color: #666666;
}

li {
	display: block;
	padding: .1em 0;
	text-indent: 10px;
	list-style-type: none;
	font-size: 13px;
	height: 16px;
	padding-top: 1px;
	font-weight: lighter;
}

ul#nav li:hover {background: white;}

/* sort out standalone links in white */
ul#nav.highlight li a:hover, ul#nav.highlight li:hover {
	background: #CCCCCC;
	text-decoration: none;
}

ul {
	position: absolute;
	margin: -17px 0 0 0;
	padding: 0;
	cursor: default;
}

.clickable {cursor: pointer;}

.primary {
	width: 162px;
	margin-top: 1.5em;
}

.secondary {
	display: none;
	margin-left: 162px;
	width: 178px;
}

.tertiary {
	display: none;
	margin-left: 178px;
	width: 329px;
}

.tertiary li {cursor: pointer;}





/* CONTENT POSITIONING ****************************************************/

.copy {
	margin: 190px 0 0 162px;
}

.copy div {
	float: left;
	width: 174px;
	height: 271px;
	font-size: .9em;
	background: white;
	color: #666666;
	overflow: auto;
	margin-right: 4px;
}

.copy img {float: left;}

.navPicture {
	clear: left;
	margin: 0 0 0 178px;
	padding: 5px 0 0 6px;
	color: white;
}

.navPicture span {
	padding-right: 8px;
	cursor: pointer;
}

.navPicture span:first-child {
	font-weight: bold;
}






/* CONTENT SPECIFICS **********************************************/

#background {
	width: 945px;
	height: 593px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/background/clear.gif);
	overflow: visible;
	padding: 0 0 0 55px;
}

#background.backgroundHome {background-image: url(images/background/home.jpg);}

#Home {margin-top: 235px;}

div#Home p {
	color: white;
	font-size: 1em;
}

#AbouComp {margin-top: 300px;}

#AbouComp p, #Home p {
	font-size: .8em;
	width: 191px;
	float: left;
	margin: 0 39px 0 0;
	padding: 0;
}

#Cont {margin-top: 190px;}

#AbouAddr img {
	background-image: url(images/map.png);
	background-repeat: no-repeat;
}


#Cont p, #Cont address {
	font-style: normal;
	font-size: .8em;
	width: 140px;
	float: left;
	margin: 0 32px 0 0;
	padding: 0;
	color: white;
}

#Cont a {
	text-decoration: none;
	color: #59FF01;
}

#Cont a:hover {text-decoration: none;}

#Awar ul {
	margin-top: 80px;
	margin-left: 280px;
}

#Awar li {
	color: white;
	font-size: 75%;
}

#Awar li:hover {background: transparent;}

#Clie li:hover {background: transparent;}

#Clie ul {
	width: 250px;
	overflow: hidden;
	margin-top: 1px;
}

#Clie ul + ul {margin-left: 200px;}
#Clie ul + ul + ul {margin-left: 400px;}

a {color: white;}
a:hover {text-decoration: underline;}