/**
 * Webstores, Temporary website
 */

/* General */

a:link, a:visited {
	color: #393939;
}

a:hover, a:active {
	color: #1D8FD5;
}

address {
	position: absolute;
	padding: 10px;
	bottom: 0;
	width: 1000px;
	font-style: normal;
	border-bottom: 1px solid #DEE0E1;
}

body {
	margin: 0;
	padding: 0;
	background: url(../img/header-bg.gif) repeat-x top left;
	font: 11px/160% Arial, Geneva, sans-serif;
	color: #5B5B5B;
}

h2 {
	margin: 20px 0 0 0;
	padding: 0 0 10px 10px;
	border-bottom: 5px solid #DEE0E1;
	font-size: 26px;
	line-height: 40px;
	color: #1D8FD5;
}


/* Classes */

.column {
	position: relative;
	float: left;
	margin-right: 10px;
	height: 109px;
}

.arrow {
	position: absolute;
	display: block;
	padding: 0 10px;
	bottom: 0;
	width: 290px;
	height: 35px;
	background: url(../img/arrow-right.gif) no-repeat 97% 50%;
	border-bottom: 1px solid #DEE0E1;
	line-height: 35px;
	text-decoration: none;
}

.arrow:hover {
	background-image: url(../img/arrow-right-hover.gif);
	color: #1D8FD5;
}

.arrow2 {
	position: absolute;
	display: block;
	padding: 0 10px;
	bottom: 35px;
	width: 290px;
	height: 35px;
	background: url(../img/arrow-right.gif) no-repeat 97% 50%;
	border-bottom: 1px solid #DEE0E1;
	line-height: 35px;
	text-decoration: none;
}

.arrow2:hover {
	background-image: url(../img/arrow-right-hover.gif);
	color: #1D8FD5;
}

/* Wrapper */

#wrapper {
	margin: 0 auto;
	padding-bottom: 25px;
	width: 950px;
	overflow: hidden;
}


/* Header */

#header {
	position: relative;
	height: 250px;
	color: white;
}

#header h1 {
	position: absolute;
	margin: 0;
	bottom: 30px;
	left: 5px;
}

#header h1 a {
	display: block;
	width: 166px;
	height: 27px;
	background: url(../img/webstores-logo.gif) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

#header #tagline {
	position: absolute;
	margin: 0;
	right: 5px;
	bottom: 30px;
	border: 0px;
}

#header #tagline a {
	display: block;
	width: 171px;
	height: 27px;
	background: url(../img/webstores-tagline.gif) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}


/* Main */

#main {
	width: 960px;
	overflow: hidden;
	padding-top: 50px;
}