/* external CSS file */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", Verdana, Arial, sans-serif;
	background: #660066;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.center { text-align: center;}

#header
{
  background-position: center;
  position: relative;
  left: 0px;
  width: 975px;
  height: 175px;
  margin: 5px auto;
  display: block;
  background-image: url(rbdweblogo.png);
  background-repeat: no-repeat;
  background-color: #003;
}


#navbar {
	background-repeat: repeat-x;
	background-image: url(images/bargradient.png);
	height: 24px;
	border-top-style: none;
	text-shadow: 2px 2px 5px #333333;
	text-align: center;
	width: 70%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 8px;
	left: 240px;
	position: absolute;
	top: 20px;
}

#navbar a {

	padding-left: 20px;
	padding-bottom: 2px;
	padding-right: 20px;
	padding-top: 2px;
	border-style: inset;
	border-width: thin;
	border-color: transparent;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 75%;
	color: #333333;
	text-decoration: none;
}

#navbar a:hover {
	color: white;
	background-color: #660066;
	border-style: inset;
	border-width: thin;
	border-top-color: black;
	border-left-color: black;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
}



#sidebarLeft {
	min-height: 800px;
	background-color: #660066;
  	background-image: url(images/stslogo_200.png);
  	background-repeat: no-repeat;
    background-position: left top;
	padding-left: 0;
	padding-bottom: 15px;
	padding-right: 0;
	padding-top: 150px;
	margin-top: 5px;
	width: 240px;
	float: left;
	 /* this element must precede in the source order any element you would like it be positioned next to */
	 /* since this element is floated, a width must be given */ /* the background color will be displayed for the length of the content in the column, but no further */ /* top and bottom padding create visual space within this div  */
}

#maincolumn {
	position: absolute;
	left: 240px;
	top: 75px;
	padding: 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* float: right; */
	width: 72%;  /* this will create a container 70% of the browser width */
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000000;
}

#footer { /* this padding matches the left alignment of the elements in the divs that appear above it. */                                                                                                
	color: #7f7f7f;
	padding-left: 0px;                                                                                                                                                                                                
	padding-bottom: 4px;                                                                                                                                                                                                
	padding-right: 0px;                                                                                                                                                                                                
	padding-top: 4px;
	background-repeat: repeat-x;
	background-image: url(images/bargradient.png);
	height: 22px;
}

.footer {
	margin-right: 10px;
	margin-left: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 60%;
}

.footer a:link {
	text-decoration: none;
	color: #7f7f7f;
}

.footer a:hover {
	color: #4c4c4c;
}






/* Miscellaneous classes for reuse */
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




h1, h2, h3, h4 {margin-top: 20px; font-size: x-large; color: #660066; font-weight: bold; text-align: center}
#660066;
h2 {font-size: large;}
h3 {font-size: medium;}
h4 {font-size: small; font-weight: normal;}
i.rb {color: #0033CC;}
td {vertical-align: top;}
td.small {font-size: 11px;}
td.sub {font-size: 9px;}
span.blue {color: #0033CC;}
span.small {font-size: 10px;}
span.sub a:link {text-decoration: none; text-align: center; font-size: 10px; padding-top: 25px;}
span.sub a:hover {font-weight: bold; text-decoration: none; text-align: center; font-size: 10px; padding-top: 25px;}
a:link {color: navy; font-weight: bold;}
a:hover {color: #0000FF; text-decoration: none;}

p.small
{
	font-size: 12px;
	background-color: #bec0fb;
	padding: 4px;
	margin-left: 6px;
	margin-right: 6px;
}



#productnav, #sidebox1, #sidebox2, #sidebox3
{	
	border-left-style: solid;	
	border-bottom-style: solid;	
	border-right-style: solid;	
	border-top-style: none;	
	border-width: thin;	
	border-color: black;	
	text-shadow: 2px 2px 5px #333333;
	margin-left: 10px;
	width: 210px;
	background-color: white;
}


.productnavhead, .graybarhead
{
	background-repeat: repeat-x;
	background-image: url(images/bargradient.png);
	padding-top: 6px;
	height: 24px;
	border-top: thin solid black;
	border-bottom: thin solid black;
	color: #191919;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

p.productnavlist
{
	text-align: left;
	font-weight: bold;
	font-size: 65%;
	display: compact;
}

.productnavlist a
{
	padding: 4px;
	text-align: center;
	display: inline-table;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}


.productnavlist a:link
{
	color: #333333;
	text-decoration: none;
	border-width: thin;
	border-color: #660066;
	border-style: dotted;
}

.productnavlist a:hover
{
	color: white;
	background-color: #660066;
}

#sidebox1, #sidebox2, #sidebox3
{
	margin-top: 20px;
}

#purchasebox
{
	text-align: center;
	background-color: yellow;
}

#producttable {
	text-align: center;
}

#producttable table,th
{
	padding: 8px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 100%;
	color: white;
	background-color: #660066;
}

#producttable table,td
{
	padding-left: 10px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-top: 4px;
	border-spacing: 5px 5px;
	border-collapse: separate;
	font-size: 70%;
	background-color: #ffff66;
	vertical-align: middle;
}

.productname {
	display: table-cell;
}


a.productname:link
{
	color: #660066;
	text-decoration: none;
	padding: 4px;
	border-width: thin;
	border-color: #660066;
	border-style: dotted;
	text-align: center;
	display: inline-table;
	width: 100%;
}

a.productname:hover
{
	padding: 4px;
	color: white;
	background-color: #660066;
}


a.platform img
{
	height: 37px;
	width: 29px;
	border-width: thin;
	border-color: #ffff66;
	border-style: dotted;
}

a.platform img:hover
{
	height: 37px;
	width: 29px;
	border-width: thin;
	border-color: #660066;
	border-style: dotted;
}

.productcategoryhead
{
	background-repeat: repeat-x;
	background-image: url(images/bargradient.png);
	height: 24px;
	border-top: thin solid black;
	border-bottom: thin solid black;
	color: #660066;
	background-color: #999999;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}

.price
{
	font-size: 200%;
	font-weight: bold;
}

#tabholder {
	height: 24px;
}

#tabs {
	margin-left: 5px;
	margin-top: 25px;
	padding: 0px 0px;
}

#tabs li {
	list-style: none;
	float: left;
}

.tab
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: normal;
	line-height: 15px;
	color: #660066;
	background-color: #cccccc;
	padding: 3px 12px;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
	border-right: 1px dotted;
	border-top: 1px dotted;
	border-left: 1px dotted;
	border-bottom: 0px dotted;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-bottom-color: white;
}

.tab_hover
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	line-height: 11px;
	color: #660066;
	cursor: pointer;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 5px solid;
	border-bottom-color: white;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	padding: 3px 12px;
}

#tab1-content, #tab2-content, #tab3-content, #tab4-content, #tab5-content, #tab6-content, #tab7-content, #tab8-content
{
	font-size: 75%;
	padding: 8px;
	margin-top: -2px;
	border: 1px solid black;
}

#screenshots
{
	text-align: center;
}

#ssthumbs
{
	text-align: center;
	height: 70px;
}

#ssthumbs img
{
	padding: 3px;
	height: 64px;
	cursor: pointer;
	border: thin dotted white;
}

#ssthumbs img:hover
{
	border: thin dotted #660066;
}


.blogpost
{
	font-size: 85%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.blogdate
{
	padding: 3px;
	text-align: right;
	color: gray;
	background-color: #cccccc;
}


.blogtitle
{
	color: #660066;
	font-weight: bold;
}

.blogtitle a
{
	margin-left: 10px;
	font-size: 70%;
}


.blogtext
{
	font-size: 90%;
}

.blogtags
{
	font-size: 60%;
	text-align: right;
}

.bloglink a
{
	border-style: dotted;
	border-width: thin;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-top: 2px;
	color: #660066;
	font-weight: bold;
	margin-left: 10px;
	font-size: 75%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;

}

.bloglink a:hover
{
	border-style: none;
	color: white;
	background-color: #660066;
	cursor: pointer;
}

.bloglink .blogdate
{
	font-size: 70%;
}

.bloglink .blogtext
{
	margin-left: 20%;
}

.blogtopic
{
	border: thin solid black;
	padding: 5px;
	margin-top: 10px;
}

.blogtopic h3
{
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 85%;
	background-color: #cccccc;
	color: #660066;
	cursor: pointer;
}

.blogtopic p
{
	font-size: 60%;
	
}

#blogbox
{
	border: thin solid black;
	padding: 10px;
	min-height: 50px;
	min-width: 300px;
}

#blogarchivenavbar
{
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px;
	font-weight: bold;
	font-size: 80%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
}

#blogarchivenavbar a
{
	border-width: thin;
	border-color: #660066;
	border-style: dotted;
	color: #4c4c4c;
	padding: 2px;
}

#blogarchivenavbar a:hover
{
	color: white;
	background-color: #660066;
	cursor: pointer;
}

.quote
{
	margin-left: 10px;
	margin-right: 10px;
	padding: 5%;
	background-color: #f2dbf3;
}

.quote hr
{
	border-color: white;
	border-width: 1px;
	border-style: dashed;
	border-color: #660066;
	margin-top: 5px;
}

.purchaselink
{
	margin-left: 5px;
	margin-right: 5px;
}

.purchaselink a
{
	text-align: center;
	display: inline-block;
	background-repeat: repeat;
	background-image: url(images/bargradient.png);
	border-style: solid;
	border-width: thin;
	border-color: black;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-top: 2px;
	color: #660066;
	font-weight: bold;
	font-size: 65%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
	width: 85%;
}

.purchaselink a:hover
{
	background-image: none;
	border-style: solid;
	color: white;
	background-color: #660066;
	cursor: pointer;
}

