* {
	margin: 0;
	padding: 0;
}
body {
	background:url(../images/bg.gif) repeat;
	color:#FFFFFF;
	margin-bottom: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
}

/*------------------------------links-----------------------------*/	
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*----------------------------main content------------------------*/

#wrapper {
	width: 826px;
	margin: 0px auto;
}

#gradWrapper {
	width: 810px;
	margin: 0px auto;
	background: url(../images/bgGrad.png) repeat;
}
.tab {
	margin-top: -150px;
	float:left;
	background: url(../images/tab.png) no-repeat;
	width: 13px;
	height: 85px;
}
.tab:hover {
	background: url(../images/tabOver.png) no-repeat;
	
}

#pageContainer {
	width: 740px;
	padding: 30px;
	margin: 0px auto;
	background-color: #000;
}

#masthead {
	background: #000000 no-repeat;
	width: 740px;
	height:46px;
	margin-bottom: 30px;
}
#banner {
	width: 760px;
	height:250px;
	text-align: center;
	background-image: url(../images/pixleBg.png);
	background-repeat: no-repeat;
}
#mainContent {
	height:auto;
}
#mainContent ul {
	margin-left: 30px;
}
#footer {
	padding: 15px 20px 0 0;
	background: url(../images/footer.png) repeat;
	width: 780px;
	height:30px;
	text-align: right;
	font-size: 0.65em;
	color: #777;
	margin-left: 5px;
}
#footer a {
	color: #777;
}
#footer a:hover {
	color: #fff;
	text-decoration:none;
}
.boxHolder {
	background-image:url(../images/gradBox.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top: 30px;
	width:720px;
	height: 190px;
	padding: 10px;
}

.boxHolderContact {
	background-image:url(../images/gradBox.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top: 30px;
	width:720px;
	height: 190px;
	padding: 10px 10px 30px 10px;
}


.gradBoxLeft {
	float:left;
	width: 350px;
}

.gradBoxLeftIndex {
float:left;
width: 350px;
height:195px;
}

.gradBoxRight {
	float:right;
	width: 357px;
}
.gradBoxRight02 {
	float:right;
	width: 363px;
	height: 191px;
}

.maximmsContact {
	margin: 5px 0 0 20px;
	float:left;
	width: 347px;
	height: 200px;
}
#contactGradient {
	background-repeat: no-repeat;
	background-position: right;
	height: 210px;
}
.contentHolder {
	margin-top: 30px;
}
.centreTableHeader {
	margin-Left: 24%;
	width: 50%;
}
.spacer2 {
	height: 1px;
}
.spacer3 {
	height: 5px;
}
/*---------------------------- Nav Bar -----------------------------*/

#nav {
	width: 730px;
	height: 55px;
		z-index:2000;
}
.nav {
	float: left;
	height: 75px;
}
/*#home {
	background-image:url(../images/blackHome.jpg);
	width: 100px;
	height: 36px;
}
#home a {
	width: 100px;
	height: 36px;
}
#home:hover {
	border:none;
	background-image:url(../images/redHome.jpg);
	width:100px;
	height:36px;
}
#product {
	background:url(../images/blackProduct.jpg) no-repeat left;
	width: 112px;
}
#product:hover {
	background:url(../images/redProduct.jpg) no-repeat left;
	width: 112px;
}
#whyMaximms {
	background:url(../images/blackWhy.jpg) no-repeat left;
	width: 168px;
}
#whyMaximms:hover {
	background:url(../images/redWhy.jpg) no-repeat left;
	width: 168px;
}
#applications {
	background:url(../images/blackApplications.jpg) no-repeat left;
	width: 123px;
}
#applications:hover {
	background:url(../images/redApplications.jpg) no-repeat left;
	width: 123px;
}
#FAQs {
	background:url(../images/blackFAQs.jpg) no-repeat left;
	width: 96px;
}
#FAQs:hover {
	background:url(../images/redFAQs.jpg) no-repeat left;
	width: 96px;
}
#contact {
	background:url(../images/blackContact.jpg) no-repeat left;
	width: 116px;
}
#contact:hover {
	background:url(../images/redContact.jpg) no-repeat left;
	width: 116px;
}*/
/* dropdown menu */
/*.menu ul li a, .menu ul li a:visited {
	font-weight:bold;
	display:block;
	padding-top: 3px;
	margin-top: 0px;
	text-decoration:none;
	height:35px;
	text-align:center;
	vertical-align: center;
	color:#ffffff;
	border:0px solid #fff;
    'background: none;
	background-position: 0% 40%;
	line-height:20px;
	font-size:11px;
	overflow:hidden;
	z-index:100;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
}


.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	z-index:100;
}

.menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative; 
	background-repeat: repeat-x;
	z-index:100;
}

.menu ul li ul {
	display: none;
}

 dropdown menu - specific to non IE browsers: menu text rollover 
.menu ul li:hover a {
	color:#000000; 
	padding-top: 3px;
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:37px;
	margin-top:1px;
	left:0; 
	width:200px;
}
.menu ul li:hover ul li a.hide {
	background:#0052a6; 
	color:#001144; 
	height: 20px;
}

.menu ul li:hover ul li:hover a.hide {
	background:#0052a6; 
	color:#fff;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display:block; 
	background:#ddd; 
	color:#000; 
	width: 175px; 
	height: 30px; 
	left: -40px; 
	padding-top: 2px; 
	text-align: left; 
	padding-left: 4px;
}

.menu ul li:hover ul li a:hover {
	background:#000000; 
	color:#fff;
}

.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:179px; top:0;
}

.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}
*/
/* -------------------------- fonts -------------------------------*/

h1 {
	font-size: 1.2em;
	color: #CCCCCC;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	color: #8a8a8a;
	font-weight: normal;
	margin-bottom: 10px;
}	

h3 {
	font-weight:bold;
	font-size:0.9em;
	margin-bottom: 5px;	
	color: #AA0000;
}

h4 {
	font-weight:bold;
	font-size:0.9em;
}

.secondText {
	font-size: 0.8em;
	color: #999;
}

.vcard {
	font-size: 1em;
}	

.pricingText {
font-size:0.85em;
}

.point {
	font-weight: bold;
	color:#FFFFFF;
	padding-top:2px;
}
	


/*--------------------------------form end -------------------------*/

.textHolder {
	padding: 30px;
	height:200px;
}

.textHolder2 {
	padding: 30px;
	height:100px;
}

.textBoxLeft{
	padding:5px 0 0 5px;
	margin-right:10px;
	float:left;
	width: 329px;
	margin-top: 5px;
}

.textBoxRight{
	padding:5px 0 0 5px;
	float:left;
	width: 329px;
	margin-top: 5px;	
}

/*------------------------- index demo ----------------------------*/

.gradBoxDemo {
	float:right;
	width: 357px;
}

.gradBoxDemoTwo {
	float:right;
	width: 357px;
	height: 194px;
}


.gradBoxRed {
	background:url(../images/freeDemoBg.png);
	float:right;
	width: 350px;
	height: 155px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#demoText{
	background-color:#c12128;
	width:350px;
	height: 17px;
	font-size: 1.2em;	
	text-align: center;
	padding: 10px 0;	
	float: right;
}

#radioButWrapper {
	width: 355px;
	text-align: center;
	font-size: 0.9em;
	margin: 5px 0;
}

#demoForm {
	font-size: 1em;
	margin: 10px 0 0 30px;
	height:30px;
}

#demoFormSend {
	font-size: 1em;
	margin: 10px 0 0 30px;
	height:30px;
}

#demoFormEmail {
	font-size: 1em;
	margin: 0 0 0 30px;
	height:30px;
}

#demoFormNumber {
	font-size: 1em;
	margin: 0 0 0 30px;
	height:30px;
}

#demoForm input[type='text']{
	width: 247px;
	height: 15px;
	background-color:#666666;
	border:0;
	color: #000000;
	padding: 2px;
	margin-top: 5px;
}

#demoFormEmail input[type='text']{
	margin-top: 8px;
	margin-left: 3px;
	width: 246px;
	height: 15px;
	background-color:#666666;
	border: 0;
	color: #000000;
	padding: 2px;
}

#demoFormNumber input[type='text']{
	margin-top: 11px;
	width: 195px;
	height: 15px;
	background-color:#666666;
	border:0;
	color: #000000;
	padding: 2px;
}

#submitForm input[type='submit']{
	width: 38px;
	height: 20px;
	background-color:#000000;
	border:0;	
	color: #FFF;
}

#sendBox {
	cursor:pointer;
	width: 64px;
	height: 24px;
	float:right;
}

#checkBoxText {
	font-size: 1em;
	width:320px;
	height:40px;
	margin-left: 30px;
	margin-top:10px;
}

#checkBoxTextTwo {
	font-size: 0.8em;
	width:240px;
	height:24px;
	float:left;
	margin-top: 4px;
}

#demoTopBox {
	width:350px;
	height: 30px;
	margin-left:3px;
}



#submitForm input[type='submit']:active{
	background-color:#161616;
}

#message {
	margin-left: 22px;
}

#test {
	background-color:#FF0000;
}

#conf {
	font-size: 0.9em;
	color: #AA0000;
	margin: 5px 20px 0 20px;
	text-align: center;
	line-height: 0.95em;
}


/*-------------------------contact form--------------------------*/

#mailform label{
	font-size: 0.9em;
}

#mailform input[type='text']{
	width: 190px;
}

#mailform input[type='submit'] {
 width: 130px;
 margin-top: 5px;
}
#mailform textarea {
	width: 192px;
}
/*------------------------------tables-----------------------------*/

.tableHolder {
	margin: 30px 0;
	width:100%;
}
table {
	text-align:center;
}
th, td, tr {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
}
th {
	font-weight: normal;
	font-size: 0.95em;
	color: #CCCCCC;
}
td {
	font-size: 0.85em;
}
.tableContent p {
	font-weight:bold;
	font-size: 1em;
}
.tableHeaderLeft {
	background-image:url(../images/table_tops.jpg);
	color:#CCCCCC;
	background-position:left top;
}
.tableHeaderMiddle {
	background-image:url(../images/table_tops.jpg);
	color:#CCCCCC;
	background-position:center top;
}
.tableHeaderRight {
	background-image:url(../images/table_tops.jpg);
	color:#CCCCCC;
	background-position:right top;
}
.tableFooterLeft {
	background-image:url(../images/table_tops_bottom.jpg);
	background-position:left bottom;
}
.tableFooterMiddle {
	background-image:url(../images/table_tops_bottom.jpg);
	background-position:center bottom;
}
.tableFooterRight {
	background-image:url(../images/table_tops_bottom.jpg);
	background-position:right bottom;
}
.tableCenter {
	margin-left:auto;
	margin-right:auto;
}
.smallTableHolder {
	text-align:left;
	margin-top: 30px;
	margin-bottom:30px;
	width:100%;
}
.maximmsRed {
	background-color:#8C0000;
}
.darkRed {
	background-color:#700003;
}
.pusher {
	cursor:pointer;
	font-weight: bold;
	font-size:1.2em;
	padding: 5px 0 5px 0;
	color: #FFF;
	width: 510px;
}
.pusher:hover {
	text-decoration: underline;
}
.menu {
	font-family: verdana, arial, sans-serif;
	width:765px;
	top: 0px;
	left: 5px;
	font-size:11px;
	margin:0px 0 0px;
	z-index:100;
	background-repeat: repeat-x;
	height: 50px;
}
/* width of the buttons */

.butWidth1 {
	width: 105px;
}
.butWidth2 {
}
/* Faq */

#title {
}
#faq {
	color: #FF0000;
}
/* quote box*/


.quoteWrapper {
	padding: 0px;
	margin-top: 21px;
	margin-bottom: 10px;
	margin-right: 3px;
	width: 363px;
	background: url(../images/quoteLeft.png) no-repeat 3px 3px;
	border: thin solid #323232;
}
.quoteWrapperRight {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 2px;
	margin-left: 2px;
	width: 363px;
	background: url(../images/quoteLeft.png) no-repeat 3px 3px;
	border: thin solid #323232;
}
.quoteContent {
	padding-bottom: 5px;
	width: 306px;
	padding-left: 0px;
	background: url(../images/quoteRight.png) no-repeat 310px 90%;
	padding-right: 27px;
	font-size: 0.8em;
	margin-top: 5px;
}
.quoteReferanceText {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 5px;
}
/* why maximms */
.phoneHolder {
	float:right;
	width: 116px;
	margin-right:4px;
	margin-top: 2px;
}
/* network */
	
.networkLogo {
	float:Left;
	margin-right:19px;
}
#networkwrapper {
	margin-left:1px;
	height: 55px;
	background: repeat;
}
/* snows */

#snowsQuoteWrapper {
	margin-top: 30px;
	height: 100px;
}
#snowsTextHolder {
	padding: 30px;
	height:150px;
}
/*------------------------------applications page-----------------------------*/

.appFlashHolder {
	margin-top: 30px;
	width: 750px;
	height: 369px;
	background: url(../images/applicationsBackground.jpg) no-repeat left top;
}
.flashFrnt{
	z-index:1;
 }
.subNav{
	z-index:2000;
}

