﻿/***********************************************/
/* DEALER SITE #2 HTML tag styles              */
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #EF3941;
	text-decoration: none;
}
a:active {
	color: #EF3941;
	text-decoration: none;
}

/*   Enter Page    */

.enterWrap {
	background-image: url(../images/enter_bg.jpg);
	width: 1000px;
	height: 691px;
	margin-left: auto;
	margin-right: auto;
}
.photoColumn {
	float: left;
	width: 1000px;
	height: 212px;
	margin-top: 350px;
	display: inline;
}
.photoLeft {
	width: 366px;
	height: 212px;
	margin-left: 115px;
	padding-right: 50px;
	float: left;
	display: inline;
	background-image: url(../images/enter_left1.jpg);
	background-repeat: no-repeat;
}
.photoRight {
	width: 366px;
	height: 212px;
	float: left;
	background-image: url(../images/C4-TSM10-G-B.png);
}
.photoTextBox {
	margin-top: 15px;
	margin-left: 30px;
	display: inline;
	float: left;
}
.photoTextTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
}
.photoTextBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}