
/* author martin barnard http://www.warmtone.co.uk 18-04-2006 */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	min-width: 650px; /* netscape fix */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

img {
	border: 0
}


/* main divs
=========================*/

#wrapper {
	width: 600px;
	margin: 0 auto;
	background-color: #000000;
	text-align: left;
}

#contentShop {
	float: right;
	width: 380px;
	background-color: #000000;
	margin-top: 20px;
	margin-left: 20px; /* put back 20px margin in safari & opera*/
}

#contentHome {
	float: right;
	width: 380px;
	background-color: #000000;
	margin-left: 20px; /* put back 20px margin in safari & opera*/
	font-size: 11px;
	line-height: 14px;
	padding-top: 8px;
}

#branding {
	position: relative;
	float: left;
	width: 200px;
	background: url(Side2.gif) repeat-y;
	background-color: #d1d945;
}

#footer {
	clear: both;
}

/* Extra div floated left to fix clearing in Netscape
========================================================*/

#whole {
	float: left;
	background-color: #000000;
	position: relative;
}

/* set branding image height for page
==============================================*/


#home #branding {
	height: 2960px;
}

#shop #branding {
	height: 1000px;
}

#thanks #branding {
	height: 500px;
}


/*branding section
==========================*/

#branding h1 {
	text-indent: -5000px;
}

#brandingLink {
	position: absolute;
	left: 100px;
	top: 18px;
	width: 80px;
	height: 40px;
}

#brandingLink img {
	float: right;
}

#brandingLink p {
	float: left;
	/*padding: 0;*/
	margin: 3px 0 0 0;
}

* html #brandingLink p {
	margin: 4px 0 0 0;
}

/* headings, paragraphs, lists, images & classes
==================================================*/

h1, p {
	margin: 0.8em 0;
}

* html h1, * html p {
	margin: 0.6em 0;
}

p, li {
	line-height: 1.4em;
}

h1 {
	color: #cb5182;
	font-size: 14px;
	font-weight: bold;
}

h2 {
  font-size: 12px;
  font-weight: normal;
  color: #FFF777;
}

ul {
	list-style: none;
	margin-bottom: 1em;
}

#contentShop p {
	padding-right: 20px;
}

* html #contentShop p {
	padding-right: 10px;
}

#contentHome p {
	padding-right: 20px;
	margin: 1em 0;
}

#contentHome img {
	margin: 0.6em 0 0.4em 0;
}

.bold {
	font-weight: bold;
}  

.boldPink {
	color: #cb5182;
	font-weight: bold;
}

.pink {
	color: #cb5182;
}

.smallerBold {
	font-size: 10px;
	font-weight: bold;
}

#paypalLogo {
	position: absolute;
	top: 5px;
	left: 380px;
	z-index: 1;
}


/* form section
==========================*/

form {
    font-size: 12px;
	width: 360px;
}

fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 0.5em 0.5em 1em 0.5em;
	border : 1px solid #ccc;
	background-color: #333333;
}

* html fieldset {
	padding: 0.5em 0.5em 0.2em 0.5em;
}

label {
	float: left;
	width: 120px;
}

input#mapQuantity, input#posterQuantity {
  width: 2em;
}

input#realname, input#phone, input#email {
  width: 200px;
 }

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

textarea#address {
	width: 200px;
 	height: 50px;
 }

input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}

/*links
=======================*/

#brandingLink p a:link, #brandingLink p a:visited {
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 1px;
	text-decoration: none;
	text-transform:uppercase;
}

#brandingLink p a:hover, #brandingLink p a:active {
	border-bottom: 1px solid #cb5182;
	color: #cb5182;
	text-decoration: none;
}

* html #brandingLink a:link, * html #brandingLink a:visited {
	text-decoration: underline;
}

* html #brandingLink a:hover, * html #brandingLink a:active {
	text-decoration: underline;
}

/*#contentHome a:link, #contentHome a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#contentHome a:hover, #contentHome a:active {
	color: #FF9999;
}

#contentHome a:link.pink, #contentHome a:visited.pink {
 	color: #cb5182;
}*/

a:link, a:visited {
	color: #cb5182;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FFFFFF;
}





