#rightnav li{
	float: none;
	width: 260px;
	background-color: #cccccc;
	padding: 10px 10px;
	border: 0px;
	font-family: Verdana, Helvetica, Arial;
	color: #171717;
	font-size: 16px;
	cursor: pointer;
}

#body {
	width: 970px;
	margin: 0 auto;
}

#left_body{
	float: left;
	padding-right: 15px;
	border-right: solid 1px #c1c1c1;
	width: 645px;
}

#navbar ul{
	margin: 50px 0px 0px 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

#navbar li{
	float: left;
}

#navbar li a{
	font-family: "Myriad Pro", Helvetica, sans-serif, arial;
	color: #ffffff;
	font-size: 16px;
	display: block;
	background-color: #181818;
	border-top: 1px solid #2f2f2f;
	padding: 10px 18px;
	font-weight: normal;
	text-decoration: none;
}

#navbar li a:hover{
	color: #31738c;
	display: block;
	background-color: #272727;
	border-top: 1px solid #616161;
	padding: 10px 18px;
	font-weight: normal;
	text-decoration: none;
}

#container {
	min-height: 100%;
	margin-bottom: -130px;
	position: relative;
}

#footer {
	height: 130px;
	position: relative;
	background-color: #eaeaea;
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat-x;
}

#foot_container{
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	font-family: "Myriad Pro", Helvetica, sans-serif, arial;
	font-size: 13px;
	color: #4c4c4c;
	font-weight: normal;
}

#foot_container a{
	font-weight: normal;
	text-decoration: none;
}

.foot {
	float: left;
	display: block;
	padding: 0px 10px;
	border-right: solid 1px #999999;
}

#foot_container a:hover{
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

.clearfooter {
	height: 130px;
	clear: both;
}

/*VENDOR STUFF*/
.vendor_button{
	float: left;
	display: block;
	text-decoration: none;
	font-weight: normal;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: solid 1px #bfbfbf;
	background-color: #d9d9d9;
	color: #285769;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	font-size: 15px;
	cursor: pointer;
	margin: -1px 0px 0px -1px;
}

/*PAYMENTS*/
#pay-top{
	width: 70%;
	background-color: #808080;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.h1{
	margin: 14px 14px 14px 38px;
	float: left;
	width: 60%;
	color: #ffffff;
	font-size: 16px;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	text-transform: uppercase;
}

.h2{
	margin: 14px 48px 14px 0px;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 16px;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	text-transform: uppercase;
}

.pay-container{
	width: 70%;
	background-color: #dedede;
}

.con1{
	margin: 14px 14px 14px 38px;
	float: left;
	width: 60%;
	color: #3b3b3b;
	font-size: 13px;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
}

.con1 span{
	font-size: 16px;
	text-transform: uppercase;
}

.con2{
	margin: 14px 48px 14px 0px;
	float: right;
	text-align: right;
	color: #3b3b3b;
	font-size: 13px;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
}

.con2 span{
	font-size: 16px;
	text-transform: uppercase;
}

.paybutton{
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: right;
	background-color: #808080;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	line-height: 28px;
	color: #ffffff;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	font-size: 13px;
	padding: 0px 18px;
	cursor: pointer;
}

.paybutton:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #3d3d3d;
}
