

#header{
	background: #86C0EF;
	padding:px 5px;}
#header h1 {
	margin:50px 0 0 0;
	color:#cc0000;
}

body {
	background-image: url("images/default-background.jpg");
	background-position:center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.sitelogo {
	text-align:center;
	color: #ffffff;
}
.sitelogo h1 {
	text-transform: uppercase;
	font-size:40px;
	padding: 20px 0px;
}

.top-navigation table {
	width: 100%;
}
.top-navigation td {
	font-size: 20px;
	padding:10px 20px;
`	color: white;
	font-weight: bold;
}

.top-navigation  a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

.top-navigation  a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}

.top-navigation a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

.top-navigation a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

.pagetoptitle {
	text-align:center;
	color: white;
}

.pagetoptitle h1 {
	font-size:30px;
	font-weight:700;
	padding: 20px 0px;	
}

.mainbody {
	background-color: white;
	color: #444444;
	padding:40px;
	margin: 20px;
	font-size: 16px;
	overflow: auto;
}

.container {
    position: relative;
    width: 100%;
}

.image {
  opacity: 2;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: white;
  color: white;
  font-size: 24px;
  padding: 32px 50px;
}

.carbon {
	color: white;
	font-size: 20px;	
}

.shelf {
	color: white;
	font-size: 20px;	
	
}

.wheel		{ 
	color: white;
	font-size: 20px;	
}

.superlightwheels		{ 
	color: white;
	font-size: 20px;	
}

.youtube {
	float: right;
}


.me {
	height: 300px;
	width: 300px;
	float: left;
}

.partstable {
	width:100%;
}
.partstable img { max-height: 200px; }
.partstable td,.partstable th { padding:10px; vertical-align: top; }


 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea,input[type=email] {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}


/* Add a background color and some padding around the form */
.wcontainer {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
} 
