html{
	background:url('images/dotbackground.png') repeat;
}

body {
	width:1000px;
	margin:0 auto;
	background:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
}

img{
  border-width: 0;
	border:none;
}

.topcurve {
	position:absolute;
	background:url('images/topcurve.png');
	left:50%;
	margin-left:-500px;
	width:1000px;
	height:256px;
	z-index:50;
}

.topcurvespace {
	text-align:center;
	width:1000px;
	height:132px;
}

.topmenu {
    	font-size: 15px;
    	padding: 15px 0 10px;
    	width: 1000px;
	text-align:center;
}

.topmenu a{
	text-decoration:none;
	color:#21466c;
}

.searchbox {
	width:200px;
	height:75px;
	margin-left:26px;

}

.USA {
	width:140px;
	height:50px;
}

.search {
	width:140px;
	padding:0 0 10px 5px;
}

#edit-search-block-form-1 {
    width: 125px;
}

.search input {
	color: #D8D8D8;
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border: 1px solid #D8D8D8;
}

.middle {
    display: block;  
    clear: both;  
    margin-bottom: 20px;  
	background:#FFFFFF;
}

.left {
	float:left;
	width:280px;
}

.right {
	float:left;
	width:483px;
	height:255px;
}

.welcometexty{
	display:none;
}

.rightright {
    float: left;
    height: 326px;
    margin-top: 12px;
    width: 220px;
}

.leftnavlist {
	line-height: 150%;
	text-align: right;
	margin-right:30px;
	list-style-type:none; 
	font-size:17px;
	color:#777574;
	font-weight:bold;
	position: relative;
  z-index: 10;
}

.leftnavlist a{
	text-decoration:none;
	color:#777574;
}

#selected {
	color:#9C1421;
}

.partners {
	background:url('images/footer.png');
	width:1000px;
	height:31px;
}

.footertext {
	color: #FFFFFF;
    	font-size: 13px;
    	letter-spacing: 0.2pt;
    	padding: 11px 0 0;
    	text-align: center;
}

.footertext a {
	text-decoration:none;
}

.bottommenu {
    font-size: 13px;
	margin:15px 0;
}

.bottommenu  a{
    text-decoration:none;	
	color:#21466c;
}

.footer {
	width:1000px;
	text-align:center;
	margin-bottom:20px;
}

/* clearfix */  
.clearfix:after {  
    content: ".";  
    display: block;  
    clear: both;  
    visibility: hidden;  
    line-height: 0;  
    height: 0;  
}  
.clearfix {  
    display: inline-block;  
}  
   
html[xmlns] .clearfix {  
    display: block;  
}  
* html .clearfix {  
    height: 1%;  
}  

.contacttext {
	color:#777574;
	font-size:22px;
	font-weight:bold;
	line-height:150%;
}

.contacttext2 {
	color:#777574;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
}

.contacttext3 {
	color:#777574;
	font-size:24px;
	font-weight:bold;
	line-height:150%;
}

.contacttext2 a{
	color:#777574;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
}

.directorytext {
	color:#777574;
	font-size:21px;
	font-weight:bold;
}

.directorytext2 {
	color:#777574;
	text-decoration:none;
	font-size:26px;
	font-weight:bold;
}

.slidemenu{
margin: 10px 0 0 11px;
padding: 0;
width: 250px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.slidemenu div.silverheader a{
background:#777574;
font: normal 14px Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.slidemenu div.silverheader a:visited, .slidemenu div.silverheader a:active{
color: white;
}


.slidemenu div.selected a, .slidemenu div.silverheader a:hover{
background-image: url(silvergradientover.gif);
color: white;
}

.slidemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
 /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.menulist {
	list-style-type:none;
}

.menulist a{
	text-decoration:none;
	color:#777574;
}

.partstable {
	border:1px solid black;
	width:575px;
	text-align:center;
	margin:0 auto;
	background:white;
}

.partsrow {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#333;
}

.blankrow {
	background:#EDF3F3;
	font-size:7px;
}

#partselect {
	width:275px;
}

.leftparts {
	float:left;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 315px; /*Width of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background:url('images/partsleftbackground.png');
}

.rightparts {
	top: 0; 
	left: 315px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	width: 685px;
	overflow: auto; 
	text-align:left;
	color:#777574;
	font-size:17px;
}

.partstable td {
	width:200px;
	border:1px grey solid;
}

.categoryimage {
	width:175px;
	height:130px;
	margin:0 auto;
	margin-top:5px;
	text-align:center;
	border:1px grey solid;
}

.categorytext {
	margin:5px auto;
	text-align:center;
}

.categorytext a {
	color:#777574; 
	text-decoration:none;
}

ul a{
	color:#777574;
	text-decoration:none;
}

.categoryitem {
	width:190px;
	height:190px;
	border:1px solid black;
	-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.75);
	margin:5px;
	float:left;
}

.categoryhead {
    font-size: 25px;
    text-align: center;
}

.servicetext {
	color:#777574;
	font-size:20px;
	line-height:150%;
}

.servicetextsmall {
	color:#777574;
	font-size:12px;
	line-height:110%;
}

.upgradehead {
	font-size:20px;
	color:#9c1421;
	font-style:italic;
	font-weight:bold;
}

.resultRowOne {

}

.resultRowTwo {
	background:#CCC;
}

.mediarow {
	width:810px;
	height:250px;
	margin:0 auto;
	padding:10px 0;
}

.medialeft {
	float:left;
	width:250px;
	height:250px;
	border:1px solid #333;
	text-align:center;
}

.mediacenter {
	float:left;
	width:250px;
	height:250px;
	margin:0 15px;
	border:1px solid #333;
	text-align:center;
}

.mediaright {
	float:left;
	width:250px;
	height:250px;
	border:1px solid #333;
	text-align:center;
}

.innertube {
	padding:10px;
}

.rightcolumn {
	width:200px; 
	float:right; 
	padding:20px 0 20px 30px;
}

.rightcolumnrecent {
	width:196px;
	border: 2px solid #777574;
}

.leftcolumnnews {
	width:700px;
}


.newsheadline a{
	font-size:16px;
	color:#4b4c4d;
	text-decoration:none;
	font-weight:bold;
}

.newssummary{
	font-size:16px;
	color:#4b4c4d;
}

.newsbreaker {
	width:95%; 
	height:1px; 
	color:#4b4c4d;
	background-color: #4b4c4d;	
}

h3 a{
	text-decoration:none;
	color:#4b4c4d;	
}

.readmore {
	text-decoration:none;
	color:#06b9f1;
}

.partstable_large {
	font-size:13px;
}

.copyrighttext {
	clear:both; 
	font-size:8px; 
	text-align:center; 
	color:#333333;
}

.socialfooter {
	width:278px;
	margin:10px auto;
}

ul#navlist
	{ text-align: left; list-style: none; padding: 0; margin: 0 auto; width: 100%;	}
					
ul#navlist li a
	{     background: #919295 none repeat scroll 0 0;
    border-color: #8c0c04;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 1em 0 1em 2em;
    text-decoration: none;
    width: 100%; }	


.toggle-button { display:none; }

@media screen and (max-width:999px) {
body {  width:100%; }
.topcurve { width:100%; left:0; position:absolute; margin-left:0px; background:url('images/topcurve2.png'); min-height: 390px;}
.topcurvespace { width:100%; height:270px; }
.topmenu { width:95%; font-size:25px; line-height:150%; padding: 20px;}
.searchbox { float: right; padding: 40px 0 0; }
.middle { width:100%; }
.left { display:none; }
.right{ width:450px; margin:0 auto; float:none; }
.right img {display:none; }
.welcometexty { display:inline; }
.welcometitle { font-family: 'Lato', sans-serif; font-weight: 900; font-size:40px; color:#9c1421;  margin: 20px 0 -10px; }
.welcometext { font-family: 'Lato', sans-serif;	font-weight: 400; font-size: 20px; color: #777574; }
.rightright { width:610px; float:none; clear:both; margin:0 auto; height:100px; }
.kleefisch { float:left; }
.partners { width: 100%; background:#777574 url("images/footer.png") no-repeat scroll 0 0; height:auto; }
.footer { width:100%; }
.footertext { font-size:25px; padding: 11px 20px; line-height: 150%; padding: 20px;}
.leftparts { display:none; }
.rightparts { width:100%; text-align:center; }
.categoryitem { display: inline-table; float:none; }
.copyrighttext { font-size:17px; }
.rightcolumn { display: none; }
.leftcolumnnews { width:100%; }
.leftcolumnnews img { height: auto; max-width: 600px; width: 95%; }
} /*close 999px */



@media screen and (max-width:768px) {
body {  width:100%; }
.toggle-button { display:block; }
.topmenu { display:none;}
.topcurve { width:100%; left:0; position:absolute; margin-left:0px; background:url('images/topcurve4.png'); min-height: 286px;}
.topcurvespace { height:160px; }
.middle { width:100%; }
.left { display:none; }
} 

@media screen and (max-width:630px) {
.searchbox { display:none; }
.right { width:95%; height:auto; padding: 20px; }
.rightright { width:220px; height:auto;  }
.kleefisch { float:none;}
} 


@media screen and (max-width:505px) {
.searchbox { display:none; }

} 