
/* GLOBAL STYLES
---------------------------------------------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999999;
	margin:0px;
	background-image:url(../images/back.gif); background-repeat:repeat-x;
}

.mainlayout #container {
	width: 856px;
	text-align: left;
	margin-left:0px;
	
}

A:link {
	text-decoration: none;
	color:#ccc;
}
A:visited {
	text-decoration: none;
	color:#ccc;	
}
A:active {
	text-decoration: none;
	color:#ccc;
}
A:hover {
	text-decoration: none;
	color:#999;
}


/* HEADER STYLES
---------------------------------------------------------------------------------------*/

#navbar {
	width:200px;
	float:right;
	margin-right:100px;
	margin-top:5px;
}
.mainlayout #mainContent {
	padding: 6px;
	background-color:#FFFFFF;
	width:530px;
}

/* FOOTER STYLES
---------------------------------------------------------------------------------------*/

#footer {
	padding-top:6px;
	text-align:left;
	padding-right:8px;
	color:#999999;
	height:18px;
	font-size:10px;
	background-color:#000;
	
}
#footer a:link {
	color:#666666;
}
#footer a:visited {
	color:#666666;
}
#footer a:hover {
	color:#cccccc;
}

#footer ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
#footer ul li {
	display: inline;
}
#footer ul li {
text-decoration: none;
padding: 5px;
} 

#pagepics {
	width:419px;
	height:300px;
	padding:5px;
	float:left;
	
}
#pageinfo {
	width:405px;
	height:495px;
	margin-top:5px;
	float:right;
	font-size:14px;
	color:#333333;
}


/* STORE PAGE STYLES
---------------------------------------------------------------------------------------*/

#prod_titlebar {
	border-bottom:solid #ccc 1px; 
	font-size:18px; 
	padding-bottom:2px;
}

#prod_titlebar strong {
	font-weight:normal;
	text-align:right;
	color:#CC0000;
}


/* INDEX PAGE STYLES
---------------------------------------------------------------------------------------*/

#index_container {
	width:844px;
	height:500px;
}

#news_container {
	width:419px;
	margin-left:2px;
	height:500px;
	float:left;
}
#featuredlinks_container {
	width:422px;
	height:500px;
	float:right;
}
#index_links {
	margin-top:8px;
	width:419px;
	height:123px;
}