/*
-----------------------------------------------
Synapse the Game
author:  www.u4eadesign.com
version:  1.1 - May 2008
----------------------------------------------- */
body {
	margin: 0;
  	padding: 0;
  	font: 75%/150% Arial, Helvetica, Verdana, sans-serif;
    background: #8DBC50 url(images/bg-body.jpg) top center no-repeat;
	color: #333;
}

/* Set margin and padding to 0 for all elements */
* {margin: 0; padding: 0;}

/*
h1 {
	color: #5c266d;
	font-weight: normal;
	padding: .5em 0;
}

h2 {
	
}
*/
h1, h2 {
	font-size: 18px;
	color: #5C266D;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
	text-transform: capitalize;
}

h3 {
	
}

p {
	padding: .5em 0;
}
q {
	font-size: 115%;
	color: #461e53;
	}

img {
	border: 0;
}

/********************************************/
/* HTML LAYOUT			*/
/********************************************/

/* CONTAINER ------------------------ */
#container {
margin: 0;
}
* html #container {
margin: 0;
}

/* HEADER ------------------------ */
#header {
	/*background: transparent url(images/purple.gif) bottom repeat-x ;*/
}
#headercontent {
	position: relative;
	padding: 0;
	width: 1000px;
	height: 90px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	top: 29px;
	left: 53px;
}
#headercontent li a {
	text-decoration: none;
	color: #5c266d;
}
#headercontent li a:hover {
	color: #990d2f;
}
#headercontent ul {
	margin: 0;
	list-style-type: none;
	position: absolute;
	right: 120px;
	top: 60px;
}

#headercontent li {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
	display: inline;
	background: transparent;
}

/*  MAIN ------------------------ */
#main {
	width: 760px;
	margin: 30px auto;
	}
	
/*  CART ------------------------ */
#cart-top {
	height: 30px;
	background: url(images/cart-top.png) top center no-repeat;
	margin-top: 30px;
}
#cart-bottom{
	height: 30px;
	background: url(images/cart-bottom.png) top center no-repeat;
	clear: both;
	margin-bottom: 30px;
}
#main .cartborder {
	width: 686px; /* total: 760px */
	border-right: 2px #461E53 solid;
	border-left: 2px #461E53 solid;
	background: #7EB041;
	padding: 0 30px 0 40px;
}

/*  LINKS ------------------------ */
#main a:link {color: #990d2f; text-decoration: none; font-weight: bold;}
#main a:visited {color: #990d2f; text-decoration: none; font-weight: bold;}
#main a:hover {color: #461e53; text-decoration: underline;}
#main a:active {color: #461e53; text-decoration: underline;}
