/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  1 June 2006
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove padding and margin */


/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

* 	{ 	
	vertical-align:top;	
	}
	
text-field {padding: 5px}	
	
	
/* Pseudo Links
----------------------------------------------- */
a:link {
	color: #ba18b5;
    text-decoration: underline;
	}    
a:visited {
	color: #ba18b5;
    text-decoration: underline;
	} 
a:hover {
	color: #ba18b5;
    text-decoration: none;
	}  
a:active {
	color: #ba18b5;
    text-decoration: underline;
	}   
	
/* Header 
----------------------------------------------- */	
#header {
	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
  	background-image: url("media/header-bg.gif");
	background-repeat: no-repeat;
	height:95px;
	}	
	
/* Navigation
----------------------------------------------- */
#nav {
	margin: 0px;
  	padding: 0px;
  	background-color: #fff;
  	text-align: left;
  	font-size: 11px;
	}	
#cNav {
  	text-align: right;
  	font-size: 11px;
  	padding-right: 30px;
  	vertical-align:bottom;
	}		
		
	
/* Body 
----------------------------------------------- */
body {
	background-color: #A814A4;
	background-image: url("media/bg.gif");
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #232323;
	text-align: left;
	}

#container {
	margin: 0 auto;
	width: 799px;
	}
	
#main {
	margin: 0px;
  	padding: 10px 10px 10px 10px;
  	background-color: #fff;
  	text-align: left;
  	font-size: 12px;
	}	
#homeMain {
	margin: 0px;
  	padding: 0 20px 20px 20px;
  	background-image: url("media/footer-bg.jpg");
  	background-repeat: no-repeat;
  	background-position: bottom;
  	background-color: #fff;
  	text-align: left;
  	font-size: 12px;
  	vertical-align: top;
	}		
	
#homebox {
	background-color: #A814A4;
	margin: 10px 0 20px 0;
	padding: 20px;
	vertical-align: top;
	color: #fff;
	}
	
#homebox  a:link {
	color: #fff46c;
    text-decoration: underline;
	}    
#homebox a:hover {
	color: #fff46c;
    text-decoration: none;
    }
    
.bookorder a:link {
	color: #feff84;
    text-decoration: underline;
	}    
.bookorder a:visited {
	color: #feff84;
    text-decoration: underline;
	} 
.bookorder a:hover {
	color: #feff84;
    text-decoration: none;
	}  
.bookorder a:active {
	color: #feff84;
    text-decoration: underline;
	}       
	
/* Misc.
----------------------------------------------- */	
span.header {
  	font-family: georgia, sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	color: #232323;
  	text-align: center;
	}
	
p.PRheader {
  	font-family: georgia, sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	color: #008e32;
  	text-align: center;
  	line-height: 20px;
	}	
	
.imgright {
	position:relative;
	float:right;
	}
	
.imgleft {
	position:relative;
	float:left;
	padding: 0 20px 20px 0;
	}

.button {
	padding: 8px 0 0 0;
	}
	
hr {
  border: none;
  background-color: #ffcd61;
  color: #ffcd61;
  height: 1px;
}
	
	

/* Footer 
----------------------------------------------- */
	
#footer {
	color: #232323;
	font-size:14px;
	line-height: 17px;
	text-align:center;
	padding: 5px;
	}	
	
#mailinglist
{
	text-align: left;
}

.image-thumb {

 }