/* Css Default */

@import url("boxes.css");
@import url("quotes.css");
@import url("news.css");
@import url("catalog.css");
@import url("weblog.css");
@import url("form.css");

html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
    font-size: 100%;
	background-color: #000000;
    background-image: url(/images/bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
	color: #ededed;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align: left;
}

/* Heading */
H1 { color: #5decec; font-size: 1.12em; font-weight: normal; line-height: 22px; }
H2 { color: #ededed; font-size: 0.88em; font-weight: bold; }
H3 { color: #ededed; font-size:0.75em; font-weight: bold; }

/* Paragraph */
p { font-size: 0.75em; line-height: 1.5em; }

/* Lists */
#main ul { line-height: 1.5em; font-size: 0.75em; }

/* Links */
a:link, a:visited, a:active { color: #ffffff; text-decoration: underline; }
a:hover { color: #ffffff; font-weight: normal; text-decoration: underline; }

/* Image */
img { border: none; }

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
	width: 900px;
}

div#top {
	float: left;
	height: 40px;
	width: 100%;
}

div#menu {
    float: left;
    height: 40px;
    padding: 0;
    margin: 0;
}

div#header {
	float: left;
    margin-top:60px;
	height: 240px;
	width: 900px;
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
}

div#headerSecretPage {
	float: left;
    margin-top:60px;
	height: 240px;
	width: 900px;
    background-image: url(/images/header-secret-page.jpg);
}

.splifMessage {
    margin: 16px 0px 0px 40px;
    font-size: 1.4em;
}

div#count {
	float: right;
	padding: 170px 0px 0px 40px;
	font-size: 1em;
	letter-spacing: 2px;
	font-weight: normal;
	color: #ffffff;
    width: 350px;
    height: 50px;
}

div#logo {
	float: left;
	margin: 10px 0px 0px 10px;
}

div#main {
	float: left;
	width: 860px;
	min-height: 320px;
	padding: 20px 10px 20px 10px;
	font-weight: normal;
}

div#contentRight {
	float: left;
	width: 25%;
}

div#push {
	clear: both;	
	height: 120px;
}

div#footerWrapper {
	height: 120px;
	width: 900px;
	margin: 0 auto;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
    font-size: 0.7em;
    line-height: 1.5em;
}

div#footerTop {
	float: left;
	padding: 10px;
	width: auto;
	color: #4d838d;
}

div#footerTop ul {
	font-size: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#footerTop li {
	float: left;
	padding: 4px 0px 0px 10px;
}

#footerWrapper a:link, #footerWrapper a:active, #footerWrapper a:visited {
	color: #4d838d;
	font-weight: normal;
	text-decoration: none;
}

#footerWrapper a:hover {
	color: #ececec;
	font-weight: normal;
	text-decoration: none;
}

div#footerBottom {
	float: left;
	width: auto;
	height: 30px;
	padding: 20px 0px 0px 0px;
	color: #c1c1c1;
}

.design {
	color: #4d838d;	
}


