/*
		********************************************
		*                                          *
		* Code: http://www.candoo.eu               *
		* Date: 07.01.2009                         *
		* Support: info@candoo.eu                  *
		*                                          *
		********************************************
*/

/*

	TABLE OF CONTENTS
	- reset
	- general tags
	- container
	- header
	- menu
	- footer
	- 404
	- discount
	
*/

/*
-----------------------------------------------RESET------------------------------------------------
*/

* {margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0; outline: 0; vertical-align: baseline; background: transparent; }

a img { border: 0px solid #fff; }

ul, ul li, ol, ol li { list-style: none; }

sup {
	vertical-align: super;
}

/*
-----------------------------------------------GENERAL_TAGS-----------------------------------------
*/

html { font-size:100.01%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	background: #fff url("./../images/bg_body.jpg") 50% 33px no-repeat;
}

.clear { clear: both; }

hr.separator {
	clear: both;
	height: 1px;
	visibility: hidden;
	border: 0px solid #fff;
}

hr.separatorThumb {
	clear: left;
	height: 1px;
	visibility: hidden;
	border: 0px solid #fff;
}

a {
	color: #0063DB;
	text-decoration: none;
}

a:link {
	color: #0063DB;	
	text-decoration: none;
}

a:visited {
	color: #7F7F7F;
}

a:hover {
	text-decoration: none;
	color: #003399 !important;
}

a.more_information {
	display: block;
	width: 130px;
	height: 50px;
	background: #E5EFF7 url("./../images/button_moreInfo.png") left top no-repeat;
	line-height: 43px;
	text-indent: 38px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.more_information:hover {
	background: #E5EFF7 url("./../images/button_moreInfo.png") left bottom no-repeat;
}

/*
-----------------------------------------------CONTAINER--------------------------------------------
*/

#container {
	text-align: left;
	width: 900px;
	margin: 0px auto;
}

/*
-----------------------------------------------HEADER-----------------------------------------------
*/

#header {
	position: relative;
}

h1.logo {
	text-indent: -3000px;
	position: absolute;
	top: 10px;
	left: 47px;
	width: 112px;
	height: 140px;
}

h1.logo a {
	text-indent: -3000px;
	display: block;
	width: 112px;
	height: 140px;
	background: transparent url("./../images/posca_logo.jpg") left top no-repeat;
}

/*
-----------------------------------------------MENU-------------------------------------------------
*/

#menu {
	width: 240px;
	height: 276px;
	background: transparent url("./../images/bg_menu.png") 0px -33px no-repeat;
	position: absolute;
	top: 33px;
	right: 0px;	
	padding-top: 22px;
}

#menu li {
	width: 201px;
	height: 31px;
	margin: 0px 0px 16px 18px;
}

#menu li a {
	line-height: 31px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff !important;
	display: block;
	width: 201px;
	height: 31px;
	text-indent: 18px;
	text-decoration: none;
}

#menu li a:hover {
	background: transparent url("./../images/bg_menu_hover.png") left top no-repeat;
	color: #fff !important;
}

#menu li.active a {
	background: transparent url("./../images/bg_menu_actual.png") left top no-repeat;
	color: #0063DC !important;
}

#menu li.active a:hover {
	background: transparent url("./../images/bg_menu_actual.png") left top no-repeat;
}

/*
-----------------------------------------------FOOTER-----------------------------------------------
*/

#footer {
	width: 900px;
	height: 145px;
	border-top: 1px #C0C7CE solid;
	position: relative;
	background: transparent url("./../images/bg_footerMenu.jpg") left top repeat-x;
}

#footer .date {
	position: absolute;
	top: 25px;
	right: 20px;
	width: 230px;
	height: 12px;
	line-height: 12px;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#footer .copyright {
	width: 900px;
	padding-top: 24px;
	background: transparent url("./../images/bg_footer.jpg") center top no-repeat;
	color: #7F7F7F;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#footer .copyright #candoo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	text-decoration: none;
	color: #7F7F7F;
}

#footer .copyright #candoo:hover {
	text-decoration: none;
	color: #003399;
}

#footer img {
	width: 34px;
	height: 34px;
	float: left;
	margin: -3px 15px 3px 12px;
}

#footer a:hover {
	text-decoration: none;
}

#footer ul {
	height: 62px;
	margin-left: 10px;
}

#footer li {
	height: 62px;
	float: left;	
}

#footer li a {
	display: block;
	height: 12px;
	line-height: 12px;
	padding: 0px 20px;
	margin-top: 25px;
	text-decoration: none;
	color: #999;
	border-right: 1px #999 solid;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
float: left;
}

#footer li.noBorder a {
	border-right: 0px #999 solid;
}

#footer li a:hover {
	/*text-decoration: underline;*/
}

/*
-----------------------------------------------404--------------------------------------------------
*/

.error404 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #000;
	padding: 18px 0px 10px 0px;
}

.error404 p {
	color: #4C4C4C;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 8px 0px;
}

/*
-----------------------------------------------DISCOUNT---------------------------------------------
*/

#lot {
	position: relative;
}

#discount {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 120px;
	background-color: #000;
}

#discount strong {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "New York CE", utopia, serif;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 22px;
}

#discount a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	z-index: 999;
}

#discount a:hover {
	/*text-decoration: underline;*/
}

#discount .new-costs {
	position: absolute;
	left: 5px;
	bottom: 5px;
	display: block;
}

#discount .closeMe {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	text-align: right;
}

/*
-----------------------------------------------WORKING-WITH-----------------------------------------
*/

#working-with {
	display: none;
}

#working-with-inner {
	padding: 30px;
}

#working-with-inner p {
	margin: 20px;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

#working-with-inner p.center {
	text-align: center;
}








