/*
---------------------------------------

Gualy - Landing page styles
PurpleDaydream 2009

---------------------------------------
*/

@import url(reset.css);


/* Generic
--------------------------------------- */
html, body { height: 100%; }

body {
	/*background: #3f153d url(../img/landing/map.png) no-repeat center -45px;*/
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}


/* Container
--------------------------------------- */
#container {
	background: transparent url(../img/glow_background.png) no-repeat center center;
	margin: 0 0 0 0;
	position: relative;
}


/* Wrapper, Content & Country glow
--------------------------------------- */
#wrapper {
	margin: 0;
	position: relative;
	width: 968px;
}

#content {
	background: transparent url(../img/landing/container.png) no-repeat center top;
	min-height: 650px;
	margin: 0;
	margin-left:-5px;
	position: relative;
	width: 968px;
	z-index: 2;
}

#country-glow {
	background: transparent url(../img/landing/country_glow.png) no-repeat;
	height: 27px;
	left: 385px;
	position: absolute;
	top: 230px;
	width: 27px;
}

.country-glow {
	background: transparent url(../img/landing/country_glow_small.png) no-repeat;
	height: 27px;
	left: 385px;
	position: absolute;
	top: 230px;
	width: 27px;
/*	opacity:0.3;
	filter:alpha(83);*/
}

/* Header
--------------------------------------- */
#header {
	height: 150px;
	position: relative;
}

#logo {
	background: transparent url(../img/landing/logo.png) no-repeat top left;
	height: 278px;
	left: -75px;
	position: absolute;
	top: -50px;
	width: 594px;
	z-index: 1;
}


/* Pick shipping country
--------------------------------------- */
#pick-shipping-country {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 200px;
}

#pick-shipping-country h1 {
	color: #9e7a9c;
	float: left;
	font-weight: normal;
}

#pick-shipping-country ul {
	float: left;
	margin: 1px 0 0 10px;
}

#pick-shipping-country ul li {
	margin: 0 0 2px 0;
}

#pick-shipping-country ul li a {
	color: #fff;
}

#pick-shipping-country ul li a:hover {
	color: #997597;
}


/* Classes
--------------------------------------- */
.shipping-message {
	color: #632161;
	text-align: center;
}

.shipping-message a {
	color: #9e7a9c;
}
