@charset "utf-8";

/* CSS Document */

/* Created: 05/09/09 */


/* COLOURS */
/*

red		#ed1c24

*/

/*-------------- RESET, HTML, BODY --------------*/

* { border:0px; font-family:Arial, Helvetica, "Times New Roman", serif }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, textarea {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font:normal 13px Arial, Helvetica, Times New Roman;
	vertical-align: baseline;
	text-align:left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color:#f0f0f0;
	background: #FFF url(../images/bg.gif) top center repeat;
	text-align:center;
}

ul, ol {
    margin: 0;
    padding: 0;
    text-align: left;
	color:inherit
}

li {
	padding:0px;
	margin-left:20px;
	list-style-position:outside;
	color:inherit
}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */

HTML {
	 overflow-y:scroll;
	 overflow-x:none;
}

.tableTitle {
	font-weight:bold;
	background:#59595b;	
}

.tableItem {
	font-weight:bold;
	background:#737577;	
}

.error {
	color:#ff7a2a;
}

/*---------- H TAGS ----------------*/

H1 a, H2 a, H3 a, H4 a, H5 a, H6 a, H1, H2, H3, H4, H5, H6 {
	font:bold 30px Arial, Helvetica, Times New Roman;
	color:#FFF;
	padding:10px 0px 0px 0px;
	text-decoration:none;
	letter-spacing:-0.02em;
}

H1 a, H2 a, H3 a, H4 a, H5 a, H6 a {
	padding:0px;
	}

H2, H2 a {
	font-size:24px;
}

H3, H3 a{
	font-size:20px;
}

H4, H4 a {
	font-size:16px;
}

H5, H5 a {
	font-size:13px;
}

H6, H6 a {
	font-size:13px;
}

P {
	text-align:left;
	padding:20px 20px 0px 0px;
	margin:0px;
	line-height:1.3em;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	color:#DDD;
}

ul {
	line-height:1.3em;
	padding-top:20px;
}


/*--------------- HEADER ---------------*/

.font10 { font-size:10px }
.font9 { font-size:9px }

.line {
	background:#636466;
	width:100%;
	height:1px;
	text-height:1px;
	line-height:1px;
}

.main {
	width:998px;
	display:block;
	margin:0 auto;
	text-align:center;
}

.middleShadow {
	width:998px;
	display:block;
	background: transparent url(../images/shadow.png) top center repeat-y;
	behavior: url(iepngfix.htc);
	text-align:center
}

.middle {
	width:962px;
	margin:0px auto;
	text-align:left;
	height:auto;
	background:#636466;
}

#middleHomeLeft {
	width:570px;
	border-left:2px dashed #6e6f71;
	float:left;
}

#middleHomeRight {
	width:270px;
	float:left;
	text-align:center;
	border-right:2px dashed #6e6f71;
	border-left:2px dashed #6e6f71;
}

.header {
	width:962px;
	height:265px;
	text-align:center;
	margin:0 auto;
}

.headerTop {
	width:998px;
	height:40px;
	display:block;
	background: transparent url(../images/headerTop.png) top center repeat-y;
	behavior: url(iepngfix.htc);
}

.padding10left {
	padding-left:10px;
}

.menuLine {
	width:146px;
	text-height:1px;
	line-height:1px;
	height:1px;
	border-bottom:1px solid #b8d78d;
}

.img {
	border:2px solid #595b5f;
}

.imgApp {
	border:2px solid #595b5f;
	margin:0px 10px 10px 0px;
	float:left
}

#logo {
	width:962px;
	height:217px;
	background: transparent url(../images/header.png) top center no-repeat;
}

.menu {
	height:48px;
	width:962px;
	background:#ed1c24 url(../images/menuBg.png);
}

.menuGap {
	width:28px;
	height:48px;
	float:left
}

.menu .home, .menu .applications, .menu .howToUse, .menu .eShop, .menu .contact, .menu .products {
	height:48px;
	width:113px;
	float:left;
}  

.menu .home a, .menu .applications a, .menu .howToUse a, .menu .eShop a, .menu .contact a, .menu .products a {
	height:48px;
	width:113px;
	float:left;
	display:block;
}  

.menu .home a {
	background:transparent url(../images/menu.png) top left no-repeat;
}

.menu .home a:hover,  #home .header .menu .home a {
	background:transparent url(../images/menu.png) 0px -48px no-repeat;
}


.menu .applications { width:182px }
.menu .applications a {
	width:182px;
	background:transparent url(../images/menu.png) -113px 0px no-repeat;
}

.menu .applications a:hover, #applications .header .menu .applications a {
	background:transparent url(../images/menu.png) -113px -48px no-repeat;
}

.menu .howToUse { width:169px }
.menu .howToUse a {
	width:169px;
	background:transparent url(../images/menu.png) -295px 0px no-repeat;
}

.menu .howToUse a:hover, #howToUse .header .menu .howToUse a {
	background:transparent url(../images/menu.png) -295px -48px no-repeat;
}

.menu .eShop { width:127px }
.menu .eShop a {
	width:127px;
	background:transparent url(../images/menu.png) -464px 0px no-repeat;
}

.menu .eShop a:hover, #eShop .header .menu .eShop a {
	background:transparent url(../images/menu.png) -464px -48px no-repeat;
}

.menu .contact { width:169px }
.menu .contact a {
	width:169px;
	background:transparent url(../images/menu.png) -591px 0px no-repeat;
}

.menu .contact a:hover, #contact .header .menu .contact a {
	background:transparent url(../images/menu.png) -591px -48px no-repeat;
}

.menu .products { width:158px }
.menu .products a {
	width:158px;
	background:transparent url(../images/menu.png) -760px 0px no-repeat;
}

.menu .products a:hover, #products .header .menu .products a {
	background:transparent url(../images/menu.png) -760px -48px no-repeat;
}


.centered {
	 text-align:center
	}

.alignedRight {
	 text-align:right
	}
	
.alignedLeft {
	 text-align:left;
 	font-size:11px;
	}



.input {
	background:transparent url(../images/form.png) 0px 3px no-repeat;
	width:214px;
	height:34px;
}

.inputSmall {
	background:transparent url(../images/formSmall.png) 0px 3px no-repeat;
	width:100px;
	height:34px;
}

.inputSmall2 {
	background:transparent url(../images/formSmall2.png) 0px 3px no-repeat;
	width:60px;
	height:34px;
}

.inputComments {
	background:transparent url(../images/formComments.png) 0px 3px no-repeat;
	width:214px;
	height:134px;
}

input, textarea {
	padding:1px 0px 0px 10px;
	background:transparent;
	border:none;
	vertical-align:top;
	width:190px;
	color:#636466;
	display:block
}

textarea {
	height:104px;
	width:195px;
	padding:5px 0px 0px 10px;
}

select {
	margin:0px 0px 0px 10px;
	background:transparent;
	border:none;
	width:190px;
	color:#636466;
	display:block;
}

option {
	background:transparent;
	border:none;
	vertical-align:top;
	color:#636466;
}

.required{
	color:#ff343c;
	font-weight:bold;
	font-size:14px
}

.formText {
	padding-right:10px;
	font-weight:bold;
}


.footer {
	width:998px;
	height:65px;
	display:block;
	background: transparent url(../images/footer.png) top;
	behavior: url(iepngfix.htc);
}

.footer a {
	font-size:11px;
	color:#FFF;
}

.footer a:hover {
	color:#ff9fa3;
}

