/* HTML */

h1.red{
	width:841px;
	height:32px;
	background-color: #EF3E34;
	color: white;
	padding: 13px 0px 10px 15px;
	font-size:2.5em;
}

h2{
	font-size: 1.3em;
	color: #797979;
	font-weight: bold;
	padding:0px;
	padding-bottom:11px;
	margin:0px;
}

h2.truckStore{
	padding-bottom:0px;
}

h3{
	font-size: 1.0em;
	color: red;
	font-weight:bold;
	padding:0px;
	margin:0px;	
}

.newsBlock h3{
	font-size: 1.1em;
	color: red;
	font-weight:bold;
	padding:0px;
	margin:0px;	
}


h4{
	color: red;
	font-weight:bold;
	padding:0px;
	margin:0px;	
}

input[type=text] {
	padding-left: 3px;
	font-size: 0.9em;
	color: #8A8A8A;	
}

input[type=submit] {
	font-size: 0.95em;
}

textarea {
	font-size: 100%;
}

.frmContact input[type=text], .frmContact label{
	color: #000;
	font-size: 100%;
}

.newsLetterForm p{
	color: #AAAAAD;
	font-size: x-small;
}

.newsLetterForm p input[type=text].red{
	color: #fff;
	font-size: x-small;
}


select{
	background-color: #fff; border:1px solid #AEAEAE;
	margin:0px;
}

/* /HTML */

/* FONT STYLES */
.black { color: black }
.lightGrey { color: #AAAAAD }
.red, .date { color: red }
.white { color: white }

.bold { font-weight: bold }
.small { font-size: x-small }

/* /FONT STYLES */

/* LINKS */
a:link, a:visited {
	color: black;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	background-color: transparent;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;	
}

a.red:link, a.red:visited, a.red:hover, .red a:link, .red a:visited, .red a:hover {
	color: red;
}

a.white:link, a.white:visited, a.white:hover, .white a:link, .white a:visited, .white a:hover {
	color: white;
}

a.grey:link, a.grey:visited, a.grey:hover, .grey a:link, .grey a:visited, .grey a:hover {
	color: #797979;
}


.red a:hover{
	border-color: red;
}

.lightGrey a:link, .lightGrey a:visited {
	color: #AAAAAD;
}

.active a:link, .active a:visited {
	color: black;	
}

.selected a:link,.selected a:visited,.selected a:hover, a.black:link, a.black:visited, a.black:hover {
	color: black;
	border-color: black;
}

/* /LINKS */

/* FONTS */
#we_offer div > div {
	font-family:Verdana;
	color: #343434;
	font-size:0.96em;
}

#pageMenu .fc-richtext strong {
	font-size: 1.3em;
	color: #797979;
	font-weight: bold;
	padding:0px;
	padding-bottom:11px;
	margin:0px;
}

/* / FONTS */