/* external CSS file */

body {background-color: white; font-family: verdana, arial, sans-serif;}
h1, h2, h3, h4 {font-size: x-large; color: #0033CC; font-weight: bold;}
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 {font-size: 9px;}
a:link {color: #0033CC; font-weight: bold;}
a:hover {color: #0000FF; text-decoration: none;}

.ordertext {font-size: 11px;}
.ordercategory ul {font-size: 11px; list-style-type: square;}
.ordercategory li
{
	font-size: 11px;
	list-style-image: url(www.rbdeveloper.com/images/bullet_cube2.gif);
}

.ordercategory dl {font-size: 11px;}
.ordercategory dt
{
	font-size: 11px;
	text-indent: 5px;
	font-weight: bold;
}

.ordercategory dd
{
	font-size: 11px;
	font-style: italic;
	margin-left: 16px;
}


#mainContainer{
  top:0px;
  width:1000px;
  height:auto;
  margin:0px auto;
  background-color:#FFFFFF;
  padding:0px;
  border-top:1px solid #FFFFFF;

}


#orderCategories
{
	position: absolute;
	left: 5px;
	width: 175px;
	min-height: 100px;
	margin-top: 25px;
	margin: 5px;
	padding: 5px;
	display: block;
	background-image: url(test.png);
	background-repeat: no-repeat;
	background-color: #FF6;
	border-style: groove;
	border-width: medium;
}


#currentPromo
{
	position: absolute;
	top: 200px;
	left: 5px;
	width: 175px;
	min-height: 100px;
	margin-top: 25px;
	margin: 5px;
	padding: 5px;
	display: block;
	background-image: url(test.png);
	background-repeat: no-repeat;
	background-color: #33F;
	border-style: groove;
	border-width: medium;
}


#publishedIssues
{
	position: absolute;
	top: 400px;
	left: 5px;
	width: 175px;
	min-height: 100px;
	margin-top: 20px;
	margin: 5px;
	padding: 5px;
	display: block;
	background-image: url(test.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-style: groove;
	border-width: medium;
}


#mainText
{
	position: absolute;
	left: 200px;
	width: 790px;
	min-height: 700px;
	margin-top: 20px;
	margin: 5px;
	display: block;
	background-image: url(test.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-style: ridge;
	border-width: medium;
	padding: 10px;
}

#orderForm
{
	position: absolute;
	left: 200px;
	min-height: 700px;
	margin-top: 20px;
	margin: 5px;
	display: block;
	background-image: url(test.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-style: ridge;
	border-width: medium;
	padding: 10px;
}