/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url('images/full_bg.jpg');
 background-repeat: repeat-x;
 background-color:#262626;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 background: url('images/right_bg.jpg') repeat;
}
#header {
 color: #000;
 width: 800PX;
 float: left;
 padding:  0px 0px;
 height: 214px;
 margin: 0px 0px 0px 0px;
 background: #ECEEBD;
}
#navigation {
 float: left;
 width: 780px;
 height: 16px;
 color: #FFF;
 padding: 5px 10px;
 margin: 0px 0px 0px 0px;
 background: #5F4A62;
}
#leftcolumn { 
 color: #000;
 margin: 0px 0px 0px 0px;
 padding: 10px 20px;
 height: 680px;
 width: 540px;
 float: left;
 background: #FFFFFF;
}
#rightcolumn { 
 float: right;
 color: #000;
 margin: 0px 0px 0px 0px;
 padding: 10px 20px;
 height: 680px;
 width: 180px;
 display: inline;
 background: url('images/right_bg.jpg') repeat;
 position: relative;
}

#footer { 
 width: 780px;
 clear: both;
 color: #FFFF99;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-weight: bold;
 font-size: 11px;
 background-color:#262626;
}

.whcrumbs {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	}
	
.sec_nav {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	}
	
.sec_nav a:link { color: #FFFFFF;; text-decoration: underline;}
.sec_nav a:visited {color: #FFFFFF;; text-decoration: underline;}
.sec_nav a:hover {color: #FFFFFF;; text-decoration: none;}

	
h1 { 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}
	
h2 { 
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}
	
.body { 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 20px 0px;
	line-height: 18px;
	}
	
.body a:link { color: #993300; text-decoration: none;}
.body a:visited { color: #993300; text-decoration: none;}
.body a:hover {color: #333366; text-decoration: none;}

.prgdata a:link { color: #993300; text-decoration: none;}
.prgdata a:visited { color: #993300; text-decoration: none;}
.prgdata a:hover {color: #333366; text-decoration: none;}
	
#footer a:link {color: #FFFF99;; text-decoration: underline;}
#footer a:visited {color: #FFFF99;; text-decoration: underline;}
#footer a:hover {color: #FFFF99;; text-decoration: none;}

	
.flier {
	padding: 0px 0px 10px 0px;
}

.top {font-weight: bold; color: #CC3300;}
.top a:link{font-weight: bold; color: #CC3300;}
.top a:hover{font-weight: bold; color: #CC3300; text-decoration: none;}

.main {
	border: 1px #999999 solid;
}

.logo { float: left; padding: 0px; margin:15px 5px 0px 0px; border: none; width:215px; height:181px;}

.prgdata {
	list-style: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
}

.prgtitle {font-size: 14px; font-weight: bold;}

.main_nav {padding:10px 0px;margin:0px;border:0px;}

.menu li {font-size: 11px; margin: 10px 0px 0px 10px; list-style:none;}

.menu a:link { color: #333366; text-decoration: none;}
.menu a:visited { color: #333366; text-decoration: none;}
.menu a:hover {color: #993300; text-decoration: none;}


.main_list {margin: 0px 0px 0px 15px; line-height: 18px; font-weight:bold;	font-size: 13px; font-family:Arial, Helvetica, sans-serif;}
.sec_list {margin: 0px 0px 0px 15px; line-height: 18px; font-weight: normal; font-size: 13px; font-family:Arial, Helvetica, sans-serif;}

.sec_list a:link {color:#333366;}
.sec_list a:hover {color:#993300; text-decoration: none;}

.main_list a:link {color:#333366;}
.main_list a:hover {color:#993300; text-decoration: none;}

a img {width: 175px; border: 0px; background: top left no-repeat;}

a#inclusion img {background-image: url(images/inclusion_btn.png);}
a#gift img {background-image: url(images/gift_btn.png);}

a#inclusion:hover img {background-image: url(images/inclusion_hov.png);}
a#gift:hover img {background-image: url(images/gift_hov.png);}
