/* ##### Common Styles ##### */
body {
	/* border: 1px solid blue; */
	font-family: arial,helvetica,verdana;
	padding:5px;
}


/* ##### Header ##### */
#header {
	/* border: 1px solid blue; */
}

#header .title{
	/* border: 1px solid blue; */
	background-color: black;
	color: white;
	font-weight:bold;
	padding: 3px;
}

#header h1{
	/* border: 1px solid blue; */
	background-color: black;
	color: white;
	font-weight:bold;
	font-size: 80%;
	padding: 3px;
	width:724px;
	
}


/* ##### Container ##### */

#Container {
	/* border: 1px solid #CCCCCC; */
	background-color: #EEEEEE;
	width:728px;
}

/* ##### Side Bar ##### */

#Container .sidebar {
	border: 1px solid #CCCCCC;
	/* margin-top:20px; */
	margin-right:20px;
	width: 180px;
	float:left;
	background-color: white;
}

#Container .sideitem {
	
	width:100%;
	font-size: 80%;
	margin-bottom:10px;
}

#Container .sideItem h1 {
	font-size: 100%;
	font-weight: bold;
	text-align:center;
	color:black;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color:#CCCCCC;
}



#Container .sideItem a {
	/* border: 1px dashed red; */
	border-bottom: 1px solid #CCCCCC;
	text-decoration:none;
	text-align:center;
	color:black;
	background: white;
	width:100%;
	float:left;
}

#Container .sideItem a:hover {
	/* border: 1px dashed red; */
	background: #EEEEEE;
	color: black;
	
}

#Container .sideItem form {
	text-align: center;
	font-weight:bold;
	font-size:80%;
	width:100%;
	margin-top: 1px;
	margin-bottom: 1px;
	

}

#Container .sideItem input {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-size: 91%;
}

/* ##### Main Content ##### */

#Container .mainContent {
	
	font-size: 80%;
	margin-left:180px;
	/* width:538px; */
	padding: 2px;
	background-color: #EEEEEE;
	
}

#Container .mainContent h2 {
	color:#000099;
	font-style:small-caps;
	margin-right:10px;
	
}

#Container .mainContent a {
	/* border: 1px dotted blue; */
	text-decoration:none;
	color:black;
	padding-left:2px;
	padding-right:2px;
	border: 1px dotted black;
}

#Container .mainContent a:hover {
	/* border: 1px dotted blue; */
	border: 1px solid black;
	background-color: #CCCCCC;
}

/* ##### FOOTER ##### */

#footer {
	/* border-top: 1px solid black; */
	margin-top:0px;
	
	text-align:center;
	width: 728px;
	float:left;
	clear:left;
}

#footer p {
	text-align:center;
	font-size:75%;
}


#site_nav {
	text-align:center;
	font-family: arial,verdana,sans-serif;
	/* background-color:#3F5A3A; */
	background-color:white;
	width: 724 px;
	font-size:70%;
	border: 2px solid #CCCCCC;
	margin-top:5px;

	/* height:20px; */
}

#site_nav a {
	color: #CCCCCC;
	font-weight:bold;
	text-decoration: none; 
	/* background-color:#3F5A3A; */
	padding-left: 7px;
	padding-right:7px;
	padding-top:2px;
	padding-bottom:2px;
	/*margin-left: 5px;*/
	/*margin-right:5px;*/
}

#site_nav a:hover {
	color: black; 
	/* background-color: #E6DAD0; */
	/* background-color: #3F5A3A; */
	
}


/* ######################## shop ###################################### */
#shop { /* HOLDS SEARCH BOX AND NAV */
	border: 1px solid #CCCCCC;
	width: 728px;
}

.item {
	font-size: 91%;
}

.item a{
	font-size: 91%;
}

#shop a:hover { /* HOLDS SEARCH BOX AND NAV */
	background-color: black;
}

.links {
	font-size: 85%;
	border-bottom: 1px solid #CCCCCC;
	background-color:#EEEEEE;
	margin-top:0px;
	
}



.links a {
	font-family: verdana;
	font-size: 80%;
  	text-decoration: none;
	color: black;
	background-color: transparent;
	font-weight: bold;
}

.links a:hover {
	color: white;
	background-color: black;
}

#shopContainer {
	border:0px solid transparent;
	padding: 0px;
	margin-top: 0px;	
	width:728px;
	
}


#shopContainer h2 {
	background-color: #CCCCCC;
	font-size:91%;
	font-weight:bold;
	padding: 1px;	
}
.item {
	/* background-color: red; */
	padding: 0px;
	margin-top: 0px;	
	font-size: 91%;
	border: 1px solid black;	
}

.item a {
	font-size: 101%;
	color:black;
	font-weight: bold;	
}

.item a:hover {
	text-decoration: none;
	background-color: #CCCCCC;	
}

.item img {
	background-color: white;
	margin-left:3px;
	margin-right:3px;
	border: 1px solid transparent;
}

.item a:hover img {
	
	border: 1px solid transparent;
}

#shopContainer .shopleftCol {
	
	width:40%;
	float:left;	
	margin: 0px;
	
}

#shopContainer .shoprightCol {	
	
	width:auto;
	margin: 0px;
	
}

#googleCol {
	font-size: 75%;
	padding: 4px;
	float:right;
	top: 0px;
	right: 4px;
	width: 120px;
}

#searchBox{
	font-family: verdana;
	 font-size: 85%;
	background-color: #CCCCCC;
	
	padding: 2px;
	border: 1px solid black;
}

#searchBox form{
	color: red;
	margin-top: 0px;
	margin-bottom: 0px;
}