

/*CLASSES*/

.HeroIMG { padding-top: 23px; padding-bottom: 35px; padding-right: 40px; }
.ProductFlowLeading { line-height: 14px; }






/*DIV STYLES BY ID*/
/*Padding must be subtracted from a DIV's width or height before applied.*/
/*Define text & link styles for footer & nav bars here.*/

#header { width: 830px; height: 244px; position: relative; background-image: url(media/Shell_01.jpg); background-repeat: no-repeat; background-position: center; left: 0px; top: 10px; margin-left: auto; margin-right: auto; }
#nav { height: 41px; position: relative; margin: 0px; width: 830px; top: 10px; margin-left: auto; margin-right: auto; }
#nav ul { list-style-type: none; padding: 0px; margin: 0px; line-height: 41px; text-align: center; }
#nav ul li { display: inline; padding-right: 6px; padding-left: 6px; font-size: 11px; color: #898989; }
#nav ul li a:link { color: #898989; text-decoration: none; }
#nav ul li a:visited { color: #898989; text-decoration: none; }
#nav ul li a:hover { color: #666666; text-decoration: none; }

#container { width: 100%; position: relative; background-color: #231f20; padding-bottom: 20px; top: 5px; }
	
#mainContent { width: 738px; position: relative; padding-right: 46px; padding-left: 46px; min-height: 398px; color: #a0a0a0; margin-left: auto; margin-right: auto; }
#footer { width: 775px; position: relative; top: 0px; padding-left: 55px; margin-left: auto; margin-right: auto; }
#footer ul { list-style-type: none; padding: 0px; margin: 0px; line-height: 41px; text-align: left; }
#footer ul li { display: inline; padding-right: 6px; padding-left: 6px; font-size: 11px; color: #898989; }
#footer ul li a:link { color: #898989; text-decoration: none; }
#footer ul li a:visited { color: #898989; text-decoration: none; }
#footer ul li a:hover { color: #666666; text-decoration: none; }





/*TEXT SIZE AND COLOUR STYLES*/

.text9 { font-size:9px; line-height:13px; }
.text10 { font-size:10px; line-height:14px; }
.text11 { font-size:11px; line-height:15px; }
.text12 { font-size:12px; line-height:16px; }
.text13 { font-size:13px; line-height:17px; }
.text14 { font-size:14px; line-height:18px; }
.text18 { font-size:18px; line-height:22px; }

.black { color: #000000 }
.white { color: #ffffff }
.grey { color: #999999 }

.errors { font-size:12px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }
