/********************************************************
* Color codes:-											*
*	Red: 	#C41230;									*
*	Gray: 	#A7A9AC;									*
********************************************************/
body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background:url(../images/background.jpg) top left repeat-x;
}

#maintable {
	width: 755px;
}

#textlinks {
	position: absolute;
	border: 1px none red;
	height: 20px;
	width: 600px;
	margin-left: 5px;
	font-size: 0.9em;
	color: #FFFFFF;
	margin-top: 3px;
}

#textlinks a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

#textlinks a:hover {
	text-decoration: underline;
}

/* Homepage specific styles */
#largeBackground {
	height: 516px;
	background-image: url('/assets/images/bgnd-homepage.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#text {
	position: relative; 
	width: 335px;
	height: 400px;
	/*left: 410px;*/
	top: 20px;
	border: 1px none red;
	/*clear: both;*/
	color: white;
	font-size: 1.1em;
	overflow: auto;
	padding: 0px 10px 0px 0px;
	float: right;
}

#picture {
	position: relative; 
	width: 335px;
	height: 400px;
	top: 20px;
	padding: 0px 0px 0px 10px;
	float: left;
}


/* Default page specific styles */
#bannerVcom {
	height: 197px;
	width: 100%;
	background-image: url('/assets/images/bgnd-vcom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#bannerSupport {
	height: 197px;
	width: 100%;
	background-image: url('/assets/images/bgnd-support.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#bannerAirflow {
	height: 197px;
	width: 100%;
	background-image: url('/assets/images/bgnd-airflow.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#bannerVipa {
	height: 197px;
	width: 100%;
	background-image: url('/assets/images/bgnd-vipa.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#bannerOi {
	height: 197px;
	width: 100%;
	background-image: url('/assets/images/bgnd-oi.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#bannerSystem {
	height: 197px;
	width: 100%;
	background-image: url('/assets/images/bgnd-system.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#bannerNova {
	height: 197px;
	width: 100%;
	background-image: url('/assets/images/bgnd-nova.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#bannerContact {
	height: 197px;
	width: 100%;
	background-image: url('/assets/images/bgnd-contact.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#intro {
	height: 110px;
	width: 98%;
	margin-left: 15px;
	padding-top: 12px;
}

#intro h1,h2,h3,h4,h5,h6 {
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

#intro em {
	color: #C41230;
	font-style: normal;
}

#intro em.brighter {
	color: #FF0000;
	font-style: normal;
}

#intro p {
	font-size: 1.1em;
	color: #FFFFFF;
	margin: 3px 0px 3px 0px;
}

#contentArea {
	border-top: 1px solid #A7A9AC;
	border-left: 1px solid #A7A9AC;
	border-right: 1px solid #A7A9AC;
	background-image: url('/assets/images/bgnd-contentarea.jpg');
	background-position: right;
	background-repeat: repeat-y;
	background-color:#FFF;
}

#contentArea table.content {
	width: 706px;
	padding-top: 10px;
	padding-bottom: 10px;
}

td#leftcolumn {
	width: 529px;
}

td#rightcolumn {
	width: 177px;
}

td#rightcolumn p{
	margin-right: 0px;
	font-size: 1.1em;
}

#contentArea h1 {
	color: #C41230;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}

#contentArea p {
	color: #333333;
	font-size: 1.2em;
	line-height: 130%;
	margin-right: 30px;
}

#contentArea a {
	color: #C41230;
	text-decoration: underline;
}

#flashcontent a {
	color: #990000;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 1em;
}

/*Form styles */
#contentArea #Name,#Telephone,#Email {
	width: 250px;
	height: 1.4em;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 1px solid #A7A9AC;
	background-image: url('/assets/images/bgnd-contentarea.jpg');
	background-position: right;
	background-repeat: repeat-y;
	padding-left: 2px;

}

#Enquiry {
	width: 250px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #A7A9AC;
	background-image: url('/assets/images/bgnd-contentarea.jpg');
	background-position: right;
	background-repeat: repeat-y;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 2px;
}

/*General styles */
.image-border {
	border: 1px solid #A7A9AC;
}

.highlightRed {
	color: #C41230;
}

.smallprint {
	font-size: 0.9em;
}

.normalprint {
	font-size: 1.1em;
}