﻿/*	NOTE

The color code of the color resembling 'red' used throughout the site is #ad1e21

*/

body
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color:#ffffff;
	margin:0px;
	width: 100%;
}

Input[type="text"], Input[type="password"]
{
	font-family: Verdana;
	font-size: 11px;
	font-style:normal;
	color:#000000;
	height:14px;
	border:solid 1px #cecece;/*#7f9db9;*/
}

textarea
{
	font-family: Verdana;
	font-size:11px;
	font-style:normal;
	color:#000000;
	border:solid 1px #cecece;/*#7f9db9;*/
}

select
{
	font-family: Verdana;
	font-size:11px;
	font-style:normal;
	color:#000000;
	height:18px;
	border-color:#cecece;/*#7f9db9;*/
	border-style:solid ;
	border-width:1px;
}

a
{
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.pgTitleGrey
{
	font-family: Futura BdCn BT;
	font-size:32px;
	font-weight: 500;
	color: #767575;
}

.pgTitleRed
{
	font-family: Futura BdCn BT;
	font-size:32px;
	font-weight: 500;
	color: #ad1e21;
}


.pgSubTitleGrey
{
	font-family: Futura BdCn BT;
	font-size: 22px;
	font-weight: 500;
	color: #767575;
}

.pgSubTitleRed
{
	font-family: Futura BdCn BT;
	font-size: 22px;
	font-weight: 500;
	color: #ad1e21;
}

.regRedTitle
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ad1e21;
}

.regTitle
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.price
{
	color: #ad1e21;
	font-size:12px;
	font-weight:bold;
}

/*Special Links*/
.lnkTitle
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*Regular border*/
.tblborder
{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
	border-left-color: #dbdbdb;
}

.tblborderall
{
	border: solid 1px #dbdbdb;
}

/*Inner sections border*/
.tblborderin
{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}

.tblborderinall
{
	border: solid 1px #e6e6e6;
}

/*Regular border top line (search)*/
.tblborderTop
{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
	border-top-color: #dbdbdb;
}

/*Image Border*/
img.imgborder
{
	border: solid 1px #CECECE;
}

.lnseperator
{
	border-top:dotted 1px #dbdbdb;
	line-height:2px;
}

/*Site footer*/
.bottom
{
	font-family: Verdana;
	font-size: 12px;
	font-style:normal;
	color: #FFFFFF;
	letter-spacing: 75%;
	background-color: #404040;
	height: 40px;
}

.bottom a
{
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing: 75%;
}

.bottom a:hover
{
	text-decoration:underline;
}
/*Site footer*/

/*Fixed Div*/
#fixdiv {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 46%;
  padding:0px 5px 0px 5px;
  border:solid 1px #ad1e21;
  line-height: 25px;
  background-color: #FFFFCC;
  color: #545454;
  font-weight: bold;
  width: 105px;
}

form>#fixdiv {position: fixed;}
/*Fixed Div*/