/* CSS Document
   Template Title: Uncomplicated
   Author: J David Macor
   URL: http://www.jdavidmacor.com */

/* Main Body */
body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	background: #f3f3f3;
	}
	
a, a:visited{
	/*color: #666666;*/
	color: #fc7215;
	text-decoration: underline;
	}
	
a:hover {
	color: #003263;
	}	
	
#basket
{
    float: right; 
    width: 200px; 
    height: 45px; 
    padding-left: 10px; 
    text-align: center; 
    padding-top: 20px;  
}

#basket a{
	/*color: #666666;*/
	color: #fc7215;
	text-decoration: underline;
	}
	
#basket a:hover {
	color: #003263;
	}
	
#container {
	width: 760px;
	padding: 30px;
	padding-top:10px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
	}
	
/* Header */
#header {
	width: 500px;
	/*border-left: 4px solid #003263;
	border-right: 4px solid #fc7215;*/
	margin: 0 auto;
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: 0.4em;
	/*text-align: center;*/
	/*border: solid 1px #dedede;*/
	float: left;
	/*margin-left: 130px;*/
	margin-left: 20px;
	}

/* Navigation */
#tabnav	{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(/images/tab_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	/*color: #666;*/
	color: #003262;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}

#tabnav a:hover	{
	background: #fff;
	}
	
/* Main Content */
#content {
	width: 550px;
	margin-top: 15px;
	}
	
#content h2 {
	font-size: 20px;
	color: #fc7215;
	color: #003263;
	}

#content h3 
{
	/*border-bottom: 1px solid #ccc;*/
	font-size: 14px;
	color: #fc7215;
}	
	
#content p {
	font-size: 12px;
	}
	
#content ul {
	font-size: 12px;
	}

#content li 
{
	padding-bottom: 5px;
}	
	
/*#content a, a:visited {*/
#content a{
	/*color: #666666;*/
	color: #fc7215;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #003263;
	}
	
#content a h3{
	/*color: #666666;*/
	color: #000000;
	text-decoration: none;
	}
	
#content a h3:hover {
	color: #006600;
	text-decoration: underline;
	}	
	
#content a h2{
	/*color: #666666;*/
	color: #fc7215;
	text-decoration: underline;
	}
	
#content a h2:hover {
	color: #003263;
	text-decoration: underline;
	}	
	
/* Sidebar */
#sidebar {
	width: 190px;
	float: right;
	clear: none;
	margin-top: 15px;
	}
	
#sidebar h3 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #003263;
	}
	
#sidebar ul {
	font-size: 12px;
	}

#sidebar li {
	padding-bottom: 5px;
}
	
#sidebar a, a:visited {
	/*color: #666666;*/
	color: #003263;
	color: #fc7215;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #fc7215;
	color: #003263;
	}
	
/* footer */
#footer {
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
	clear: both;
	}
	
#footer a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000000;
	}
	
.blockquote {
	background-image:url(/images/backgrounds/bq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size: 12px;
	padding:10px 10px 10px 10px;
	border:1px solid #eee;
	width: 90%;
}	

