/* CSS Document */

* {
	margin : 0;
    padding : 0;
	font-style: normal;
	font-weight: normal;
  	}



body {
	background: #000000 url(../images/shared/side-castle.jpg) top right no-repeat;
	font-size: 62.5%;
	font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color:#CCCCCC;
	text-align:center;
	padding-top: 2em;
	}

p {
	margin: 1em 0 2em 0;
	font-size: 1.5em;
	line-height: 160%;
	letter-spacing: 1px;
	}
	
h2 {
	
	}
	
a {
	color: #dd0303;
	}
	
a img {
	border: none;
	}

h1 {
	font-size:4.5em;
	color: #ffffff;
	width: 503px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/shared/logo.gif) top left no-repeat;
	margin: 0 auto;
	}

h1 a {
	display: block;
	height: 100px;
	background: url(../images/shared/logo.gif) no-repeat;
	}

h2 {
	text-indent: -9999px;
	}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	/*background: url(../images/shared/bottom-houses.jpg) bottom left no-repeat;*/
	overflow: hidden;
	}

#header {
	padding-top: 40px;
	padding-bottom:60px;
	}
	
#column1 {
	float: right;
	width: 590px;
	margin-bottom: 1em;
	}
	
#column2 {
	float:left;
	width: 305px;
	margin-bottom: 1em;
	padding-bottom: 20px;
	}
	
#footer {
	float: right;
	width: 900px;
	padding-bottom: 250px;
	padding-top: 50px;
	margin-top: 6em;
	text-align: center;
	background: url(../images/shared/bottom-houses.jpg) bottom left no-repeat;
	}
	
/*--------------------------header-----------------------*/


/*--------------------------navigation-------------------*/

#mainnav {
	list-style: none;
	width: 200px;
	margin: 0 auto;
	}
	
ul#mainnav li#nav_games {
	background: url(../images/navigation/nav_games.jpg)
	}
	
ul#mainnav li#nav_about {
	background: url(../images/navigation/nav_about.jpg)
	}
	
ul#mainnav li#nav_contact {
	background: url(../images/navigation/nav_contact.jpg)
	}
	
ul#mainnav li#nav_store {
	background: url(../images/navigation/nav_store.jpg)
	}

ul#mainnav li#nav_home {
	background: url(../images/navigation/nav_home.jpg)
	}

ul#mainnav li a {
	height: 58px;
	width: 200px;
	text-indent: -9999px;
	display: block;
	outline: none;
	}
	
ul#mainnav li a#home {
	height: 139px;
	}
	
/*-----------------------footer------------------------*/

#footer p {
	margin: 0 auto;
	font-size: 1.2em;
	}
	
/*--------------------------headers----------------------*/

h2#aboutus_header {
	color: #ffffff;
	width: 400px;
	height: 100px;
	background: url(../images/headers/aboutus-header.gif) top left no-repeat;
	}
	
h2#games_header {
	color: #ffffff;
	width: 400px;
	height: 100px;
	background: url(../images/headers/games-header.gif) top left no-repeat;
	}
	
h2#contact_header {
	color: #ffffff;
	width: 400px;
	height: 100px;
	background: url(../images/headers/contact-header.gif) top left no-repeat;
	}
	
h2#store_header {
	color: #ffffff;
	width: 400px;
	height: 100px;
	background: url(../images/headers/store-header.gif) top left no-repeat;
	}

h3#vamp-quest-logo, dt#vqlogo-store-item {
	color: #ffffff;
	width: 317px;
	height: 100px;
	background: url(../images/games/vqlogo.gif) top left no-repeat;
	text-indent: -9999px;
	}

dt#vqlogo-store-item {
	margin-left: 170px;
	}

	
/*----------------------------------games------------*/

.vq-special {
	text-align:center;
	width: 300px;
	float: left;
	margin-left: 50px;
	padding-top: 30px;
	}
	
div#cardgallery {
	margin: 20px 0;
	clear: both;
	}
	
div#cardgallery p {
	text-align: center;
	font-weight: bold;
	}

div#cardgallery img {
	margin-right: 12px;
	display: inline;
	border: 1px solid #666666;
	}

/*---------------------store----------------------------*/

.itemfloat {
	float: left;
	margin: 0 2em 1em 0;
	}

div.storeitem form input {
	text-align: center;
	margin: 25px 0 0 125px;
	}
	
div.storeitem dd {
	font-size: 1.5em;
	}
	
dd#price {
	font-weight: bold;
	padding-top: 2em;
	}
/*------------------------------------global----------------------*/

.floatright {
	float: right;
	margin: 1em 0 1em 2em;
	}	

.floatleft {
	float: left;
	margin: 0 2em 1em 0;
	}


/*
div {
	margin:0;
	padding:0;
	outline:1px solid red;
	}	
*/