* { margin:0; padding:0; }
ul { list-style-type: none; }

body 
{
	background-color: #272623;
	font-family:Tahoma;
}

.container
{
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 780px;
     height: 560px;
     margin-top: -280px; /* half of the height */
     margin-left: -390px; /* half of the width */
}
.nav
{
	width:165px;
	float:left;
	margin-top:359px;
	margin-left:33px;
	display:inline;
}
.nav li { margin-top:6px; }
.nav a 
{
	font-family: Helvetica, Arial;
	color:#b3b3b3;
	text-decoration:none;
	font-size:12px;
	/*font-weight:bold;*/
	/*letter-spacing: -0.8px;*/
}
.content 
{ 
	margin-top:155px;
	font-family: Helvetica, Arial;
	margin-right:70px;
}
.nav a:hover { color:white; }
.content p 
{ 
	color:#a9a9a9;
	font-size:14px;
	text-align:justify;
	word-spacing: -0.1em;
	line-spacing: 0.5em;
}
.content h2 { color:#b3b3b3; font-size:25px; letter-spacing: 2px;  }
.content h3 { margin-top:10px; padding-bottom:10px;font-size:15px; text-decoration:none; color:#b3b3b3; }
#footer { color:#a9a9a9; font-size:9px; position:absolute; top:540px; left:200px; }

/* page specific */
.link { font-size:15px; text-decoration:none; color:#b3b3b3; }
.link:hover { color:white; }
#products { padding-right:48px; margin-right:0; }
#products p { margin-left:10px; }
.products { padding-right:48px; margin-right:0; }
.products p { margin-left:10px; }

.products ul { list-style-type:disc; list-style-position: inside; }
.products li 
{ 
	color:#a9a9a9;
	font-size:14px;
	text-align:justify;
	word-spacing: -0.1em;
	line-spacing: 0.5em;
}
#careers { width:500px; float:left; }

#aboutus a { font-size:14px; text-decoration:none; color:#b3b3b3;   }
#aboutus a:hover { color:white; }
.gmaps { color:white; text-decoration:none; font-size:14px;  }
.gmaps_city 
{
	display:block;
	color:#a9a9a9;
	font-size:14px;
	text-align:justify;
	word-spacing: -0.1em;
	line-spacing: 0.5em;
	text-decoration:none;
} 
#clicklogo {  position:absolute; margin-top:35px; display:inline; left:0; }
#clicklogo a { width:296px; height:50px; display:block; }
#contact p { margin-left:0; }
