/* 
	TEXT CLASSES 
	
	primary color: 		#c54c00 (orange)
	primary color: 		#f28b00 (light orange)
	secondary color: 	#032e58 (blue)
*/

body {
	background-image: url('/img/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body,table,input,textarea,select {
	font-family: arial;
	font-size: 11px;	
	color: #000000;
}

a:link		{color: #000000; text-decoration: none;}     
a:visited	{color: #000000; text-decoration: none;}     
a:active	{color: #000000; text-decoration: none;}     
a:hover		{color: #999999; text-decoration: none;}

.txtNormal {
	font-size: 11px;	
	color: #000000;	
	font-weight: normal;
}
.txtNormal	a:link		{color: #000000; text-decoration: none;}     
.txtNormal	a:visited	{color: #000000; text-decoration: none;}     
.txtNormal	a:active	{color: #000000; text-decoration: none;}     
.txtNormal	a:hover		{color: #999999; text-decoration: none;}

.txtHeader {
	font-size: 16px;
	font-weight: bold;
}

.txtTitle {
	font-size: 12px;
	font-weight: bold;
}

.txtInfo {
	font-style: italic;
}

.txtBold {
	font-weight: bold;
}

.txtTitleLink {
	font-size: 12px;
	font-weight: bold;
	color: #c54c00;
}
.txtTitleLink	a:link		{color: #c54c00; text-decoration: none;}     
.txtTitleLink	a:visited	{color: #c54c00; text-decoration: none;}     
.txtTitleLink	a:active	{color: #c54c00; text-decoration: none;}     
.txtTitleLink	a:hover		{color: #000000; text-decoration: none;}

.txtMenu {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 12px;
}
.txtMenu	a:link		{color: #ffffff; text-decoration: none;}     
.txtMenu	a:visited	{color: #ffffff; text-decoration: none;}     
.txtMenu	a:active	{color: #ffffff; text-decoration: none;}     
.txtMenu	a:hover		{color: #f28b00; text-decoration: none;}

.txtButtonLink {
	font-weight: bold;
	color: #ffffff;
	padding-left: 7px;
	padding-right: 10px;
}
.txtButtonLink	a:link		{color: #ffffff; text-decoration: none;}     
.txtButtonLink	a:visited	{color: #ffffff; text-decoration: none;}     
.txtButtonLink	a:active	{color: #ffffff; text-decoration: none;}     
.txtButtonLink	a:hover		{color: #000000; text-decoration: none;}

.txtFooterLink {
	color: #999999;
}
.txtFooterLink	a:link		{color: #999999; text-decoration: none;}     
.txtFooterLink	a:visited	{color: #999999; text-decoration: none;}     
.txtFooterLink	a:active	{color: #999999; text-decoration: none;}     
.txtFooterLink	a:hover		{color: #000000; text-decoration: none;}


/*
	FORM CLASSES
*/

form {
	margin: 0px;
}

.hand {
	cursor: pointer;
	cursor: hand;	
}

.inputField {
	border: 1px solid #f28b00;
	width: 300px;
	height: 17px;	
}

.inputFieldCMS {
	padding-left: 3px;
	/*border: solid 1px #7f9db9;*/
	width: 300px;
	height: 20px;
}

.inputFile {
	width: 300px;
	height: 20px;	
}

.textareaCMS {
	padding-left: 3px;
	/*border: solid 1px #7f9db9;*/
}

.dropdown {
	margin: 0px;	
	/*border: solid 1px #7f9db9;*/
	width: 300px;
	height: 20px;
}

.buttonCMS {
	font-weight: bold;	
	color: #000000;	
	height: 20px;
	width: 148px;	
	text-transform: uppercase;	
}

.faq {
	position: relative;
	top: 1px;
}


/*
	LIST CLASSES
*/

.listRow1 { 
	background: #EEEEEE; 
	height: 22px; 
}

.listRow2 { 
	background: #DDDDDD; 
	height: 22px; 
}

.listTitle {
	font-weight: bold;
	color: #000000;	
	padding-left: 5px;
	padding-top: 5px;
}

.txtPrice {
	font-size: 20px;
	font-weight: bold;
}


/*
	BOX CLASSES
*/

.siteBoxHeader {
	font-size: 12px;
	font-weight: bold;
	background: #f28b00;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

.siteBoxHeaderBlue {
	font-size: 12px;
	font-weight: bold;
	background: #032e58;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

.siteBoxContent {
	background: #f0f0f0;
	padding-left: 12px;
	padding-top: 9px;
	padding-bottom: 12px;
}