/* Css Default */

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

html,body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #465e74;
    color: #555555;
    font-family: verdana, helvetica, sans-serif;
    text-align: left;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-x;
}

/* Heading */
H1 { color: #fcb131; font-size: 20px; font-weight: normal; line-height: 22px; }
H2 { color: #ffffff; font-size: 14px; font-weight: bold; padding: 10px 0px 0px 0px; }
H3 { color: #555555; font-size: 12px; font-weight: bold; }

/* Paragraph */
p { font-size: 11px; line-height: 18px; }

/* Lists */
ul { line-height: 18px; }

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

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

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 900px;
    background: url(/images/content-bg.jpg) no-repeat; 
    background-position: 4px 220px;
    background-repeat: no-repeat;
}

div#header {
    float: left;
    height: 180px;
    width: 100%;
    background: url(/images/header.jpg) no-repeat;
}

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

div#language {
    float: right;
    margin: 20px 0px 0px 0px;
    height: auto;
    width: 100%;
    text-align: right;
}

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

div#main {
	float: left;
	width: 100%;
    min-height: 470px;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

div#contentMain {
    float: left;
    width: 600px;
    margin: 40px 0px 20px 0px;
    color: #ffffff;
}

div#printWrapper {
    float: left;
    width: 900px;
    text-align: left;
    background-color: transparent;
}

#printWrapper a:link, #printWrapper a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
}

#printWrapper a:hover {
    color: #fcb131;
    text-decoration: none;
}

div#footerWrapper {
    float: left;
    height: 100px;
    width: 100%;
    margin: 0 auto;
    padding: 14px 0px 0px 0px;
    border-top: Solid 1px #e8e8e8;
    font-size: 10px;
}

#footerWrapper a:link, #footerWrapper a:active, #footerWrapper a:visited { color: #ffffff; font-weight: normal;	text-decoration: none; }
#footerWrapper a:hover { color: #fcb131; font-weight: normal; text-decoration: none;}

.footerLeft {
	float: left;
	color: #ffffff;
    width: 50%;
}

.footerRight {
    float: right;
    width: 50%;
}

.footerRight ul {
    list-style: none;
    float: right;
}

.footerRight li {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 20px;
}


