/*  
Theme Name: Finzel's Mastertech
Theme URI: 
Description: 
Version: 1.0
Author: Mario Dees
Author URI: http://mariodees.com/
*/

*{ padding:0; margin:0; border: 0; }
a img{ border:none; }

.clear{margin:0; padding:0; display: block; clear:both; height:0; font-size:0; line-height:0; visibility: hidden;}


body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
	}
	
h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;	
	}
	
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	}
	
#header {
	background: #000033 url(/_img/bg.jpg) repeat-y top center;
}	
	
#header .wrapper {
	height: 160px;
	border-bottom: 10px solid #FC1922;
	background: white url(/_img/header_bg.jpg) no-repeat top center;
}

#header #logo {
	float: left;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}	

#header #logo img {
	padding-bottom: 6px;
}

#header #logo .phonenumber {
	padding-top: 2px;
	font-weight: bold;
	font-size: 18px;
	color: red;
}

#header #nav {
	padding: 33px 0 0 400px;
	text-align: center;
}

#stage {
		background: #000033 url(/_img/bg.jpg) repeat-y top center;
}

#stage .wrapper {
	height: 350px;
	background: white url(/_img/stage.jpg) no-repeat top center;
}

/* CONTENT
==============================================================================*/	
#contentbar {
	background: #000033 url(/_img/bg.jpg) repeat-y top center;
	overflow: hidden;
	}

#contentbar .wrapper {
	}

#content {
	}

#sidebar {
	}
	
/* SIDEBAR
==============================================================================*/			
	
#sidebar li {
	margin-bottom: 15px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	}
	
#sidebar li li  {
	margin: 0;
	list-style-type: none;
	font-weight: normal;
	}	

	
/* COUPON
==============================================================================*/		
.coupon {
	margin-bottom: 20px;
	border: 4px black dashed;
}

.coupon ul {
	margin: 20px;
	list-style-type: square;
}

.coupon h2 {
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color:red;
}

.coupon .entry {
	padding: 10px;
}

.coupon small {
	font-size: 10px;
}

/* PARTNER
==============================================================================*/		
.partner {
	padding: 20px;
	border-top: 4px #CCCCCC solid;
	
	font-size: 12px;	
}

.partner .image {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}

.partner img {
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
	border: 1px solid #CCCCCC;
}

.partner .entry {
	margin-bottom: 10px;
	min-height: 100px;
	height:auto !important;
  height:100px;	
}

/* SERVICE
==============================================================================*/		
.service {
	padding: 20px;
	border-top: 4px #CCCCCC solid;
	font-size: 12px;	
}

.service .entry {
	margin-bottom: 0px;
}


/* PARTNERS LOGO BAR
==============================================================================*/
#partners {
	margin-top: 15px;
	text-align: center;
}

.thumbnail {
	margin: 5px;
	width: 64px;
	height: 64px;
	border: 1px solid #CCCCCC;
}

#map_canvas {
	border: 4px solid #CCCCCC;
}

/* SHOP IMAGES
==============================================================================*/
#shopimages {
	width: 100%;
	border-top: 10px solid #FC1922;
	background-color: white;
}

#shopimages .wrapper{
	padding: 10px;
	background-color: white;
}

#shopimages img {
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 3px;
	border: 1px solid #AAAAAA;
	background-color: white;
}

.carcareone {
	text-align: center;
	background-color: white;
	border: 10px solid #FF0000;
}