/* CSS Document */
body {
	background-color: #000000;
	font-family :Verdana, Tahoma, Arial ;
	font-weight : normal;
	font-size : 11px;
	margin:0px 0px 0px 0px;
	line-height:1.4em;
}

/* header styles */
h1 {
	font-size:14px;
	color:#333333;
	margin:0px 0px 3px 0px;
}

h2 {
	font-size:13px;
	color:#000000;
	margin:0px 0px 1px 1px;
}

/* link styles */
/* default catchall link */
A, A:active, A:visited {
	font-size:11px;
	color:#FF0000;
	text-decoration : underline;
}
A:hover, A:visited:hover {  
	text-decoration : none;
	color:#FF0000;
}
/* navigation links */
td.nav a, A.nav, A.nav:active, A.nav:visited {
	font-size:12px;
	color : #FFFFFF;
	text-decoration : underline;
	line-height:1.5em;
	padding-left:3px;
}
A.nav:hover, A.nav:visited:hover {  
	text-decoration : none;
	color:#FF0000;
}
/* alerts */
A.alert, A.alert:active, A.alert:visited {
	font-size:14px;
	color:#FF0000;
	text-decoration : underline;
}
A.alert:hover, A.alert:visited:hover {  
	text-decoration : none;
	color:#FF0000;
}
/* normal text link */
A.link2, A.link2:active, A.link2:visited {
	color:#000000;
	text-decoration : none;
}
A.link2:hover, A.link2:visited:hover {  
	text-decoration : underline;
	color:#000000;
}

/* content text styles */
.nav {
	font-size:12px;
}

.nav_header {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.title {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.white {
	color:#FFFFFF;
}
.red {
	color:#FF0000;
}
.footer {
	font-size:10px;
}
.content-small {font-size:9px;}

/* header */
.header {
	background-image:url(images/header-background.gif);
	background-repeat:no-repeat;
	
	height:116px;
}
.header .left {
	float:left;
	width:293px;
}
.header .right {
	float:right;
	width:600px;
}
.header .banner {
	text-align:right;
	margin:1.85em 0.5em 0.5em 0;
}
.header .cart {
	color:#FFF;
	text-align:right;
	padding-right:5px;
}
.header .cart a {
	color:#fff;
	font-weight:bold;
}
.header .banner img {
	border:1px solid #CCCCCC;
}

#contentContainer {
	background-image:url(/images/corner-topleft.gif); 
	background-repeat:no-repeat; 
	background-position:top left; 
	padding-top:5px;
	text-align:left;
	height:500px;
}
#footerContainer {
	background-image:url(/images/footer-bg.gif); 
	background-repeat:repeat-y;
}
#searchInput {
	margin:0.35em 0;
	width:140px;
	font-size:90%;
}
#searchForm {
	margin:0 0 1.25em 0;
}
#searchButton {
	padding-left:3px;
}
