/*------------------------------
*
*		THE SIGN POST CSS
*
*------------------------------*/
@import url("reset.css");

/*----------	LaYoUT STYLeS	----------*/
body {
	color: #333333;
	line-height: 16px;
	text-align: center;
	font: 62.5%/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/core/bg.gif) top left repeat-x;
}

#container { width: 985px; font-size: 1.1em; text-align: left; margin: 0 auto; }
#content_container { margin-left: 105px; background: url(../images/core/content-bg.gif) top repeat-y; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.column-left { float: left; width: 660px; background-color: #DADADA; margin-bottom: 30px; }
.column-right { float: right; width: 219px; background-color: #BCBCBC; }

/*----------	CoMMoN STYLeS	----------*/
h1 { font-size: 1.6em; margin: 20px;}
h2 { font-size: 1.2em; color: #324497; margin: 20px; font-weight: bold; }
p { margin: 15px 20px; }
a { color: #0078B6; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
strong { font-weight: bold; }

.hidden { display: none; }
.clear { display: block; clear: both; }

ul.list { list-style-type: disc; margin: 0 0 18px 60px; }
ul#gallery { margin-left: 5px; }
ul#gallery li { float: left; margin: 5px; list-style-type: none; }

ul.left-list {
	list-style-type: disc;
	width: 150px;
	margin-left: 50px;
	margin-bottom: 18px;
	float: left;
}

img#map { float: right; margin-right: 20px; }

div.contact-box {
	width: 260px;
	float: left;
	margin-left: 20px;
}

div.map {
	width: 350px;
	float: left;
}



/*----------	HeaDeR STYLeS	----------*/
#header { width: 986px; height: 196px; background: url(../images/core/header_bg.jpg) top left no-repeat; position: relative; }
#header #logo { position: absolute; top: 0; left: 0; z-index: 1; }
#header #slogan { position: absolute; top: 58px; left: 647px; }


/*----------	BaNNeR STYLeS	----------*/
#banner { width: 880px; height: 178px; margin-left: 105px; border-bottom: 1px solid #FFFFFF; }

ul#square1 {
	width: 219px;
	float: left;
	margin: 0;
}

ul#square2 {
	width: 218px;
	float: left;
	margin: 0;
}

ul#square3 {
	width: 220px;
	float: left;
	margin: 0;
}

ul#square4 {
	width: 219px;
	float: left;
	margin: 0;
}

#banner ul#square1 img,
#banner ul#square2 img,
#banner ul#square3 img { float: left; border-left: 2px solid #FFFFFF; }

#banner ul#square4 img { float: left; border-left: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; }


/*----------	NaVIGaTIoN STYLeS	----------*/
#navigation { position: absolute; top: 163px; left: 183px; z-index: 8; }
#navigation ul li { list-style: none; float: left; }
#navigation li a { height: 33px; display: block; }
#navigation li a:hover { background-position: 0 -33px !important; }
#navigation li#home a { background: url(../images/nav/home.gif) no-repeat; width: 59px; }
#navigation li#profile a { background: url(../images/nav/profile.gif) no-repeat; width: 73px; }
#navigation li#stickers a { background: url(../images/nav/stickers.gif) no-repeat; width: 285px; }
#navigation li#flat a { background: url(../images/nav/flat.gif) no-repeat; width: 282px; }
#navigation li#contact a { background: url(../images/nav/contact.gif) no-repeat; width: 83px; }

body.home #navigation li#home a, body.profile #navigation li#profile a, body.stickers #navigation li#stickers a, body.flat #navigation li#flat a, body.contact #navigation li#contact a {
	background-position: 0 -33px !important;
}

/*----------	FooTeR STYLeS	----------*/
#footer { font-size: 0.9em; color: #333333; border-top: 5px solid #333333; margin-left: 106px; }
#footer a { color: #333333; text-decoration: none; font-weight: normal; }
#footer a:hover { text-decoration: underline; }
#footer #webfirm { float: right; margin: 5px 48px 0 0; }
