/* CSS Document */

body { 
	margin: 0; 
	padding: 0;
	} 
	
/* body>#nav {
	position: fixed;
	}
*/
	
/*  Style tags  */


table {
	margin-bottom: 20px;
	}
	
ul {
	margin-top: 0;
	list-style: square;
	}	
	
h1 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	}

	
h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 15px;
	}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	}

hr {
	clear: both;
	border: none 0; 
	border-top: 1px solid #999999;
	height: 1px;
	margin: 15px 0 5px 0;
	text-align: left;
	}


/*  Main DIV layout styles  */

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	margin: 0;
	padding: 0px;
	border: 0px;
}	

#main { 
	position: absolute;
	top: 0px;
	left: 140px;
	width: 630px;
	margin: 0;
	}
	
#header { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 610px;
	height: 130px;
	}

#shopTop  {
		width: 610px;
		float: left;
		margin: 0;
		padding-bottom: 10px;
}

	
#content {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 590px;
	padding: 0 20px 10px 20px;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	letter-spacing: normal;
	}
	
#contentShop {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 610px;
	padding: 0 0 10px 20px;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	letter-spacing: normal;
	}
	
#title {
 		width: 550px;
		margin-bottom: 10px;
 }
 
#footer {
	clear: both;
	padding: 10px 20px 10px 20px;
	text-align: center;
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	letter-spacing: normal;
	}
	
	
/*  multi-column layout divs  */
  
 .row {
 	clear:both;
	position: relative;
	width: 611px;
	margin: 0;
}

 
 
 #col1of1 {
		width: 610px;
		float: left;
		margin: 0;
		}
 
 
 #col1of2  {
		padding: 8px 0 0 0;
		width: 400px;
		float: left;
		margin: 0;
}

#col2of2  {
		width: 200px;
		float:right;
		text-align: right;
		margin: 0;
}
  
 #col1of3 {
		width: 187px;
		float: left;
		margin: 0 15px 0 0;
		}
	
#col2of3 {
		width: 187px;
		float: left;
		margin: 0 15px 0 0;
		}
	
#col3of3 {
		width: 186px;
		float: left;
		margin: 0 0 0 0;
		}
		
.col1of4 {
		width: 152px;
		float: left;
		margin: 0;
		}
	
.col2of4 {
		width: 152px;
		float: left;
		margin: 0;
		}
	
.col3of4 {
		width: 152px;
		float: left;
		margin: 0;
		}

.col3of4 {
		width: 152px;
		float: left;
		margin: 0;
		}


	
/*  White background styles  */

.white {
	color: #000000;
	background-color: #FFFFFF;
	} 

	
.white p {
	font-weight: normal;
	margin-bottom: 10px;
	}
	
.white td {
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	font-size: 12px;
	}
	
.white a:link { 
	color: #336699; 
	text-decoration: none; 
	}

.white a:visited { 
	color: #336699; 
	text-decoration: none; 
	}
.white a:active { 
	color: #336699; 
	text-decoration: none; 
	}
	
.white a:hover { 
	color: #336699; 
	text-decoration: underline; 
	}

/*  Black background styles  */

.black {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #FFFF00;
	background-color: #000000;
	} 

.black h1 {
	color: #FFFF00;
	}

	
.black h2 {
	color: #FFFFFF;
	}
	
.black h3 {
	color: #FFFF00;
	}
	
.black p {
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
	}
	
.black td {
	font-family: arial, helvetica, sans-serif; 
	color: #FFFF00;
	font-size: 12px;
	}
	
.black a:link { 
	color: #FF0000; 
	text-decoration: none; 
	}

.black a:visited { 
	color: #FF0000; 
	text-decoration: none; 
	}
.black a:active { 
	color: #FF0000; 
	text-decoration: none; 
	}
	
.black a:hover { 
	color: #FFFFFF; 
	text-decoration: underline; 
	}


/*  Yellow background styles  */

.yellow {
	color: #000000;
	background-color: #FFFF00;
	} 

	
.yellow p {
	font-weight: normal;
	margin-bottom: 10px;
	}
	
.yellow td {
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	font-size: 12px;
	}
	
.yellow a:link { 
	color: #FF0000; 
	text-decoration: none; 
	}

.yellow a:visited { 
	color: #336699; 
	text-decoration: none; 
	}
.yellow a:active { 
	color: #336699; 
	text-decoration: none; 
	}
	
.yellow a:hover { 
	color: #336699; 
	text-decoration: underline; 
	}



/*  Misc styles  */

.alert {
	color: #FF0000;
	margin-bottom: 10px;
	}
	
.note {
	color: #333333;
	}
	
.popText  {
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 15px;
}

.popText a:link {
	text-decoration: none;
	}
	
.popText a:visited {
	text-decoration: none;
	}
	
.popText a:hover {
	text-decoration: underline;
	}
	
.popText a:active {
	text-decoration: underline;
	}

.imgRight { 
	margin-left: 0;
	margin-bottom: 10px;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 8px;

}

