html { 
	padding: 0; 
	margin: 0; 
}

body {
    padding: 0;
    text-align: center;
    background: #5F5FB0 url("../images/bg.gif") top center repeat-y;
    margin: 0;
    font: normal 12px "Lucida Grande", "Verdana", sans-serif;
    color: #222; 
}
    
#wrapper { 
    width: 720px;
    text-align: left;
    padding: 0 9px;
    border-top: 0;
    background: #fff url("../images/framebg.gif") top left repeat-y;
    border-bottom: 0; !important;
    margin: 0 auto; 
}

#order-info {
	background: #333 url("../images/order_info_grad.jpg") repeat-x;
	height: 22px;
	margin-left: -9px;
	margin-right: -10px;
	margin-bottom: 5px;
	padding: 5px;
    font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
	text-align: right;
    color: #ddd;
	border-bottom: solid 1px #999;
}
    
#header { 
    padding: 0;
    margin: 0 0 20px 0;
	width:720px;
    height: 187px;
    background: transparent url("../images/mastheads/rotate.php") 0 0 no-repeat; 
}

#header a#logo {
	display: block;
	width: 300px;
	height:130px;
	_height:123px;
	position: relative;
	top:5px;
	left:5px;
	z-index:10;
}

    
#footer {
    display: block;
	margin-top: 25px;
	margin-left: -9px;
	margin-right: -10px;
    clear: both;
    padding: 5px;
    color: #999;
    text-align: center;
	font-size: 10px;
    line-height: 1.5em;
	background: #333 url("../images/order_info_grad.jpg") repeat-x;
}
    
#footer a {
    color: #fff;
    text-decoration: none;
    border: 0; 
}

h1 {
	color: #4C4C8D;
	font-size: 16px;
}

h2 {
	color: #4C4C8D;
	font-size: 14px;
}

/**********************************************************************/
/*  navigation 														  */
/**********************************************************************/

#nav {
	position: relative;
	top: 21px;
	_top: 21px;
	right: 20px;
	width: 720px;
}

* html #nav  {
	width: auto;
}

#nav ul {
	margin:0;
	padding:0;
	list-style: none;
	white-space:nowrap;
	width:720px;
}

#nav ul li {
	margin:0 3px 0 0;
	padding:0;
	float: right;
	white-space:nowrap;
	background-color: #eee;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-left: solid 1px #666;
}

#nav ul li.active {
	background-color: #fff;
	font-weight: bold;
}

#nav ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 4px 9px;
	/*background: url(../images/tab2.gif) top right no-repeat;*/
}

#nav ul li a:hover {
	background-color: #FFFFCF;
}

/**********************************************************************/
/*  links   														  */
/**********************************************************************/

a:link, a:visited {
	color: #5F5FB0 ;
}
a:link, a:active {
	color: red;
}

/**********************************************************************/
/*  images   														  */
/**********************************************************************/

.thumbs img {
	border: solid 1px #aaa;
	background-color: #fff;
	padding: 4px;
	margin: 3px;
}

/**********************************************************************/
/*  lists    														  */
/**********************************************************************/

ul {
	font-size: 12px;
}

li {
	margin-bottom: 5px;
}

ul.feature-list {
	padding-right: 35px;
	list-style-image: url("../images/bolt.gif");
}

ul.feature-list li {
	font-size: 14px;
	padding-bottom: 7px;
}
/**********************************************************************/
/*  misc    														  */
/**********************************************************************/

.hide {
	display: none;
}

.light {
	color: #666;
}

.highlight {
	background-color: #ffc;
}

.introduction {
	_width: 420px;
	width: 370px;
	_height: 300px;
	height: 250px;
	padding: 25px;
	font-size: 16px;
	line-height: 24px;
	background: #333 url("../images/promo.jpg") 0 0 no-repeat;
	color: #fff;
}

.introduction h1 {
	margin-top: 0;
	color: #DBDC0B;
	font-size: 20px;
}

.buy-box {
	background: #333 url("./images/buy_box_grad.jpg") repeat-x;
	color: #fff;
	padding: 8px;
	font-size: 16px;
}

.buy-box h3 {
	margin-top: 0;
	color: #DBDC0B;
	font-size: 18px;
}

