/* the following rules apply only to IE */
* html{
	padding: 0; margin: 0;
	}

* { padding: 0; margin: 0; }

/* Typography & Colors */

body {
	font-size: .8em;
	font-family: Arial, 'Lucida Grande', Tahoma, Verdana, Sans-Serif;
	background-color: #000;
	color: #333;
	text-align: center;
	}

p {
	line-height: 1.4em;
	margin-bottom: 1em;
	}

/* Headings */

h1 {
	font-size: 1.5em;
	}
	
h2 {
	font-size: 1.2em;
	font-family: Arial, Helvetica;
	letter-spacing: -1px;
	margin-bottom: 5px;
	font-weight: bold;
	}

h3 {
	font-size: 1.1em;
	margin-bottom: 4px;
	}

/* Links */

a {
	color: #FF6600;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color: #FF6600;
	text-decoration: none;
	}

a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
	
h1 a,
h1 a:hover,
h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2 a, 
h2 a:visited, 
h3 a, 
h3 a:visited, 
h4 a, 
h4 a:visited {
	color: #333;
	}

.buynow, a.buynow, a.buynow:visited {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	}
	
/* End Typography & Colors */


/* Structure */

body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 938px;
	text-align: left;
	}
	
#header {
	width: 900px;
	height: 121px;
	background-image:url(../images/logo.jpg);
	}

#shuriken {
	width: 38px;
	height: 463px;
	margin:0;
	padding:0;
	position: absolute;
	top:419px;
	}
#shuriken .reddot {
	width: 26px;
	height: 16px;
	background-image: url(../images/shuriken_reddot.gif);
	background-repeat: no-repeat;
	}
#shuriken .symbol {
	width: 26px;
	height: 29px;
	background-image: url(../images/shuriken.jpg);
	background-repeat: no-repeat;
	}

*>html #nav {
	width: 49%;
	}
	
*>html #search {
	width: 49%;
	}

#footer {
	width: 870px;
	height: 70px;
	font-size: 0.7em;
	color: #ff7e0d;
	margin-top: 47px;
	margin-bottom: 80px;
	padding: 0px 15px;
	}
#logos {
	text-align: center;
	}
#footer .left {
	float: left;
	}
#footer .right {
	float: right;
	}
	
#main {
	float:right;
	width:900px;
	margin:0;
	padding:0;
	background-color: #240601;
	}

#frame_top {
	width: 900px;
	height: 7px;
	background-image:url(../images/frame_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
#frame_left {
	width: 7px;
	height: 411px;
	background-image:url(../images/frame_left.gif);
	background-repeat: no-repeat;
	float:left;
	margin:0;
	padding:0;
	}

#frame_right {
	width: 7px;
	height: 411px;
	background-image:url(../images/frame_right.gif);
	background-repeat: no-repeat;
	float:right;
	margin:0;
	padding:0;
	}

#rightcol {
	font-size: 1.0em;
	color: #fff;
}

#rightcol p {
	font-size: .85em;
	color: #fff;
	}
	
#rightcol h2 {
	color: #ff7e0d;
	font-size: 1.2em;
	}

#rightcol .bground_gradient {
	background-image: url(../images/bground_gradient.jpg);
	background-repeat: repeat-y-repeat;
	}
#rightcol .bground_sort_gradient {
	background-image: url(../images/bground_sort_gradient.jpg);
	background-repeat: repeat-y;
	}
#rightcol .bground_divider {
	background-image: url(../images/rightcol_divider.jpg);
	background-repeat: repeat-y;
	}
.inner-column {
	margin:0;
	padding:0.5em 1em;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
	}

.morelink {
	font-size: .8em;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}
.grey {
	color: #999999;
	}
.black {
	color: #000;
	}
.white {
	color: #fff;
	}

#primary_content {
	min-height: 400px;
	}
#primary_content h1 a{
	color: #000;
	}

#titling {
	width: 862px;
	height: 44px;
	background-image: url(../images/blog/titling_bground.jpg);
	padding: 10px 0px 10px 18px;
	}
#titling h1{
	color: #ff7e0d;
	}
#titling .sub {
	font-size: 1.0em;
	color: #fff;
	}
	
/* End Structure */


/* Errors and Trax specific */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
  width: 1px;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.banner-160x600 {
	padding: 80px 0 0 80px;
	clear:both;
}

div.banner-728x90 {
	width: 728px;
	height: 90px;
	margin: 60px auto 0 auto;
	clear: both;
}

div.banner-300x250 {
	text-align: center;
	width: 300px;
	height: 250px;
	margin: 0px auto;
	clear: both;
}
