*{
	margin: 0;
	padding:0;
	}

body{
	background: #18191b fixed;
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x;
	color: #eee;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	word-wrap: break-word;	/* IE */
}

#sidebar{
	position:absolute;
	top: 112px;
	left:20px;
	width: 640px;
	z-index:2;
}

* html div#sidebar  { top: 0px; left:20px;	width: 640px; position:absolute; }

#content {
	margin: 160px 10% 5em 690px;
	float:left;
	display:inline;
	clear:both;
	position:relative;
	width:400px;
	z-index:1;
}

/*#cog1 { margin-top:8px; }


/****************HEADER PROPERTIES********************/

:focus { -moz-outline-style: none; }


#topborder{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width:1100px;
	height: 100px;
	background-color: #333333;
	z-index: 3;
	padding-right:20px;
}

#small-logo {
	display: inline;
	float:right;
	width:100px;
	padding-left:0px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}

#contact-info {
	display: inline;
	float: right;
	position: relative;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 240px;
}

.contact-info {
	font-family: Verdana, Geneva, sans-serif;
	text-align:right;
	font-size: 9pt;
	letter-spacing: 0.3pt;
	color: #777777;
	text-transform: uppercase;
	font-weight:bold;
}

.contact-info a {
	color: #09F;
	font-weight: bold;
}

.contact-info a:hover {
	text-decoration:underline;
	color: #09F;
}

/*--------------TOP NAV-----------------*/

#top_nav {
	display: inline;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
	padding-left:20px;
	margin-top:80px;
}

#top_nav a {
	color:#444;
}

#top_nav a:hover {
	color:#CCC;
}



/* typography
----------------------------------------------- */

p {
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 12pt;
}
p.lead { font-size: 10pt; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 9pt;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 8pt;
	margin-bottom: 1em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #333333;
	}


h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 18pt; }
h1 a { color:#fff; border: none; }
h1 em{ color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 12pt;
	letter-spacing: 0.4pt;
	color: #33F;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 10pt;
	letter-spacing: 0.2pt;
	color: #CCCCCC;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
	

a{
	font-weight: bold;
	color: #09F;
	text-decoration: none;
	}

a img{ 	border: none;}

small{ font-size: 0.8em; }

fieldset{ border: none; }

.highlight {
	color: #33F;
	font-weight: bold;
}

.highlight2 {
	color: #333;
	font-weight: bold;
}

.highlight3 {
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #33F;
}

/* content
----------------------------------------------- */
#content ul{
	margin-left: 0px;
	text-transform: uppercase;
}
#content ul li{
	list-style: none;
	padding: 0 0 0 8px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	}
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 11pt; color: #fff;}
.download li em{ font-style: normal; color: #FF6600; }



/* misc
----------------------------------------------- */

.section {
	padding: 10px;
}

.section-heading {
	padding-top:10px;
	padding-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	text-transform:none;
	color: #FFF;
}

.section-info {
	padding-top:10px;
	padding-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-transform:none;
	color: #FFF;
	font-weight: bold;
}

.section2{
	width: 360px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #33F;
}

.first{ border-top: none; }

.thumbnail{
	padding: 10px 10px 10px 10px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-top: 7px;
	}	

.thumbnail-info {
	float:left;
	width:250px;
	padding:5px;
	padding-left:10px;
}

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

.allard1 {
	font-size: 8pt;
	letter-spacing: 0.3pt;
	color: #777777;
	text-transform: uppercase;
	font-weight:bold;
}

.allard2 {
	font-size: 8pt;
	letter-spacing: 0.3pt;
	color: #666666;
	text-transform: uppercase;
	font-weight:normal;
}

.allard3 {
	font-size: 8pt;
	letter-spacing: 0.3pt;
	color: #666666;
	font-weight:normal;
	text-transform: none;
}
.allard4 {
	font-size: 9px;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-transform: none;
}
/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

