/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.20
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* Clear all default margins and paddings */
* {
	margin:				0px;
	padding:			0px;
}

/* Body */
body {
	margin: 			0px;
	background:			#75c5f0 url('../gfx/site/bg.png') repeat-x;
}

html, body {
	height:			100%;
}

/* Text throughout the site*/
body,td,th,p {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#000000;
}

/* Re-set some margins */
table {
	padding-bottom:		10px;
}

ul, ol {
	padding-bottom:		10px;
	margin-left: 		10px;
}

ul li, ol li {
 	margin-left: 		10px;
    list-style: 		none;
	line-height:		18px;
}

/* Default paragraph text */
p {
	padding-bottom:		10px;
	line-height:		18px;
}

/* Links */
a {
	color:				#005197;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

/* Rulers */
hr {
	border: 			1px dotted #777777;
	border-style: 		none none dotted;
	margin-top:			10px;
	margin-bottom:		10px;
}

/* Headers */
h1 {
	font-size:			16px;
	color:				#000;
	font-weight:		bold;
}

h2 {
	font-size:			11px;
	color:				#000;
	font-weight:		bold;
}

h3 {
	font-size:			11px;
	color:				#000;
	font-weight:		bold;
}

/* Success message after form submit */
p.message {
	font-style:			italic;
}

/* Error message after form submit */
p.error_message {
	color:				red;
}

/* Clearing element */
.clear {
	clear: 				both;
}

/* No border for images */
img {
	
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Arial;
	color: 				#000000;
	font-size: 			11px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 			inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

option {
	padding:		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'], input[type='radio'] {
	margin-left: 	4px;
}

/* Correct text blocks div for checkboxes and radio buttons */
div.radio_checkbox_div {
	padding-left: 	40px;
	text-indent: 	-45px;
}
div.radio_checkbox_div input {
	width:			40px;
}

/* Buttons */
button, input[type='submit'], .input_submit {

}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

/*** Main Layout */
div#container {
	width:				948px;
	margin:				0px auto;
	padding:			0;
	
	background:			transparent url(../gfx/site/background-shadows.png) repeat-y scroll 0 0;
	position:			relative;
	
	height:				auto !important;
	min-height:			100%;
	
}

div#site_background {
	width:				948px;
	position:			relative;
	display:			block;

	height:				auto !important;
	min-height:			100%;
	
	background: 		transparent url(../gfx/site/site_background.png) no-repeat scroll 0 0;

	z-index:			100;
}

div#header {
	width:				948px;
	background:			transparent ;
	height:				200px;
	display:			block;
}

.footer {
	position:			fixed;
	height:				20px;
	width:				100%;
	top:				auto;
	left:				0;
	bottom:				0;
}

div#page_image {
	left:				429px;
	width:				505px;
	height:				200px;
	margin-right:		14px;
	position:			absolute;
	top:				0px;
	z-index:			1;
}
	

div#logo {

	width:				330px;
	text-align:			center;
	padding-top:		4px;
}

div#top_menu {
	position:			absolute;
	top:				0px;
	left:				169px;
}


div#left_pannel {
	width:				176px;	
	float:				left;
}

div#content {
	width:				745px;
	float:				left;
	padding-top:		15px;
	margin-top:			5px;
	padding-left:		5px;
	padding-right:		10px;
	min-height:			600px;
}

#content img {
	border:				;
}


div#content_top {
	position:			relative;
	display:			block;
	top: 				-16px ;

	left:				-8px;
	height:				10px;
}	
	
/*** Menus */
div#top_menu ul {
	
	float:				right;
	list-style:			none;
	width:				779px;
	
}

div#top_menu ul li {
	float:				left;
	list-style:			none;
	padding-top:		2px;
	overflow:			hidden;
	height: 			33px;
	margin-top:			177px;
	
	background:			transparent url(../gfx/site/menu_item_background.png) no-repeat scroll 0 0;
	width:				251px;

	margin-left:		0px;
}

div#top_menu ul li a{
	margin-left: 		90px;
	width:				151px;
	height:				22px;
	display:			block;
	background-repeat:  no-repeat;
}

div#top_menu ul ul{
	float:				left;
	list-style:			disc;
	width:				230px;
	margin-top:			10px;
	margin-bottom:		10px;
	background-color:	transparent;
}

div#top_menu ul ul li{
	list-style:			disc;
	padding-left: 		00px;
	width:				230px;
	height:				20px;
	margin-top:			0px;
	background:			transparent;
}

div#top_menu ul ul li a{
	margin-left: 		5px;
	background-image:	none;
	width:				225px;
	font-weight:		bold;
	
}

div#top_menu ul ul li a:hover{
	margin-left: 		5px;
	background-image:	none;
	text-decoration:	none;
	color:				#50296c;
}

li#new_machines a {
	background-image:  url(../gfx/site/btn_new_mach_blue.png);
}

li#new_machines a:hover {
	background-image:  url(../gfx/site/btn_new_mach_red.png);
}

li#used_machines a {
	background-image:  url(../gfx/site/btn_used_mach_blue.png);
}

li#used_machines a:hover {
	background-image:  url(../gfx/site/btn_used_mach_red.png);
}

li#webshop a {
	background-image:  url(../gfx/site/btn_webshop_blue.png);
}

li#webshop a:hover {
	background-image:  url(../gfx/site/btn_webshop_red.png);
}





div#left_menu ul {
	list-style:			none;
	margin-top:			30px;
	margin-left:		14px;
}

div#left_menu ul li {
	list-style:			none;
	height:				27px;
}

div#left_menu a {
	width:				135px;
	height:				25px;
	display:			block
}

li#home a {
	background-image:  url(../gfx/site/btn_home_blue.png);
}

li#home a:hover {
	background-image:  url(../gfx/site/btn_home_red.png);
}

li#about_us a {
	background-image:  url(../gfx/site/btn_about_teygeler_blue.png);
}

li#about_us a:hover {
	background-image:  url(../gfx/site/btn_about_teygeler_red.png);
}

li#map a {
	background-image:  url(../gfx/site/btn_map_blue.png);
}

li#map a:hover {
	background-image:  url(../gfx/site/btn_map_red.png);
}

li#contact a {
	background-image:  url(../gfx/site/btn_contact_blue.png);
}

li#contact a:hover {
	background-image:  url(../gfx/site/btn_contact_red.png);
}

li#links a {
	background-image:  url(../gfx/site/btn_links_blue.png);
}

li#links a:hover {
	background-image:  url(../gfx/site/btn_links_red.png);
}

div#product_data {
	display: block;
	position: relative;
}
