﻿body
{
	height: 600px;
	margin: 0 50 0 50;
	font-family: Century;
	font-size: smaller;
	color: #495966;	
}

fieldset
{
	border-color: #8F0512;
	margin: 18px;
	padding: 18px;
	font-size: large;
}

fieldset p
{
	font-size: small;
}

legend
{
	font-size: 12px;
	font-weight: bold;
	font-style: inherit;
	color: #000080;
}

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,div#HomeApplications
{
	float:left;	
	width:33%;	
}

div#HomeDetail
{
	margin: 3px;
	float: left;
	width: 400px;
	height: 80%;
}

div#HomeDescription
{
	float: left;
	width: auto;
	margin-right: 180px;
	margin-left: 180px;
	padding-top: 15px;
}

div#HomeDescription span
{
	text-align: left;
	font-size: 16px;	
}

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;
}

div#HomeDetail1 ul, div#HomeDetail2 ul, div#HomeDetail3 ul, div#HomeDetail4 ul
{
	margin: 0px 0px 0px 12px;
	padding-right: 8px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}

div#HomeDetail1 h2, div#HomeDetail2 h2, div#HomeDetail3 h2, div#HomeDetail4 h2
{
	font-size: medium;
	font-weight: bold;
	text-transform: none;
}

div#HomeDetail1 li, div#HomeDetail2 li, div#HomeDetail3 li, div#HomeDetail4 li
{
	margin-bottom:3px;
}

div#HomeDetail1, div#HomeDetail3
{
	background-color: rgb(145, 5, 18);
	color: #FFF78A;
	/*#808000;*/

-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}

div#HomeDetail2, div#HomeDetail4
{
	background-color: #FFF78A;
	color: rgb(145, 5, 18);

-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}

div#HomeDetail1 fieldset, div#HomeDetail2 fieldset, div#HomeDetail3 fieldset, div#HomeDetail4 fieldset
{
	border-style: none;
	margin-bottom: 5px;
	font-size: small;
}

div#NameAndAddress
{
	margin-top:60px;
	margin-right :95px;
	float:right;
}

.ContactMessage
{
	float:left;
	margin: 0px 20px 20px 20px;
	color:Red;
}


.MultiLineInput
{
  vertical-align:text-top;
}

#Buttons
{
	text-align:center;
}

.SlideShow
{
	height:200px;
	width:200px;
	margin-bottom:15px;
}


.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 */




