/*Master stylesheet for GWS Fridge Magnets v1.21*/

/*redefine standard selectors*/

body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	}
	
h1,h2,h3, hr { 
	width: 510px;
	font-family: arial,sans-serif;
	color: #CC3333; 
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	}
/*Note : FireFox does not read the HR redefintion*/

h1 { 
	padding-left: 10px;
	margin: 0.5em 0 0.5em 0;
	font-size: 1.5em;
	}

h2  {
	padding-left: 15px;
	margin: 0.5em 0 0.2em 0;
	}
	
h3  {
	padding-left: 20px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	}
	
hr { border: 1px solid #cc3333; 
	margin: 0;
	padding: 0;}

ul
	{	
	font-family: arial,sans-serif;
	font-size: 12px;
	margin: 0em;
	padding: 0.5em 0em 0.5em 5em;
	}

	

/*styles for every page*/	
.bodytextholder p, .bodytext, .bodytextindent {
	width: 510px;
	color: black;
	padding-right: 20px;
	margin:0px;
	font-family: arial,sans-serif;
	font-size: 12px;
	}

.bodytextholder p, .bodytext{
	padding-left: 25px;
	margin-bottom: 0.9em;
	line-height:120%;
	}
	
.bodytextindent {
	padding-left: 120px;
	margin-top: 1em;
	margin-bottom: 1em;	
	}

	
/*styles for the footer menu*/
div.footertext{
	width: 505px;
	color: black;
	padding-left:25px;
	padding-right: 20px;
	margin-top: 20px;
	font-family: arial,sans-serif;
	font-size: 10px;
	text-align: center;
	}

div.footertext a
	{ color: #CC3333; 
	  background-color: #FFFFFF; 
	  border: 1px solid white;
	}
	
div.footertext a:hover { 
	color: #FF0000;
	border: 1px solid red;
	}

div.footertext a:visited
	{ color: blue; }
	
div.footertext a:active { 
	color: red;
	border: 1px solid green;	
    }
    
p.bodytext a {	  border: 1px solid white; font-size: 1em; color: black;}
p.bodytext a:hover { 	border: 1px solid black; text-decoration : none; }
p.bodytext a:active { 	border: 1px solid blue;	}

/*styles for the footer menu on the "contact us" page*/
div.cufootertext{
	position: absolute;
	top: 640px;
	left: 150px;
	z-index: 10;
	width: 550px;
	color: black;
	padding-left:25px;
	padding-right: 20px;
	margin-top: 20px;
	font-family: arial,sans-serif;
	font-size: 10px;
	text-align: center;
	}

div.cufootertext a
	{ color: #CC3333; 
	  background-color: #FFFFFF; 
	  border: 1px solid white;
	}
	
div.cufootertext a:hover { 
	color: #FF0000;
	border: 1px solid red;
	}

div.cufootertext a:visited
	{ color: blue; }
	
div.cufootertext a:active { 
	color: red;
	border: 1px solid green;	
    }

ul.horizontal li
	{
	padding : 3px;
	margin : 0px;
	border-right: 1px solid #CC3333;
	border-left: 1px solid #CC3333;
	list-style: none;
	display: inline;
	font-family: arial,sans-serif;
	font-size: 10px;
	}

/*Style to position the "Nelson" image*/
div.toprightimage, div.bottomleftimage, div.bottomrightimage{
	position: absolute;
	height: 140px;
	width: 140px;
	z-index: 10;
	margin: 0;
	background-color: #CC3333;
	color: white;
	text-align: center;
	margin:0px;
	font-family: arial,sans-serif;
	font-size: 12px;
	}
	
	
div.toprightimage{
	top: 70px;
	left: 711px;
	}
	
div.bottomleftimage{
	top: 350px;
	left: 0px;
	}
	
div.bottomrightimage{
	top: 350px;
	left: 711px;
	}
	
.clear {
	clear: both }
	
div.design {
		border: 2px solid black;
		margin: 10px 0 10px 50px; 
		padding: 0;
		width: 460px;
		height: 110px;
		text-align: center;
		}
		
.designr, .designl {
	color: black;
	margin: 2em 0 0 0 ;
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.designr { text-align: right; }
.designl { text-align: left; }

div.story 
	{ 
	border : 1px solid red; 
	width: 540px;
	margin-top : 30px;
	padding : 0 0 20px 0;
	}
	
#body {	width: 510px; }
