@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


.homebg {
	background-image: url(../images/bg1.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto;
}



.container {
	width: 940px;
	max-width: 940px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 415px;
}

#navbar {
	float: left;
	margin-left: 20px;
	width: 100%;
	display: block;
	font-size: 17px;
	color: #ffffff;
	padding-top: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 43px;

}

#navbar ul {
	margin: 0px; /* all lists */
	padding: 0px;
	width: auto;

}

#navbar li {
	list-style: none outside none;
	float: left;
	margin: 0px; /* all list items */
	padding: 0px;
	cursor: pointer;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
	border-right: 1px solid #4c0003;
}

#navbar li:last-child {
	border-right: 0px;
}

#navbar a {
	color: #ffffff;
	text-decoration: none;	
	margin-left: 20px;
	margin-right: 20px;

}

#navbar a:hover {
	color: #4c0003;
	text-decoration: none;
}

#logo {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	margin-left: 13px;
	width: 418px;

}
#contentarea {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 35px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 15px;
	display: block;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px#000000;
	box-shadow: 0 0 10px #000000;
	background-color: #ffffff;
}
#redbox {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-left: 0px;
	background-color: #b10006;
	color: #ffffff;
	margin-bottom: 25px;
}



#redbox h1 {
	margin: 35px;
	padding: 0px;
	font-size: 45px;
	font-weight: normal;
	line-height: 130%;
	padding-top: 40px;
}

#maincolumn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 63%;
	display: block;
}

#maincolumn p {
	padding-left: 35px;
	padding-right: 35px;
}

#maincolumn p span {
	color: #b10006;
}

#maincolumn ul {
	margin-left:65px;
	padding-left: 0px;
	margin-right:35px;
}

#maincolumn li {
	list-style: none;
	background-image: url(../images/bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#column2 {
	clear: none;
	float: right;
	margin-left: 0px;
	margin-right: 30px;
	width: 270px;
	display: block;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 940px;
	display: block;
	height: 40px;
	color: #ffffff;
	padding-top: 80px;
	font-size: 15px;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px#000000;
	box-shadow: 0 0 10px #000000;
	background-color: #b10006;
	margin-bottom: 15px;

}

#footer a {
	color: #000000;
	text-decoration: none;	
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;	
}

#copyleft {
	clear: none;
	float: left;
	margin-left: 35px;
	width: 50%;
	display: block;
}

#copyleft img {
	margin-top: -40px;	
	float: left;
	border: 0px;
}

#copyright {
	clear: none;
	float: right;
	margin-right: 35px;
	width: 40%;
	display: block;
	text-align: right;
}

#copyright img {
	margin-top: -30px;	
	margin-left: 20px;
	float: right;
	border: 0px;
}



#enquirybox {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 245px;
	display: block;
	background-color: #dfdfdf;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 21px;

}

#enquirytitle {
	clear: both;
	float: left;
	margin-left: 0;
	width: 270px;
	display: block;
	background-color: #4a4a4a;
	color: #ffffff;
	margin-bottom: 20px;
	margin-left: -25px;


}
#enquirytitle h3 {
	padding-left: 25px;
	font-size: 27px;
	font-weight: normal;
}


.redbulletbox {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	background-color: #b10006;
	margin-bottom: 25px;
	padding: 20px;
	color: #ffffff;
}

.redbulletbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

.redbulletbox li {
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-weight: normal;
	line-height: 130%;
}

.redbulletbox span {
	color: #000000;	
}

.redbulletbox h3 {
	padding: 0px;	
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 25px;
}

.linkbox {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	background-color: #4a4a4a;
	margin-bottom: 25px;
	padding: 20px;
	color: #999999;
}

.linkbox a {
	color: #ffffff;
	text-decoration: none;
}

.linkbox a:visited {
	color: #ffffff;
	text-decoration: none;
}

.linkbox a:hover {
	color: #999999;
	text-decoration: none;
}

#successbox {
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	color: #ffffff;
	background-color: #b10006;
	padding: 20px;
	clear: both;
}

#successbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

#successbox li {
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-weight: normal;
	line-height: 130%;
}

#successbox span {
	color: #000000;	
}

#successbox h2 {
	padding: 0px;	
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
}

#downloadboxredbox {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #d6191f;
	color: #ffffff;
	margin-bottom: 20px;
}

#downloadboxredbox h3 {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 27px;
	font-weight: normal;
}


#downloadboxredbox p {
	padding-left: 25px;
	padding-right: 25px;
}

.download1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 140%;
	color: #ffffff;
}

.download1 img {
	margin-left: 25px;
	margin-right: 0px;
	float: left;
	clear: right;
	margin-bottom: 10px;
}

.download1 p {
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 25px;
	width: 150px;
}

.download2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 140%;
	color: #ffffff;
}

.download2 img {
	margin-left: 25px;
	margin-right: 0px;
	float: left;
	clear: right;
	margin-bottom: 10px;
}

.download2 p {
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 25px;
	width: 150px;
}

iframe {
	width: 100%;
	height: 370px;
}

.productbox1 {
	float: left;
	width: 35%;
	margin-left: 35px;
	display: block;
	margin-bottom: 20px;
	line-height: 140%;
	color: #ffffff;
	clear: left;
	background-color: #d6191f;
	padding: 10px;
}

.productbox1 img {
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.productbox1 a {
	font-size: 19px;
	color: #ffffff;
	text-decoration: none;	
}

.productbox1 a:hover {
	color: #000000;
	text-decoration: none;	
}


.productbox2 {
	float: right;
	margin-left: 0px;
	width: 35%;
	display: block;
	margin-bottom: 10px;
	line-height: 140%;
	color: #ffffff;
	clear: right;
	background-color: #d6191f;
	padding: 10px;
}

.productbox2 img {
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.productbox2 a {
	font-size: 19px;
	color: #ffffff;
	text-decoration: none;	
}

.productbox2 a:hover {
	color: #000000;
	text-decoration: none;	
}



form {
	margin-left: 25px;
	margin-right: 25px;
	color: #b10006;
	margin-top: 8px;
}

.smallinputbox {
    border: 2px solid #b4b4b4;
	font-family: 'DosisMedium';
    height: 23px;
    margin-bottom: 21px;
	margin-top: 10px;
    width: 215px;


}
.smallmultibox {
    border: 2px solid #b4b4b4;
	font-family: 'DosisMedium';
    height: 100px;
    width: 215px;
	margin-top: 10px;
}

.buttonform {
	float: right;
	display: inline;
	background-image: url(../images/send.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	width: 116px;
	height: 37px;
	margin-top: 10px;
	margin-right: 25px;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}



/* fonts  */

@font-face {
    font-family: 'DosisMedium';
    src: url('../fonts/dosis-medium.eot');
    src: url('../fonts/dosis-medium.eot') format('embedded-opentype'),
         url('../fonts/dosis-medium.woff') format('woff'),
         url('../fonts/dosis-medium.ttf') format('truetype'),
         url('../fonts/dosis-medium.svg#DosisMedium') format('svg');
}

.DosisMedium {
	font-family: 'DosisMedium';
}