* {
	padding:0px; margin:0px;
}
img {
	border:0px
}
body{
	background-color: #336699;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 0 0 20px 0;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.8em;
	color: #ff7301;
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-size: 1.4em;
	margin: 10px 0px 10px 0px;
	padding-top: 5px;
}

a{
	color: #336699;
	text-decoration: underline;
}

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

p {
    font:normal 12px Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:10px
}

td {
    font:normal 12px Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:10px
}

.highlight {
color: #ff7301;
}

.faqQn {
color: #ff7301;
}

#holder {
	position: relative;
	top: 10px;
    width: 750px;
    margin: 0px auto;
}

#top {
	background: url(images/top2.gif);
	height: 230px;	
}

#logo-link {
    width: 200px; 
    height: 65px;
    position:absolute;
    top:20px;
    left:27px;
}

#header {
	background: url(images/top_bg.jpg) scroll top right;
	height: 76px;
	width: 800px;
}

.contentleft {
  float:left;
  width: 130px;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-align: center;
}

.contentright {
  float:right;
  width: 370px;
}

div.other {
  clear:both;
  margin: 15px 0;
  padding-top: 10px;
}

div.quote {
text-align:center;
}

/* ------------------------------------------------------------------------------------*/

/* 		=========
	 	Top Menu
		========= 
*/

#topmenu {
	position:absolute;
	top:7px;
	right:1%;
	margin:0;
	padding:0px;
	
}

#topmenu li {
	float:left;
	background:url(images/top-nav-break.gif) right no-repeat;
	margin:0px;
	padding:0px;
	list-style: none;
}
#topmenu li.menuend {
	background:none
}

#topmenu a {
	font-size:1em;
	color: #FFF;
	padding: 7px 8px 14px 7px;
	margin:0px;
	text-decoration: none;
}

#topmenu li a:hover {
	/*color : #336699 !important;*/
	text-decoration:underline;
}

/* ------------------------------------------------------------------------------------*/


/* 		===============
	 	Top Right Menu
		===============
*/

#topleftmenu {
	position:absolute;
	top:122px;
	left:1%;
	margin:0;
	padding:0px;
	text-transform:uppercase;
	font:1.1em Arial, Helvetica, sans-serif;
	
}

#topleftmenu li {
	float:left;
	margin:0px;
	padding:0px;
	list-style: none;
}

#topleftmenu a {
	color: #FFF;
	padding: 15px 20px 14px 7px;
	margin:0px;
	text-decoration: none;
}

#topleftmenu li a:hover {
	/*color : #ff7301 !important;*/
	background:url(images/white-bullet.gif) left no-repeat;
}


/* ------------------------------------------------------------------------------------*/
/* 		============
	 	Main Content
		============
*/
#middle {
	background-color:#FFF;
}

#main {
	position:relative;
	top:5px;
	left:0px;
	margin:0 0 0 10px;
	padding: 20px 0 20px 20px;	
	width:500px;

}

#main.set-height {
	height: 420px;
}

#main ul{
	list-style-type: none;
	padding: 0em;
	margin: 30px 0 0 0px;	
}

#main li {
	list-style: url(images/tick.gif);
	padding: 0px 0 10px 10px;
    font:normal 12px Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;	

}

/* ------------------------------------------------------------------------------------*/

/* 		======
	 	Right 
		======
*/

#right {
	position:absolute;
	top:250px;
	left:558px;
	width:192px;
}

#right-menu-bg-top {
	height: 19px;
	background:url(images/right-menu-bg-top.gif);
}
#right-menu-content {
	background:url(images/right-menu-bg-spacer.gif);
	height: 381px;
}
#right-menu-bg-bottom {
	height: 19px;
	background:url(images/right-menu-bg-bottom.gif);
}
div.productBox {
	position:absolute;
	width:188px;
	height:65px;
	left:4px;
	background: url(images/product-box.gif) no-repeat;
}

div.productBox a{
	font-size:1.4em;
	color: #336699;
	font-weight:bold;
	text-decoration: none;
}
div.productBox a:hover{
	color:#ff7301;

}
.product-image {
	float:left;
	margin:7px 10px 8px 10px;
	padding:0px;
}

/* ------------------------------------------------------------------------------------*/

/* 		=======
	 	Bottom 
		=======
*/

#bottom {
	background: url(images/bottom.gif);
	height: 30px;
}

#footer2 {
	margin: 0px auto;
	position:relative;
	top: 20px;
	margin-bottom:25px;
	text-align:center;
	color:#FFFFFF;

}


#footer {
	margin: 0px auto;
	position:relative;
	top: 10px;
	text-align:center;
	color:#666;

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

.dotted { 
		border: 1px dashed #999;
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 5px;
		font-size: 9pt;  
		font-face: arial, verdana; 
	}