/*

<summary>
CDON Public - front.css
</summary>
<author>Dan Nilsson, Web designer - CDON.COM</author>
<copyright>CDON.COM AB 1999-2009, all rights reserved</copyright>

*/

/* ---< layout >--- */

html { height: 100%; }

body#front * { color: #404040; }

body#front {
	background: url(/images/flagpage/main-background.jpg) no-repeat center 282px #ededed;
	text-align: center;
	height: 100%;
}

body#front p { margin-bottom: 15px; }


body#front h1 { font-size: 1.3em; }

/*
body#front img {
	margin: auto;
	margin-bottom: 20px;
}
*/

body#front ul {
	overflow: hidden;
	width: 480px;
	margin: auto;
	margin-top: 62px;
	padding: 0;
}

body#front ul li {
	list-style: none;
	margin: 0;
	margin-left: 52px;
	float: left;
}

body#front ul li img {
	margin: 0;
	margin-bottom: 5px;
}

body#front ul li.first { margin-left: 0; }


div#logo {
	background: url(/images/flagpage/logo-background.gif) repeat-x top left;
	height: 172px;
	padding-top: 110px;
}

div#logo img { margin: auto; }

p#info-text {
	font-size: 1.7em;
	margin: 25px 0;
}

p#powered-by {
	font-size: .8em;
	margin-top: 50px;
}

/* < page-not-found > */

/*
body#front div#info-spot div {
	background: url(../images/layout/common/frontpage-text-box/bg-bottom.gif) no-repeat bottom left;
	padding: 30px;
	min-height: 138px;
}
*/

body#front div#info-spot {
/*
	background: #56ad1c url(../images/layout/common/frontpage-text-box/bg-top.gif) no-repeat top left;
*/
	background: #ededed;
	width: 350px;
	margin: auto;
	padding: 20px;
	text-align: left;
	border: 1px solid #ccc;
}

body#front div#info-spot p.strong {
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

body#front div#info-spot ul {
	margin: 0;
	padding: 0;
	width: auto;
	list-style: outside;
}

body#front div#info-spot ul li {
	float: none;
	list-style-type: disc;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	padding-bottom: 5px;
}

/* </ page-not-found > */

/* ---</ layout >--- */
