/*
   main.css
   3D-Eye Home Mini-Site main template style sheet
   Written by D. Christopher Goodman for Eyemaginations.
   Created: 2008.03.13.16.36EDT
   Updated: 2008.03.21.16.01EDT
*/

/*Includes*/

/*Pseudo-Class Definitions*/

/*Element Definitions*/
body
{
   margin:0px;
   border:0px;
   padding:0px;
   background-color:#E0E1E3;
}

div
{
   margin:0px;
   border:0px;
   padding:0px;
}

img
{
   margin:0px;
   border:0px;
   padding:0px;
}

/*Class Definitions*/
.bold
{
   font-weight:bold;
}

.center
{
   margin-left:auto;
   margin-right:auto;
}

/*ID Definitions*/
#header
{
	height:60px;
	width:100%;
	background-color:#1C1C1C;
}

#insideHeader
{
   width:915px;
}

.logo
{
	float: left;
	position:relative;
	top:17px;
}

#nav
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFFFFF;
	position:relative;
	float: right;
	padding-top: 12px;
}

#nav a:link, #nav a:visited
{
   color:#FFFFFF;
   /*Edited CMartucci*/
   text-decoration:underline;
}

#nav a:hover
{
   color:#FDF9D5;
   /*Edited CMartucci*/
   text-decoration:underline;
}

#footer
{
   background: url('../assets/dec_footer-bg.jpg') top left repeat-x;
   height: 225px;
   min-height:225px;
}

#insideFooter
{
   width:915px;
   position:relative;
   top:25px;
}

#disclaimer
{
   width:660px;
   float:left;
}

#supportLinks
{
   float:right;
   position:relative;
   top:10px;
}

#disclaimer p, #supportLinks span
{
   font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
   color:#666666;
}

#footer a:link, #footer a:visited, #footer a:hover
{
   color:#666666;
   text-decoration:underline;
}

#contentBody
{
   width:100%;
   background-color:#FFFFFF;
   min-height:100px;
   padding-top:80px;
   padding-bottom:95px;
}

#insideContentBody
{
   width:915px;
}
