/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

/* STANDARD CLASSES */
html, body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size:13px;
	height: 100%;
	color:#333;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#191919;
}
 
p, ul, ol {
	font-size: 13px;
	line-height:17px;
	color: #333333;
	
	margin-bottom: 5px;
	margin-top: 5px;
}

ul, ol {
	margin-left: 30px;	
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color:#111684;
	
	margin-bottom:10px;
	margin-top: 15px;
}

td {
	vertical-align:top;
}

table {
	border: 0px;
	border-spacing:0px;
	border-collapse: collapse;
	
	width:100%;
}
/* CUSTOM CLASSES */


.imageholder {
	padding: 5px;
	background-color:#CCC;
}



/* STANDARD IDS */

#wrapper {
	margin: 0 auto;	
	width:1000px;
}

#slogan {
	height:50px;
	vertical-align:middle;
}

#slogan p {
	font-weight: bold;
	color:#FFF;
	text-align:right;
	font-size: 14px;
	
	padding: 0px;
	margin: 0px 20px 0px 0px;
	
	text-shadow: 0 0 0 #000;
}

#topbar {
	background-color:#FFF;
	padding-right: 20px;
}

#logo {
	width: 100%;	
}

#banner {
	padding-top: 20px;
	padding-bottom: 20px;
}

#content {
	background-color:#FFF;
	padding: 20px;
}


#flash {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	border-top: 1px solid #999;
	padding: 10px 20px 10px 20px;
}

#footer p {
	color:#999;
	font-size: 11px;
}

#copyright p {
	text-align:right;
}

#map {
	width:500px;
	height: 300px;
	border: 5px solid #CCC;
}


/* LINKS */
a {
	color:#111684;
	font-size: 13px;
	text-decoration:underline;
}

a:hover {
	color: #999999;
	text-decoration:none;
}


#footer a {
	color:#999;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color:#FFF;
}



/* PRODUCT PAGE */
#productNav{
	background:#fff;
	padding:14px 20px 10px;
}

#productDisplay{
	padding:20px 14px;
	background:none;
	color:#fff;
	font-size:12px;
	font-weight:normal;
}

div.productEntry{
	display:block;
	float:left;
	width:153px;
	height:215px;
	background:none;
	margin:0 4px;
}

div.productEntry img{
	border-color:#ccc;	
}

div.productEntry a:link, div.productEntry a:visited{
	color:#fff;
	text-decoration:none;
}

div.productEntry a:hover, div.productEntry a:active{
	text-decoration:underline;	
}

td.productTitle{
	vertical-align:middle;	
}