/* @override 
	http://tuner.nazwa.pl/_PORTFOLIO/css/style.css
	http://tworcyinternetu.pl/css/style.css
*/

/*** Base Layout ***/

.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

body {
	background-color: #e6e6e6;
}

div.main_wrapper_class {
	width: 990px;
	margin: auto;
	position: relative;
}

div#top_1 {
	width: 100%;
	height: 114px;
	background: url(../img/top_1.png) repeat-x;
}

div#top_2 {
	clear: both;
	width: 100%;
	height: 282px;
	background: url(../img/top_2.png) repeat-x;
}

div#top_3 {
	width: 100%;
	min-height: 357px;
	background: #ededed url(../img/top_3.png) repeat-x;
}

div#top_4 {
	width: 100%;
	height: 104px;
	background: url(../img/top_4.png) repeat-x;
}

/****************/

div#logo {
	width: 322px;
	height: 114px;
	background: url(../img/logo.png) no-repeat;
	float: left;
}

a#logo_link {
	width: 322px;
	height: 114px;
	display: block;
}

/*** Menu ***/

div#menu {
	float: right;
	margin-top: 44px;
}

ul#menu_list {
	list-style-type: none;
}

ul#menu_list li {
	display: block;
	float: left;
	margin-left: 40px;
}

ul#menu_list a {
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #5f5f5f;
	text-decoration: none;
	padding-bottom: 2px;
}

ul#menu_list a:hover {
	border-bottom: 5px solid #0096ff;
}

ul#menu_list a.current {
	border-bottom: 5px solid #0096ff;
}

/******************/

div#top_300 {
	width: 60px;
	height: 297px;
	background: url(../img/FROM_300.png) no-repeat;
	position: absolute;
	left: 60px;
	top: -7px;
	z-index: 4;
}

div#banner_mozaick {
	width: 997px;
	height: 282px;
	/*background: url(../img/banner_mozaick.png) no-repeat;*/
}

object#banner {
	margin-left: 10px;
	z-index: 1;
}

/*** Content ***/

div.content_wrapper {
	padding-top: 40px;
	padding-left: 10px;
}

div.title {
	background: url(../img/title_img.png) no-repeat 0 4px;
	padding-left: 36px;
	color: #0096ff;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#left_column {
	width: 450px;
	float: left;
	padding-right: 30px;
}

div#middle_column {
	width: 270px;
	float: left;
}

div#right_column {
	width: 230px;
	float: left;
}

div#left_column_contact {
	width: 580px;
	float: left;
}

div#left_column_contact label {
	display: block;
	line-height: 20px;
}

div#left_column_contact input#submit_button {
	width: 100px;
	margin-top: 10px;
}

div#right_column_contact {
	width: 380px;
	float: left;
}

div.content {
	padding-top: 20px;
	padding-bottom: 20px;
	font: 13px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #737373;
	text-align: justify;
}

div.content a{
	color: #0096ff;
	text-decoration: none;
}

div.content a:hover{
	text-decoration: underline;
}

ul.content {
	list-style-type: square;
	font: 13px/28px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #737373;
	padding-left: 39px;
	margin-top: -6px;
	text-align: left;
}

/***************/

/*** Portfolio ***/

div#photo {
	float: left;
	width: 526px;
	height: 377px;
	padding-top: 6px;
	padding-left: 6px;
	margin-right: 40px;
	background: url(../img/photo_frame.png) no-repeat;
}

div#photo img {
	width: 500px;
	height: 350px;
	border: 1px solid #8a8b8b !important;
}

div#desc_box h3 {
	padding-bottom: 20px;
	font-size: 18px;
	color: #424242;
}

div#desc_box td.label{
	font-weight: 800;
	width: 150px;
	color: #424242;
}

div#desc_box td.description {
	padding-top: 10px;
	padding-bottom: 10px;
}

td.description p{
	font-size: 12px;
	border: 1px solid #d7d7d7;
	background-color: #e8eaea;
	padding: 4px;
}

div#desc_box td.price_label {
	font-weight: 800;
	font-size: 14px;
	padding-top: 4px;
	color: #424242;
}

div#desc_box td.price {
	font-size: 16px;
	font-weight: 800;
	width: 200px;
	color: #3aabfa;
}

td.price p {
	display: inline;
}

div#pagination p.pagination{
	font-size: 14px;
	font-style: italic;
}

div#pagination p#next {
	float: right;
}

div#pagination p#last {
	float: left;
}

/*****************/

/*** Footer ***/

p#footer {
	
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #737373;
	padding-top: 48px;
	padding-left: 10px;
	text-align: center;
}

div.youbox_box {
	width: 330px;
	margin: auto;
}

form#ybqs {
	background:url(../img/quicksearch.png) no-repeat top left !important;
	}


/**************/