/*sets parameters for whole page*/
* {
    margin:0; 
    padding:0;
    font:arial, tahoma, sans-serif;
    _font-size:11px;
}

/*sets parameters for body*/
body {
		 background:#0585d0;
		 font-size:0.675em;
		 text-align:center;
}

/*links*/
a { background: inherit; color: #0585d0; text-decoration: underline; font-face:Arial; font-size:16px; }
a:hover { background: inherit; color: #993333; text-decoration: none; font-face:Arial; font-size:16px; }

/*defines white body*/
#wrapper {		
		 width:827px;
		 margin:0 auto;
		 padding:0;
		 border:0px;
		 text-align:center;
		 background:#fff;
		 overflow:hidden;
}		 

/*defines area containing content*/
#workingarea {
		 width:780px;
		 margin:0 auto;
		 padding:23px 0 23px 0;
		 border:0px;
		 text-align:left;
		 background:#fff;
		 overflow:hidden;
}				 

/*title bar with logos*/
#titlebar {
		 float:left;
		 width:780px;
		 height:115px;
		 margin:0;
		 padding:0;
		 position:relative;
}	



/*navigation bar*/
#nav {
		 float:left;
		 width:780px;
		 height:53px;
		 vertical-align:top;
		 margin:0;
	 	 padding:0;
}

.nav ul {
		 margin:0;
		 padding:0;
		 width:780px;
}

.nav li {
		 display:inline;
		 margin:0;
		 padding:0;
		 float:left;
}

.nav-home a {
		 display:block;
		 width:156px;
		 height:53px;
		 text-decoration:none;
 		 background-image:url('images/home_10.gif');
		 background-repeat:no-repeat;
}		

.nav-home a:hover {
		 background-image:url('images/hover_10.gif');
		 width:156px;
		 height:53px;
}	

.curr-home a {
		 display:block;
		 width:156px;
		 height:53px;
		 text-decoration:none;
 		 background-image:url('images/hover_10.gif');
		 background-repeat:no-repeat;
}

.curr-home a:hover {
		 background-image:url('images/hover_10.gif');
		 width:156px;
		 height:53px;
}		 	 

.nav-layouts a {
		 display:block;
		 width:156px;
		 height:53px;
		 text-decoration:none;
 		 background-image:url('images/home_11.gif');
		 background-repeat:no-repeat;
}	

.nav-layouts a:hover {
		 background-image:url('images/hover_11.gif');
		 width:156px;
		 height:53px;
}	

.curr-layouts a {
		 display:block;
		 width:156px;
		 height:53px;
		 text-decoration:none;
 		 background-image:url('images/hover_11.gif');
		 background-repeat:no-repeat;
}	

.curr-layouts a:hover {
		 background-image:url('images/hover_11.gif');
		 width:156px;
		 height:53px;
}

.nav-traders a {
		 display:block;
		 width:156px;
		 height:53px;
		 text-decoration:none;
 		 background-image:url('images/home_12.gif');
		 background-repeat:no-repeat;
}

.nav-traders a:hover {
		 background-image:url('images/hover_12.gif');
		 width:156px;
		 height:53px;
}

.curr-traders a {
		 display:block;
		 width:156px;
		 height:53px;
		 text-decoration:none;
 		 background-image:url('images/hover_12.gif');
		 background-repeat:no-repeat;
}

.curr-traders a:hover {
		 background-image:url('images/hover_12.gif');
		 width:156px;
		 height:53px;
}

.nav-demos a {
		 display:block;
		 width:156px;
		 height:53px;
		 text-decoration:none;
 		 background-image:url('images/home_13.gif');
		 background-repeat:no-repeat;
}	

.nav-demos a:hover {
		 background-image:url('images/hover_13.gif');
		 width:156px;
		 height:53px;
}	

.curr-demos a {
		 display:block;
		 width:156px;
		 height:53px;
		 text-decoration:none;
 		 background-image:url('images/hover_13.gif');
		 background-repeat:no-repeat;
}	

.curr-demos a:hover {
		 background-image:url('images/hover_13.gif');
		 width:156px;
		 height:53px;
}

.nav-faq a {
		 display:block;
		 width:156px;
		 height:53px;
		 text-decoration:none;
 		 background-image:url('images/home_09.gif');
		 background-repeat:no-repeat;
}

.nav-faq a:hover {
		 background-image:url('images/hover_09.gif');
		 width:156px;
		 height:53px;
}	

.curr-faq a {
		 display:block;
		 width:156px;
		 height:53px;
		 text-decoration:none;
 		 background-image:url('images/hover_09.gif');
		 background-repeat:no-repeat;
}

.curr-faq a:hover {
		 background-image:url('images/hover_09.gif');
		 width:156px;
		 height:53px;
}




/*Left hand column*/

#left {
			float:left;
			width:530px;
			margin:0 auto;
}		

.heightgap {
    width:100%;
    height:30px;
    margin:0;
    padding:0;
}

p.bodytext {
				 font-family:Arial;
				 font-size:16px;
}	

a.mainlink {
				 font-family:Arial;
				 font-size:16px;
}				 

p.pricestext {
				 font-family:Arial;
				 font-size:16px;
				 padding: 0 0 0 70px;						 
}						 

p.bodybig {			 			 
				 font-family:Arial;
				 font-size:25px;
				 font-weight:bold;
				 color:#0585d0;	
				 text-align:center;			 
}	

		 


/*Right hand column*/

#right {
			 margin:0;
			 float:left;
			 width:250px;
}	

HR {
	 		 height:5px;
			 background:#0585d0;
			 border:0;
}			 

#rightbox {
			 margin:0 auto;
			 width:250px;
			 text-align:left;
}

p.righttitle {
				 font-family:Arial;
				 font-size:18px;
				 font-weight:bold;
				 color:#000;	
}	

p.righttext {
				 font-family:Arial;
				 font-size:12px;
				 color:#000;	
}				 								 			 			 	



/*Footer*/
#footer {
			    clear:both;
			    background:#0585d0;
				width:780px;
				height:29px;
				text-align:center;
}	

p.footer {
				 font-family:Arial;
				 font-size:12px;
				 color:#fff;
				 padding:6px 0 0 0;			 
}				 


