/* Generic Elements */

body {
	font-family:Helvetica, Arial, Verdana sans-serif;
	font-size:12px;
	color:#131313;
	background-color:#000000;
	background-image:url(../images/bkgrnd.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
h1, h2, h3 {
	margin:15px 0px;
	line-height:16px;
}
h2 {
	font-size:18px;
	font-weight:bold;

	padding-bottom:3px;
	border-bottom: 1px dotted #dc0000;
}
h3 {
	font-size:16px;
	font-weight:bold;

}

h4 {
	font-size:28px;
	font-weight:bold;

	padding:4px;	
}
p {
	margin:15px 0px;
	line-height:1.45em;
	font-size:.99em;
}
a {
	color:#262626;
	font-weight:bold;
	text-decoration:none;
	font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
}
a:hover {
	color: #c20001;
}
a img {
	border:1px solid #E1E1E1;
}
ul.normal {
	list-style-type:disc;
	list-style-position:inside;
	margin-left:15px;
}
ol.normal {
	font-weight:bold;
	list-style-type:decimal;
	list-style-position:outside;
	margin:0 10px 10px 26px;
}

.redBox {
	background-color: #e1e1e1;
	color:#323232;
	padding:4px;
	border: 1px solid #bbbbbb;
	text-align:center;
	margin: 5px 0px 40px 0px;
}

/* Generic Classes */

.off {
	display:none;
}
.hide {
	visibility:hidden;
}
.clear {
	clear:both;
}
.threeColumn {
	width:32%;
	text-align:left;
	float:left;
}
.twoColumn {
	float:left;
	width:48%;
	text-align:justify;
}
.thumbnails img {
	border: 2px solid #E1E1E1;
}

/* Specific Classes */

.navlinks:after {
	content:" | ";
}


/* Main Navigation */

#mainNav {	
	height:30px;
	width:830px;
	background-image: url(../images/nav_bar.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:50px;
	border:2px solid #e1e1e1;
}

#mainNav ul {
	margin: 0px;
	padding: 0px;
}
#mainNav ul li,
#mainNav ul li a {
	margin: 0px;
	padding: 0px;
	display:inline !important;
	background-repeat: no-repeat;
	text-decoration: none;
	height:30px !important;
	float:left;
}

a.about {
	background-image: url(../images/nav_about.jpg);
	width:84px;
}
a.about:hover {
	background-image: url(../images/nav_abouthov.jpg);
}
a.samples {
	background-image: url(../images/nav_samples.jpg);
	width:99px;
}
a.samples:hover {
	background-image: url(../images/nav_sampleshov.jpg);
}
a.demos {
	background-image: url(../images/nav_demos.jpg);
	width:89px;
}
a.demos:hover {
	background-image: url(../images/nav_demoshov.jpg);
}
a.casestudy {
	background-image: url(../images/nav_casestudy.jpg);
	width:124px;
}
a.casestudy:hover {
	background-image: url(../images/nav_casestudyhov.jpg);
}
a.contact {
	background-image: url(../images/nav_contact.jpg);
	width:108px;
}
a.contact:hover {
	background-image: url(../images/nav_contacthov.jpg);
}

/* Specific Elements */

#mainContainer {
	width:835px;
	margin: 0px auto;
	padding:20px;
	position:relative;
	padding-bottom:35px;
	background-color:#ffffff;
	border-left:2px solid #E1E1E1;
	border-right:2px solid #E1E1E1;
}

#topNav {
	text-align:right;
	position:absolute;	
	top:20px;
	right:5px;
	
}

#topNav li {
	display:inline;
	margin-right:6px;
	border-right:1px solid #e1e1e1;
	padding-right:10px;
}

#logo {
	margin:-10px 0px 5px -10px;
}

#mainHeader {
	height:149px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	margin:15px 0px -2px 0px;
	border:2px solid #e1e1e1;
	width:830px;
}

#footerContainer {
	font-size:10px;
	text-align:center;
	position:fixed;
	_positon:absolute;
	bottom:0px;
	width:100%;
	background:#1c1c1c;
	border-top:1px solid #4F5158;
	color:#888888;
	padding:6px 0;
	font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
}

#footerContainer a {
	color:#888888;
	font-size:10px;
}

#footerContainer a:hover {
	color:#ffffff;
}