
html{
	height: 100%;
}

body{
	margin: 0px;
	height: 100%;
	font-family: sans-serif;
	color: black;
}

p{
	font-size: 12px;
}

td{
	font-size: 12px;
}

.right-table{
	color: #F7C74A;
}

a{
  color: #C42720;
  text-decoration: none;
}

a:hover{
  color: #C42720;
  text-decoration: underline;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

img{
	border-style: none;
}

.page{
	position: relative;
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.logo{
	width: 358px;
	margin-left: 30px;
	padding: 5px;
}



.navigation{
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-image: url('navigation.png');
}

.navigation-main{
	padding-left: 10px;
	padding-top: 5px;
}

.content{
	position: relative;
	background-color: #F7C74A;
	left: 0px;
	top: 0px;
	padding: 20px;
}

.content-body{
	width: 620px;
}

.footer{
	text-align: center;
	padding-top: 20px;
}

.footer-nav{
	padding-top: 10px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

a.footer-link{
	font-family: sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.footer-link:hover{
	font-family: sans-serif;
	font-weight: bold;
	color: #F7C74A;
	text-decoration: underline;
}

.navigation-list{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

.navigation-item-selected{
	float:left;
	width: 100px;
	height: 30px;
	background-image: url('selected.png');
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
}

a.navigation-link{
	font-family: sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.navigation-link:hover{
	font-family: sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.navigation-item{
	float:left;
	width: 100px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
}

.navigation-link{
	font-family: sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.right{
	position: absolute;
	left: 670px;
	top: 40px;
	background-image: url('right.png');
	background-repeat: no-repeat;
	width: 250px;
	height: 600px;
	padding-left: 25px;
	padding-top: 10px;
}

.right-body{
	width: 225px;
}

.red-button{
	background-color: #C42720;
	border-style: solid;
	border-color: black;
}

input{
	border-style: solid;
	border-color:  #C42720;
}

textarea{
	border-style: solid;
	border-color:  #C42720;
}

.brand-list{
	list-style-type:none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.brand-item{
	float:left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 25px;
}
