﻿body 
{
	height:600px;
	margin: 0 50 0 50;
	font-family:Century;
	font-size:smaller;
	color:#495966;
}

h2
{
	font-size:larger;
	font-variant:small-caps;	
}

h3
{
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

h4
{
	font-size:12px;
}

ul
{
	list-style-image: url('../images/bullets/trustyol-triangle-red.png');
	list-style-position:outside;
	margin-left:18px;	
}

div#BusinessCard
{
 background-image : url('../images/background.jpg');
 float:left;

}

div#MasterFooter 
{
	clear:both;
	margin-top:20px;
	margin-bottom:20px;	
	margin-right:150px;	
	margin-left:150px;
}


div#MasterFooter a
{	
	float:right;
}

div#Home
{
	display:block;
	clear:left;
}

div#HomeWhy
{
	float:left;	
	width:200px;
	margin-right:20px;
}

div#HomeWhy ul
{
	padding-left:0px;
}

div#HomeApplications
{
	float:right;
	width:200px;
	margin-left:20px;	
}

div#HomeApplications ul
{
	padding-left:0px;
}

div#HomeDescription
{
	padding-right:30px;
	padding-left:30px;
}

div#HomeDescription:first-letter
{			
	font: 300% 'party let', 'Century', fantasy;
	color: #8F0512;
	float:left;
	margin-right:6px;			
}

div#MainKerbStyles
{
	clear:both;
	padding:15px 15px 15px 15px;
}

div#KerbStyles
{
	float:right;
	padding-bottom:30px;
}

div.main
{	
	float:left;
	margin: 0px 20px 20px 20px;
}

.ContactMessage
{
	float:left;
	margin: 0px 20px 20px 20px;
	color:Red;
}


.MultiLineInput
{
  vertical-align:text-top;
}

#Buttons
{
	text-align:center;
}

.SlideShow
{
	height:300px;
	width:300px;
	margin-top:20px;
}


.menu
{
	float:left;
padding: 0;
width: 100%;
border-top: 5px solid #8F0512; /*Red color theme*/
background: transparent;
}

.menu ul{
margin:0;
padding: 0;
list-style: none;
}

.menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.menu a{
float: left;
display: block;
font: bold 12px Arial;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.menu a:hover{
background-color: #8F0512; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.menu .current a{ /** currently selected menu item **/
background-color: #8F0512; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}


/* old colour is #A90033 */



