@import url("rokbox-style.css");
@import url("rokmoomenu.css");
/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
}

/* Font family information */

.rok-content-rotator h2 {
	font-family:  Helvetica, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-optima, #ff-optima td {
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}

body#ff-geneva, #ff-geneva td {
	font-family:  Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-helvetica, #ff-helvetica td {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
}

body#ff-lucida, #ff-lucida td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
}

body#ff-georgia, #ff-georgia td {
	font-family: Georgia, sans-serif;
}

body#ff-trebuchet, #ff-trebuchet td {
	font-family: "Trebuchet MS", sans-serif;
}

body#ff-palatino, #ff-palatino td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

/* end font family information */

form {
	margin: 0;
	padding: 0;
}

body.f-smaller,
body#ff-optima.f-smaller,
body#ff-georgia.f-smaller {
	font-size: 11px;
}

body,
body.f-default {
	font-size: 14px;
}

body#ff-optima,
body#ff-optima.f-default {
	font-size: 16px;
}

body#ff-georgia,
body#ff-georgia.f-default {
	font-size: 16px;
}

body.f-larger,
body#ff-optima.f-larger,
body#ff-georgia.f-larger {
	font-size: 18px;
}

p {
  /* setup some more readable paragraph spacing */
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
p.no-bottom-margin {
  margin-bottom: 0px;
}
h1, h2, h3, h4, h5 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 0;
	font-weight: normal;
	line-height: 120%;
}

h1 { 
	font-size: 200%;
	line-height: 100%;
}

h2 {
	font-size: 175%;
	line-height: 100%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}

h5 {
	font-size: 120%;
	text-transform: uppercase;
}
.with-space {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Joomla Elements */

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 95%;
}

.componentheading {
	font-size: 170%;
	line-height: 100%;
	padding: 0;
	margin: 25px 0 20px 0;
}

.contentheading {
	font-size: 170%;
	font-weight: normal;
	line-height: 130%;
	padding: 10px 0 15px 30px;
	border: 0;
}

td.buttonheading,
.contentpaneopen td.buttonheading {
	padding: 0px 3px 0;
	border: 0;
}

td.column_separator {
	padding-left: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

.sectiontableheader {
  	font-weight: bold;
  	padding: 4px;
  	line-height: 20px;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  	text-align: left;
  	padding: 2px 0 0px 5px;
  	border-bottom: 1px solid #f1f1f1;
}

tr.sectiontableentry2 td,
td.sectiontableentry2 {
 	height: 27px;
}

tr.sectiontableentry1 td,
td.sectiontableentry1 {
	height: 27px;
	background: #f7f7f7;
}

.contentpane,
.contentpaneopen {
	width: 100%;
}

/* @end */

/* @group Structure */

#toppanel-container {
	position: relative;
	z-index: 5000;
}

#topmod {
	width: 447px;
	height: 150px;
	position: absolute;
	right: 0;
	top: -123px;
	color: #ccc;
}

#topmod .wrapper {
	width: 410px;
	overflow: hidden;
}

#top-tab {
	width: 195px;
	height: 30px;
	position: absolute;
	top: 123px;
	text-align: center;
	cursor: pointer;
	margin-left: 260px;
}

span.tab-text {
	color: #ddd;
	line-height: 170%;
	padding-left:3px;
}

#toplinks {
	float: right;
	margin-top: 60px;
}

#toplinks a.mainlevel {
	display:  block;
	float:  left;
	background: none;
	margin: 0;
	padding: 0 5px;
	text-indent: 0;
}

#toplinks ul {
	margin: 0;
	padding: 0;
	float: right;
}

#toplinks li {
	float:  left;
	list-style: none;
	margin-right: 15px;
}

#toplinks li img {
	float: left;
}

#logo {
	height:78px;
	margin-left:-50px;
	position:absolute;
	width:500px;
}

#header {
	height: 85px;
}

span.welcome-message {
  float: right;
}

#searchmod {
	float: right;
	background: url(images/search-bg.png) 0 0 no-repeat;
	width: 220px;
	height: 47px;
	padding: 0;
	margin: 0;
}

#searchmod .inputbox {
	background: none;
	border: 0;
	width: 190px;
	height: 15px;
	padding-left: 4px;
	margin-left: 48px;
	margin-top: 15px;
}

#sub-header {
	height: 60px;
	padding-top: 14px;
}

div.centered-text {
	text-align: center;
}

#showcase {
	overflow: hidden;
	padding: 10px;
}

#showcase #welcome-message {
	float: right;
	padding-top: 5px;
}

#showcase h3 {
	color: #c4aa29;
}
#showcase h2 {
	color:#C4AA29;
	font-size:220%;
	font-weight: bold;
	text-align:center;
	padding-bottom:1px;
}

#showcase2 {
	background-color:#000000;
  float:right;
  height:330px;
  overflow:hidden;
  padding-bottom:10px;
  padding-left:10px;
  width:210px;
}
#showcase2 .padding {
	padding: 0 0 0 10px;
}
#showcase3 {
	margin-right: 236px;
	height: 340px;
	position: relative;
	background: url(images/close-up-home-live-bkg.jpg) no-repeat left bottom;
}
#showcase3 div.title-overlay {
	width: 696px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px;
	background: url(images/dark_trans_bkg.png) repeat left top;
}
#showcase3 img {
	padding-top: 20px;
}
#showcase3-youtube {
	margin-right: 236px;
	height: 340px;
	position: relative;
	background: url(images/hero-shot-1-bkg.jpg) no-repeat left bottom;
}
#showcase3-youtube div.title-overlay {
	background:transparent url(images/dark_trans_bkg.png) repeat scroll left top;
  height:310px;
  left:340px;
  padding:5px;
  position:absolute;
  top:10px;
  width:340px;
}
#showcase3-youtube img {
	padding-top: 20px;
}
#showcase3-youtube div.title-overlay ul {
  margin: 10px 0 0 15px;
  padding:0;
}
#showcase3-youtube div.title-overlay ul li {
  font-weight:bold;
  margin:0;
  padding:0 0 8px;
}
#showcase #video-window {
	float: left;
	width: 340px;
	background: #000000;
	margin: 20px 10px 10px 5px;
}
#showcase #chat-window {
	float: right;
	width: 580px;
	margin-top: 20px;
}
#showcase #files-window {
	float: left;
	clear: left;
	width: 340px;
	margin-top: 10px;
	margin-left: 5px;
	background: #000000;
	text-align: center;
	padding-top: 5px;
}
#showcase #lesson-central {
	float: left;
	background: #000000;
	width: 100%;
}
#lesson-central #lesson-links {
	float: left;
	width: 340px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
}
#lesson-central  #lesson-links input, #lesson-central  #lesson-links a{
	margin-bottom: 5px;
}



#featured {
	background: #0f0f0f url(images/featured-top.png) 0 0 repeat-x;
	overflow: hidden;
	color: #ccc;
}

#featured2 {
	background: url(images/featured-bottom.png) 50% 100% repeat-x;
	overflow: hidden;
	margin-top: 10px;
}
#featured2-youtube {
	background: url(images/featured-bottom.png) 50% 100% repeat-x;
	overflow: hidden;
	margin-top: 40px;
}

#featured-bottom {
	height: 10px;
	margin-bottom: 10px;
}

#featured-bottom2 {
	height: 10px;
}

#featured-bottom3 {
	background: url(images/featured-bm.png) 0 0 repeat-x;
	margin: 0 25px;
	height: 10px;
	overflow: hidden;
}

#featured-left-column {
	float: left;
	width: 600px;
	margin-left: 10px;
}

#featured-right-column {
	width: 340px;
	margin-right: 10px;
	float: right;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
#featured-right-column-youtube {
	float:right;
  margin-right:10px;
  margin-top:5px;
  overflow:hidden;
  text-align:center;
  width:340px;
}

#featured-right-column .padding {
	/*padding: 15px 0 10px 0;
	text-align: center;*/
}

#featured-left-column .padding {
	/*padding: 15px 35px 0 12px;*/
}

#featured h2 {
	color: #fff;
	font-size: 160%;
}
div.triple-player {
	margin-top: 10px;
	float: left;
}
div.main-screen {
	float:left;
	width: 305px;
	background: url(images/ipod_drum_lessons.png) no-repeat left top;
	height: 240px;
}
div.main-screen div.title-overlay {
	background:transparent url(images/dark_trans_bkg.png) repeat scroll left top;
	bottom:0;
	left:0;
	margin-top:160px;
	padding:5px;
	text-align:center;
	width:293px;
}

div.player-list {
	float:left;
  width:300px;
}
div.medium-button {
	background:transparent url(images/medium_sized_gray_button.png) no-repeat scroll left top;
	float:left;
  height:100px;
  margin-bottom:5px;
  padding-left:5px;
  padding-top:5px;
  width:290px;
}
/*div.medium-button img {
	float: left;
}
div.medium-button img.buy-button {
	float: right;
	margin-right:15px;
	margin-top:-15px;
}*/
div.medium-button h4 {
	font-size: 100%;
	line-height: 100%;
	color: #c4aa29;
	float: left;
	padding-bottom:0;
padding-top:0;
}
div.medium-button p {
	margin: 0;
	float: left;
	font-size:95%;
}
div.ipod-lesson-info {
	float: left;
}
div.button-image {
	display: inline;
	width: 60px;
	float: left;
}
div.button-text {
	display: inline;
	width: 220px;
	float: left;
	margin-left: 5px;
}
div.purchase-info{
	float: left;
	clear: both;
	width: 290px;
}
div.purchase-info div.price {
	float: left;
	width: 150px;
}
div.purchase-info div.button {
	display:inline;
	float:right;
	margin-right:10px;
	margin-top:-5px;
}
p.full-right {
  width: 100%;
  text-align: right;
  float: left;
}
p.full-right a {
  text-decoration: underline;
  margin-right: 10px;
}


#main-content-bar {
	height: 29px;
}

#main-content-bar2 {
	height: 46px;
	background: url(images/content-head.png) 0 0 repeat-x;
	margin: 0 -15px 10px -15px;
}

#main-content {
	color: #333;
	background: #fff url(images/maincol-top-bg.png) 0 0 repeat-x;
	padding-left: 10px;
}

div.maincol-indicator {
	width: 20px;
	height: 24px;
	position: absolute;
	margin: 0 0 0 20px;
	padding: 0;
}

table.mainbody,
table.blog {
	width: 100%;
}

td.maincol {
	/*background: url(images/maincol-top-bg.png) 0 0 repeat-x;*/
}

td.leftcol .padding,
td.rightcol .padding {
	padding: 0 15px 15px 15px;
}

td.maincol .padding {
	padding: 20px 15px 15px 15px;
}

#inset {
	float: right;
}

#inset .padding {
	padding: 0 0 20px 20px;
}

#bottom {
	padding: 20px 20px 15px 0;
	background: #fff url(images/bottom-bg.png) 0 0 repeat-x;
	overflow: hidden;
	color: #666;
}

#footer {
	background: #fff url(images/footer-bm.png) 50% 100% repeat-x;
	height: 95px;
	border-top: 1px solid #e0e0e0;
}
#footer #siteseal {
	float: left;
	padding-top: 10px;
}

.footer2 {
	height: 95px;
}

.footer3 {
	height: 95px;
}

#logo-bottom {
	width: 165px;
	height: 42px;
	display: block;
	margin-top: 25px;
	margin-left: 20px;
	background: url(images/logo-bottom.png) 0 0 no-repeat;
	float: left;
}

img#rocket {
	width: 165px;
	height: 22px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 50px;
	float: left;
}

#copyright {
	padding-bottom: 25px;
}

.spacer .block {
	float: left;
}

.spacer.w99 .block {
	width: 99.8%;
}

.spacer.w49 .block {
	width: 49.8%;
}

.spacer.w33 .block {
	width: 33.1%;
}

.spacer.w24 .block {
	width: 24.8%;
}

div.left-right-container {
	float: left;
}

div.left-right-container div.left-side {
	float: left;
	width: 90px;
}
div.left-side span.caption {
	font-size: 70%;
}
div.left-right-container div.right-side {
	float: left;
	width: 145px;
	padding-left: 5px;
}

div.left-half {
	width: 50%;
	
}
div.right-half {
	width: 50%;
	display: inline-table;
}

/* @end */

/* @group Modules */

#topmod .moduletable {
	padding: 0;
	margin: 15px 0 0 0;
	overflow: hidden;
}

#topmod .moduletable h3 {
	color: #ccc;
	font-size: 100%;
	padding-right: 15px;
	text-align: right;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	background: url(images/login-h3.png) 100% 1px no-repeat;
}

#featured .module h3,
#showcase .module h3 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.module-scroller {
	position: relative;
}

.module-scroller h3 {
	margin: 10px 0 0 10px;
	top: 0;
	position: absolute;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.module-scroller h3 span {
	color: #fff;
}

#recent-videos {
	margin-top: -44px;
}

#featured .module h3 span {
	color: #fff;
}

td.rightcol .module h3,
td.leftcol .module h3,
td.rightcol .module-menu h3,
td.leftcol .module-menu h3,
td.leftcol .module_menu h3,
td.rightcol .module_menu h3,
td.leftcol .module-red h3,
td.rightcol .module-red h3,
td.leftcol .module-blue h3,
td.rightcol .module-blue h3,
td.leftcol .module-black h3,
td.rightcol .module-black h3,
td.leftcol .module-green h3,
td.rightcol .module-green h3,
td.leftcol .module-orange h3,
td.rightcol .module-orange h3 {
	height: 45px;
	margin: 0 -15px;
	text-indent: 15px;
	font-size: 100%;
	padding: 0;
	line-height: 200%;
	text-transform: uppercase;
	font-weight: bold;
}

td.rightcol .module,
td.leftcol .module,
td.rightcol .module-red,
td.leftcol .module-red,
td.rightcol .module-blue,
td.leftcol .module-blue,
td.rightcol .module-black,
td.leftcol .module-black,
td.rightcol .module-green,
td.leftcol .module-green,
td.rightcol .module-orange,
td.leftcol .module-orange,
td.leftcol .module-menu,
td.rightcol .module-menu,
td.leftcol .module_menu,
td.rightcol .module_menu {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}

#inset .module {
	margin-bottom: 20px;
	overflow: hidden;
}

#inset .module h3 {
	font-size: 170%;
	font-weight: normal;
	line-height: 130%;
	padding: 10px 0 15px 30px;
	margin: 0;
	border: 0;
	background: url(images/inset-h3.png) 0 3px no-repeat;
	color: #666;
}

#inset .module h3 span {
	color: #999;
}

#mainmodules {
	padding-bottom: 10px;
	padding-top: 10px;
}

#mainmodules h2 {
	margin-top: 0;
}

#mainmodules .module h3 {
	margin-top: 0;
	color: #666;
}

#mainmodules .module h3 span {
	color: #999;
}

#bottommodules div.block {
	border-left: 1px solid #e0e0e0;
}

#bottommodules div:first-child.block {
	border-left: 0;
}

#bottommodules .module h3 {
	font-size: 110%;
	font-weight: bold;
	color: #555;
	margin-top: 0;
}

#bottommodules .module {
	margin-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

#mainmodules .module {
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 15px;
}

#mainmodules,
#bottommodules {
	overflow: hidden;
}

.special-feature {
	float:left;
	height:275px;
	margin-right:15px;
	width:400px;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	height: 45px;
	position: absolute;
}

#horiz-menu2 {
	height: 45px;
	margin: 0 0 0 16px;
	padding: 0 5px 0 0;
}

ul#horiznav.menutop,
#horiz-menu ul.menutop {
	padding: 0;
	margin: 0;
	position: relative;
}

#horiz-menu ul {
	list-style: none;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#horiz-menu a,
#horiz-menu li.active a {
	white-space: nowrap;
	display: block;
	float: left;
	height: 45px;
	line-height: 40px;
	padding: 12px 15px 0 15px;
	font-weight: normal;
	font-size: 130%;
	overflow: hidden;
	text-decoration: none;
	z-index: 100;
	position: relative;
}

#horiz-menu li.active li a,
#horiz-menu li.active.parent li a {
	font-weight: normal;
	font-size: 100%;
}

#horiz-menu ul ul {
	margin: 0;
	padding: 10px 0 8px 0;
	background: url(images/dropdown-top.png) 0 0 no-repeat;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
	border-bottom: 1px solid #363636;
}

#horiz-menu ul ul ul {
	background: #0e0e0e;
	border-top: 1px solid #363636;
	padding: 4px 0 8px 0;
}

#horiz-menu ul ul li a,
#horiz-menu ul li.active.parent ul a {
	padding-left: 5px;
	color: #fff;
}

#horiz-menu ul ul li a:hover,
#horiz-menu ul li.active.parent ul a:hover {
	padding-left: 5px;
}

#horiz-menu ul ul li a.daddy,
#horiz-menu ul ul li a.daddy:hover {
	background: url(images/inset-arrow.png) 95% 50% no-repeat;
}

/* mouseovers */

#horiz-menu li li a:hover {
	background: none;
}

#horiz-menu li li.active,
#horiz-menu li.active li a,
#horiz-menu li.active li a:hover {
	background: none;
}

#horiz-menu li li a {
	font-size: 100%;
	font-weight: normal;
	background: none;
}

/* bottom menu */

#bottom-menu {
	background: url(images/bottom-menu-l.png) 0 0 no-repeat;
	height: 45px;
	position: absolute;
	margin-left: 220px;
	margin-top: 25px;
}

#bottom-menu2 {
	background: url(images/bottom-menu-r.png) 100% 0 no-repeat;
	height: 45px;
	margin: 0 0 0 16px;
}

#bottom-menu ul#mainlevel-bottom {
	padding: 0;
	margin: 0;
	position: relative;
}

#bottom-menu #mainlevel-bottom ul {
	list-style: none;
}

#bottom-menu #mainlevel-bottom li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#bottom-menu #mainlevel-bottom a,
#bottom-menu #mainlevel-bottom a#active_menu.mainlevel {
	white-space: nowrap;
	display: block;
	float: left;
	height: 45px;
	line-height: 40px;
	padding: 12px 15px 0 15px;
	font-weight: normal;
	font-size: 120%;
	overflow: hidden;
	text-decoration: none;
	color: #777;
}

#bottom-menu a#active_menu.mainlevel-bottom {
	background: url(images/bottom-menu-active.png) 50% 0 no-repeat;
	color: #333;
}

#bottom-menu a.mainlevel-bottom:hover {
	background: url(images/bottom-menu-hover.png) 50% 0 no-repeat;
	color: #333 !important;
}

/* @end */

/* @group Mainmenu */

#main-content a.mainlevel {
	display: block;
	line-height: 24px;
	text-indent: 18px;
	height: 24px;
	overflow: hidden;
	font-size: 110%;
}

#main-content a.sublevel {
	text-decoration: none;
	line-height: 25px;
	font-size: 110%;
	line-height: 24px;
}

a.mainlevel:hover,
a.sublevel:hover {
	text-decoration: none;
}

/* @end */

/* @group Sub Menu */

ul.menu {
	margin: 0 0 15px 0;
	padding: 0;
}

ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu span {
	display: block;
	height: 24px;
}

ul.menu a {
	display: block;
	line-height: 24px;
	text-indent: 18px;
	height: 24px;
	overflow: hidden;
	font-size: 110%;
}

ul.menu li.active li a,
ul.menu li.active.parent ul li.parent a.daddy {
	background: none;
}

ul.menu ul {
	margin: 4px 0;
}

ul.menu ul li a {
	text-indent: 10px;
}

ul.menu ul a {
	background: none;
	text-indent: 0;
}

ul.menu ul {
	margin: 5px -15px;
	padding: 10px 0 10px 30px;
}

ul.menu ul ul {
	padding: 0;
	margin-left: 20px;
	background: none;
}

ul.menu li li {
	padding: 0;
	margin: 0;
}

ul.menu ul a {
	text-indent: 0;
}

ul.menu li.active a,
ul.menu li.active a:hover {
	text-decoration: none;
	line-height: 24px;
}

ul.menu li a:hover {
	text-decoration: none;
}

/* @end */

/* @group Content Styles */

/* @group Readon */

a.readon,
a.readon2 {
	margin-top: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 75%;
	display: block;
	line-height: 150%;
	text-transform: uppercase;
	float: right;
	overflow: hidden;
}

a.readon {
	padding-right: 40px;
	text-indent: 5px;
}

a.readon:hover,
a.readon2:hover,
a.readon3:hover {
	text-decoration: none;
}

a.readon2 {
	padding-right: 15px;
	text-indent: 4px;
	background: url(images/readon2.png) 0 0 no-repeat;
	color: #fff;
}

a.readon3 {
	margin-top: 10px;
	font-weight: normal;
	font-size: 75%;
	padding-bottom: 5px;
	padding-right: 10px;
	display: block;
	text-indent: 4px;
	line-height: 150%;
	color: #fff;
	text-transform: uppercase;
	background: url(images/readon3.png) 0 0 no-repeat;
}

#bottom a.readon {
	background: url(images/inset-arrow.png) 100% 5px no-repeat;
	float: right;
	color: #444;
	width: auto;
	padding-right: 12px;
	text-transform: lowercase;
	font-size: 100%;
}

#bottom a.readon:hover {
	color: #111;
}

#bottom a,
#bottom a.readon
#topmod a {
	color: #333;
}

/* @end */

/* @group Pathway */

span.pathway {
	display: block;
	line-height: 220%;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 15px;
}

span.pathway img {
	float: none;
	vertical-align: top;
	width: 7px;
	height: 22px;
	padding-right: 8px;
	background: url(images/inset-arrow.png) 0 50% no-repeat;
}

span.pathway a {
	float: none;
	padding: 0 10px 0 0;
}

/* @end */

/* @group Typography */

ul.bullet-1,
ul.bullet-2,
ul.bullet-3,
ul.bullet-4,
ul.bullet-5 {
	padding-left: 15px;
	overflow: hidden;
	margin-left: 5px;
}

ul.bullet-1 li, 
ul.bullet-2 li,
ul.bullet-3 li {
	list-style: none;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 14px;
}

ul.bullet-1 li {
	background: url(images/main-arrow.png) 0 4px no-repeat;
}

ul.bullet-2 li {
	background: url(images/typo/bullet-2.png) 0 4px no-repeat;
}

ul.bullet-3 li {
	background: url(images/inset-arrow.png) 1px 4px no-repeat;
}

ul.bullet-4 li {
	list-style: none;
	padding-left: 22px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	background: url(images/typo/bullet-4.png) 0 0 no-repeat;
}

ul.bullet-5 li {
	list-style: none;
	padding-left: 22px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	background: url(images/typo/bullet-5.png) 0 0 no-repeat;
}

pre {
	padding: 10px;
	background: #f6f6f6;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

blockquote {
	display: block;
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	padding: 10px 20px 10px 20px;
	margin: 15px 0;
	background: #f6f6f6;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

blockquote.color1,
blockquote.color2,
blockquote.color3 {
	display: block;
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	padding: 0px 20px;
	margin: 15px 0;
	border: 0;
	background: 0;
}

blockquote.color1 {
	color: #666;
}

blockquote.quotes {
	display: block;
	background: url(images/typo/quote-start.png) 0 5px no-repeat;
	padding: 0px 20px 0 38px;
	margin: 20px 0;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	color: #666;
	border: 0;
}

blockquote.quotes p {
	padding: 0 38px 0 0;
	margin-top: 0;
	background: url(images/typo/quote-end.png) 100% 100% no-repeat;
}

.important {
	border: 1px solid #999;
}

.important,
.important2,
.important3,
.important4 {
	padding: 15px;
	margin:15px 10px 15px 0;
}

span.important-title,
span.important-title2,
span.important-title3,
span.important-title4 {
	display: block;
	float: left;
	margin-top: -24px;
	background: #fff;
	padding: 0 8px;
	font-weight: bold;
	font-size: 120%;
}

.important4 {
	border: 1px solid #000;
}

span.important-title,
span.number {
	color: #666;
}

span.important-title4 {
	color: #000;
}

span.number,
span.number-color,
span.number-color2 {
	display: block;
	font-size: 170%;
	float: left;
	margin: 2px 10px 0 15px;
}

span.highlight {
	background: #FFFBD5;
	padding: 1px 2px;
}

span.highlight-blue {
	color: #0294C1;
}

span.highlight-red {
	color: #cc0000;
}

span.highlight-green {
	color: #7FA500;
}

span.highlight-orange {
	color: #ff9900;
}

span.highlight-bold {
	font-weight: bold;
	font-size: 120%;
}

span.dropcap,
span.dropcap-color,
span.dropcap-color2 {
	display: block;
	font-size: 260%;
	float: left;
	margin: 0px 4px 0 0;
	line-height: 100%;
}

span.inset-left {
	display: block;
	color: #000;
	padding: 15px;
	float: left;
	width: 20%;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}

span.inset-right {
	display: block;
	color: #000;
	padding: 15px;
	float: right;
	width: 20%;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}

/* @end */

/* @group Notice Styles */

span.attention,
span.notice,
span.alert,
span.download,
span.approved,
span.media,
span.note,
span.cart,
span.camera,
span.doc {
	display: block;
	padding: 8px 10px 8px 36px;
	margin: 0;	
}

span.attention {
	color: #B79000;
	border: 1px solid #E7BD72;
	background: #FFF3A3 url(images/typo/attention.png) 10px 50% no-repeat;
}

span.notice {
	color: #648434;
	border: 1px solid #9BCC54;
	background: #CDEFA6 url(images/typo/notice.png) 10px 50% no-repeat;
}

span.alert {
	color: #CF3738;
	border: 1px solid #FFACAD;
	background: #FFD5D5 url(images/typo/alert.png) 10px 50% no-repeat;
	margin: 10px;
}
.validation-advice {
	color: #CF3738;
	border: 1px solid #FFACAD;
	background: #FFD5D5 url(images/typo/alert.png) 10px 50% no-repeat;
	margin: 10px;
	padding-bottom:10px;
  padding-left:30px;
  padding-top:10px;
}
.validation-failed {
  border: 2px solid #FFACAD;
}

span.download {
	color: #1C6B8B;
	border: 1px solid #6ABCE2;
	background: #A8CDE3 url(images/typo/download.png) 10px 50% no-repeat;
}

span.approved {
	color: #666;
	border: 1px solid #a8a8a8;
	background: #ccc url(images/typo/approved.png) 10px 50% no-repeat;
}

span.media {
	color: #C76E34;
	border: 1px solid #FFBB65;
	background: #FFE0B6 url(images/typo/media.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border: 1px solid #E7BD72;
	background: #FFF3A3 url(images/typo/note.png) 10px 50% no-repeat;
}

span.cart {
	background:#E6E6E6 url(images/typo/cart.png) no-repeat scroll 10px 7%;
  border:1px solid #C5C5C5;
  color:#666666;
  margin:10px;
}

span.camera {
	color: #666;
	border: 1px solid #C5C5C5;
	background: #E6E6E6 url(images/typo/camera.png) 10px 50% no-repeat;
}

span.doc {
	color: #C76E34;
	border: 1px solid #FFBB65;
	background: #FFE0B6 url(images/typo/doc.png) 10px 50% no-repeat;
}

#accessibility {
	width: 150px;
	height: 20px;
	margin-top: 7px;
	float: right;
}

#accessibility span {
	background-repeat: no-repeat;
}

#accessibility a {
	text-decoration: none;
	cursor: pointer;
}

#accessibility #buttons {
	float: right;
	padding-right: 10px;
}

#accessibility .button {
	display: block;
	float: right;
	width: 12px;
	height: 14px;
	margin-right: 10px;
}

#error-messages {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 20px;
}

/* @end */

/* @grup RokContentRotator */

.rok-content-rotator {
	margin: 0;
	height: 270px;
	position: relative;
	z-index: 1;
}

.rok-content-rotator li {
	height: 43px;
}

.rok-content-rotator h2 {
	width: 213px;
	height: 47px;
	font-size: 130%;
	line-height: 47px;
	text-indent: 0;
	padding: 0;
	margin: 0 7px 0 7px;
	z-index: 1;
	outline: none;
}

.rok-content-rotator h2 a {
	display: block;
	z-index: 3;
	position: absolute;
	width: 213px;
	color: #fff !important;
	outline: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
}

.rok-content-rotator h2 a:hover {
	text-indent: 3px;
}

.rok-content-rotator h2 a.active {
	font-weight: normal;
	font-size: 100%;
}

.rok-content-rotator h2 a:hover,
.rok-content-rotator h2 a:hover.active {
	text-decoration: none;
}

.rok-content-rotator .arrow {
	position: absolute;
	width: 21px;
	height: 47px;
	right: 234px;
	z-index: 2;
	top: 10px;
}

/* dont change below */
.rok-content-rotator {
	position: relative;
	background: #333;
}


.rok-content-rotator ul {
	padding: 0;
	float: right;
	margin: 10px 0 0 0;
	width: 227px;
	text-indent: 0;
}

.rok-content-rotator li { 
	list-style: none;
	padding: 0;
}

.rok-content-rotator .content {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 210px;
	padding: 15px;
	visibility: hidden;
	color: #ddd;
}
/* @end */

a.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

a.nounder:hover {
	text-decoration: none;
}

a img.album {
	border-width: 2px;
	border-style: solid;
}

.clr {
	clear:both;
}

fieldset {
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
}
fieldset legend {
	padding: 8px;
	font-weight: bold;
	font-size: 120%;
	color: #666;
}

fieldset.input,
a img,
body .pollstableborder {
	border: 0;
}
fieldset label {
	display: block;
	float: left;
	width: 160px;
	padding:5px;
}
fieldset input, select {
	background:#F3F3F3 url(/images/bg-forms.png) repeat-x scroll left top;
	border-color:#C6C6C6 #C6C6C6 #E3E3E3;
	border-style:solid;
	border-width:1px;
	font-size:110%;
	margin-left:5px;
	padding:5px;
	width:300px;
}

select {
	width: 345px;
}
fieldset input.small {
	width: 2em;
}
fieldset input.medium {
	width: 15em;
}
fieldset select.medium {
	width: 15em;
}
fieldset input.error {
	border: 1px red solid;
}
select.small {
	width: 6em;
}
fieldset#time select {
  width: 10em;
}
fieldset input.submit {
	background: #F3F3F3 url(/images/black_button_bkg.jpg) no-repeat scroll left top;
	border: none;
	font-size:110%;
	padding:5px 30px 8px 0;
	color: #FFF;
	width: 199px;
	height: 41px;
}
fieldset #direct_submit {
	background: none;
	border: none;
	margin-left:5px;
	padding:5px;
	width: auto;
}
fieldset p {
	padding-top: 10px;
}
fieldset .sub-label {
	font-size:90%;
	padding-left: 180px;
	color: gray;
}
div.image-checkboxes {
  margin-left:100px;
}
div.image-checkboxes p {
  height:100px;
}
input.image-checkbox {
  width:100px;
}
div.image-checkboxes img {
  
}
#checkout-form fieldset input.checkout-form-radio {
  width: 40px;
}
#checkout-form fieldset label {
  clear:left;
  display:block;
  float:left;
  padding:5px;
  width:360px;
}
div.sub-text {
	padding-left: 10px;
	color:gray;
	font-size:90%;
}
img.content-left {
	float: left;
	margin-right: 10px;
	padding: 5px;
}

img.content-right {
	float: right;
	margin-left: 10px;
	padding: 5px;
}

#referencewidth {
	width: 100%;
	overflow:hidden;
}

.back_button {
	margin-top: 20px;
}

div.black-button-left{
	background: url(images/black_button_left.jpg) no-repeat left top;
}
input#signup_submit {
	background: url(images/black_button_right.jpg) no-repeat right top;
	padding-right: 60px;
	margin-left: 14px;
	border: none;
	color: #FFFFFF;
	padding-top: 0px;
	height: 41px;
}


/* @end */

/* @group Signal Login Styling */

#sl_horiz {
	margin: 0;
	position: absolute;
	width: 100%;
}

#sl_horiz #greeting {
	float: left;
	height: 22px;
	margin-right: 10px;
}

#sl_horiz .button {
	border: 0;
	width: 56px;
	height: 22px;
	margin: 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
	color: #666;
	background: url(images/input-button.png) 0 0 no-repeat;
	position: absolute;
	right: 44px;
}

#sl_horiz .button:hover {
	color: #333;
}

#sl_horiz #sl_username {
	float: left;
	width: 160px;
	height: 22px;
	background: url(images/input-field.png) 0 0 no-repeat;
}

#sl_horiz #sl_username input {
	padding: 0 0 0 5px;
	width: 155px;
	height: 22px;
	font-size: 100%;
	font-weight: normal;
	border: 0;
	color: #666;
	background: none;
	margin: 0;
}

#sl_horiz #sl_pass {
	margin-left: 12px;
	float: left;
	width: 160px;
	height: 22px;
	background: url(images/input-field.png) 0 0 no-repeat;
}

#sl_horiz #sl_pass input {
	padding: 0 0 0 5px;
	width: 155px;
	height: 22px;
	font-size: 100%;
	font-weight: normal;
	border: 0;
	color: #666;
	background: none;
	margin: 0 10px 0 0;
}

#sl_horiz #sl_rememberme {
	float: left;
	line-height: 22px;
	color: #ccc;
	margin-top: 10px;
	clear: left;
}

#sl_horiz #sl_lostpass,
#sl_hoziz #sl_lostname,
#sl_horiz a {
	margin-left: 10px;
	float: left;
	line-height: 22px;
	color: #ccc;
}

#sl_horiz #sl_lostpass, #sl_horiz #sl_createnew{
	margin-top: 10px;
}
#sl_horiz #sl_createnew {
	float: left;
	margin-left: 50px;
}

#sl_horiz #sl_register {
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}

#sl_horiz #sl_posttext {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_submitbutton {
	margin: 0;
	padding: 0;
	width: auto;
	height: 22px;
}

/* @end */

/* @group RokIntroScroller */

.scroller-padding {
	padding: 25px 40px;
}

.scroller-bottom {
	background: url(images/slider/slider-bm.png) 50% 100% repeat-x;
	color: #666;
	margin-top: 16px;
	overflow: hidden;
}

.scroller-bottom1 {
	background: url(images/slider/slider-br.png) 100% 100% no-repeat;
}

.scroller-bottom2 {
	background: url(images/slider/slider-bl.png) 0 100% no-repeat;
}

.scroller-top {
	background: url(images/slider/slider-tm.png) 50% 0 repeat-x;
}

.scroller-top1 {
	background: url(images/slider/slider-tr.png) 100% 0 no-repeat;
}

.scroller-top2 {
	background: url(images/slider/slider-tl.png) 0 0 no-repeat;
}

.rokintroscroller-container {
	overflow: hidden;
	padding: 0 30px;
}

.rokintroscroller-wrapper {
	overflow: hidden;
}

.rokintroscroller-leftarrow {
	background: url(images/slider/slider-arrow-l.png) 0 50% no-repeat;
	height: 100%;
	width: 23px;
}

.rokintroscroller-rightarrow {
	background: url(images/slider/slider-arrow-r.png) 100% 50% no-repeat;
	height: 100%;
	width: 23px;
}

#rokintroscroller {
	margin-top: 35px;
}

#rokintroscroller div {
	width: 185px;
	margin: 0 4px 15px 9px;
	padding-left: 5px;
	border-right: 1px solid #383838;
	float: left;
}

#rokintroscroller div.first {
	margin-left: 0;
}

#rokintroscroller div.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#rokintroscroller div div.rokintroscroller-image,
#rokintroscroller div div.rokintroscroller-caption,
#rokintroscroller div div.rokintroscroller-readmore {
	border: 0;
	margin: 0;
	padding: 0;
}

#rokintroscroller h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 2px;
	color: #efefef;
}


#rokintroscroller p {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 8px;
}

#rokintroscroller h4 {
	margin: 6px 0 0 0;
	font-size: 100%;
	color: #999;
}

/* @end */

div.content-bar-text {
	font-family: Helvetica, Geneva, Arial;
	text-transform: uppercase;
	text-indent: 15px;
	line-height: 29px;
	font-weight: bold;
}

div.content-bar-text2 {
	font-family: Helvetica, Geneva, Arial;
	text-transform: uppercase;
	text-indent: 15px;
	line-height: 29px;
	font-weight: bold;
}

div.copyright {
	padding-top: 24px;
	color: #666;
}

/* demo content stuff */
/* can be deleted */

div.rotator-demo-text {
	position: absolute;
	top: 185px;
	left: 20px;
	width: 350px;
}

span.rotator-demo-header {
	line-height: 100%;
	font-size: 270%;
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
}

span.rotator-demo-desc {
	font-size: 140%;
	line-height: 130%;
	color: #fff;
}

/* Style 11 */

body {
	color: #ccc;
	background: #000;
}

a,
h3 {
	color: #C4AA29;
}

.rok-content-rotator h2 a.active {
	color: #C4AA29 !important;
}

.contentheading {
	background: url(images/style11/content-head-bg.png) 0 3px no-repeat;
	color: #C4AA29;
}

td.leftcol tr.sectiontableentry1 td,
td.rightcol tr.sectiontableentry1 td,
td.leftcol tr.sectiontableentry2 td,
td.rightcol tr.sectiontableentry2 td,
td.leftcol td.sectiontableentry1,
td.rightcol td.sectiontableentry1,
td.leftcol td.sectiontableentry2,
td.rightcol td.sectiontableentry2 {
  	border-bottom: 1px solid #333;
}

td.leftcol tr.sectiontableentry1 td,
td.rightcol tr.sectiontableentry1 td,
td.leftcol td.sectiontableentry1,
td.rightcol td.sectiontableentry1 {
	background: #444;
}
tr.underline {
	border-bottom: 1px solid #ccc;
	background: #000000;
}
#page-bg {
	background: url(images/style11/page-bg.jpg) 50% -85px repeat-x;
}

#header {
	background: url(images/dark/header-bg.png) 50% 0 repeat-x;
}

#logo {
	background: url(images/new_logo.jpg) 0 0 no-repeat;
}

#topmod {
	background: url(images/dark/login-pane.png) 0 -50px no-repeat;
}

#toplinks a.mainlevel {
	color: #666;
}

#toplinks a:hover {
	color: #ccc;
}

.rok-content-rotator .arrow {
	background: url(images/dark/rotator-arrow.png) 0 0 no-repeat;
}

.rok-content-rotator {
	background: #333;
}

.menutop li ul {
float:none;
left:-999em;
position:absolute;
width:197px;
z-index:5;
}

#showcase {
	background: url(images/dark/showcase-bg.png) 0 0;
	color: #fff;
}

div.returning-students {
	background: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#showcase a {
	color: #F0D032;
}

#showcase .module h3 {
	color: #000;
}

#showcase .module h3 span {
	color: #fff;
}

#featured .module a {
	color: #C4AA29;
}

#featured-bottom {
	background: url(images/dark/featured-bl.png) 0 100% no-repeat;
}

#featured-bottom2 {
	background: url(images/dark/featured-br.png) 100% 100% no-repeat;
}

#featured .module h3,
.module-scroller h3 {
	color: #C4AA29;
	font-size:140%;
}

#main-content-bar {
	background: url(images/dark/main-content-bar.png) 0 0 repeat-x;
}

div.maincol-indicator {
	background: url(images/dark/maincol-indicator.png) 0 0 no-repeat;
}
td.rightcol,
td.leftcol {
	background: #303030;
	color: #ccc;
}

.footer2 {
	background: url(images/dark/footer-bl.png) 0 100% no-repeat;
}

.footer3 {
	background: url(images/dark/footer-br.png) 100% 100% no-repeat;
}

img#rocket {
	background: url(images/dark/rocket.png) 0 0 no-repeat;
}

td.rightcol .module h3,
td.leftcol .module h3,
td.rightcol .module-menu h3,
td.leftcol .module-menu h3,
td.leftcol .module_menu h3,
td.rightcol .module_menu h3 {
	background: url(images/dark/sidemodule-h3.png) 0 0 no-repeat;
	color: #ccc;
}

td.rightcol .module h3 span,
td.leftcol .module h3 span,
td.rightcol .module-menu h3 span,
td.leftcol .module-menu h3 span,
td.rightcol .module-red h3 span,
td.leftcol .module-red h3 span,
td.rightcol .module-blue h3 span,
td.leftcol .module-blue h3 span,
td.rightcol .module-black h3 span,
td.leftcol .module-black h3 span,
td.rightcol .module-green h3 span,
td.leftcol .module-green h3 span,
td.rightcol .module-orange h3 span,
td.leftcol .module-orange h3 span {
	color: #fff;
}

td.rightcol .module a,
td.leftcol .module a {
	color: #C4AA29;
}

td.rightcol .module-red h3,
td.leftcol .module-red h3 {
	background: url(images/dark/sidemodule-red.png) 0 0 no-repeat;
	color: #DBB8B8;
}

td.rightcol .module-blue h3,
td.leftcol .module-blue h3 {
	background: url(images/dark/sidemodule-blue.png) 0 0 no-repeat;
	color: #BAD5DF;
}

td.rightcol .module-black h3,
td.leftcol .module-black h3 {
	background: url(images/dark/sidemodule-black.png) 0 0 no-repeat;
	color: #bebebe;
}

td.rightcol .module-green h3,
td.leftcol .module-green h3 {
	background: url(images/dark/sidemodule-green.png) 0 0 no-repeat;
	color: #D0DAB3;
}

td.rightcol .module-orange h3,
td.leftcol .module-orange h3 {
	background: url(images/dark/sidemodule-orange.png) 0 0 no-repeat;
	color: #ECD3B3;
}

#horiz-menu {
	background: url(images/style11/horiz-menu-l.png) 0 0 no-repeat;
}

#horiz-menu2 {
	background: url(images/style11/horiz-menu-r.png) 100% 0 no-repeat;
}

#horiz-menu a,
#horiz-menu li.active a {
	color: #ccc;
}

#horiz-menu li.active a {
	background: url(images/style11/horiz-menu-active.png) 50% 0 no-repeat;
	color: #fff;
}

#horiz-menu li a:hover {
	color: #fff;
}

div.menuslide {
	background: url(images/style11/horiz-menu-hover.png) 50% 0 no-repeat;
	width: 65px;
	height: 19px;
}

#horiz-menu ul ul li a:hover,
#horiz-menu ul li.active.parent ul a:hover {
	color: #C4AA29;
}

#main-content a.mainlevel {
	color: #fff;
	background: url(images/dark/menu-arrow.png) 4px 7px no-repeat;
}

#main-content a#active_menu.mainlevel {
	background: url(images/style11/menu-arrow-active.png) 4px 7px no-repeat;
	color: #C4AA29;
}

#main-content a.mainlevel:hover {
	color: #C4AA29;
}

#main-content a.sublevel {
	color: #fff;
}

#main-content a.sublevel:hover {
	color: #C4AA29;
}

#main-content a#active_menu.sublevel {
	color: #C4AA29;
}

table { color: #000;}

ul.menu a {
	color: #fff;
	background: url(images/dark/menu-arrow.png) 4px 7px no-repeat;
}

ul.menu ul li a,
ul.menu li.active.parent ul li a,
ul.menu li.active.parent ul li.parent a.daddy,
ul.menu li.active.parent ul li.active.parent ul li a {
	color: #fff;
}

ul.menu a:hover,
ul.menu li.active a,
ul.menu li.active.parent a.daddy,
ul.menu li.active.parent ul li a:hover,
ul.menu li.active.parent ul li.parent a.daddy:hover,
ul.menu li.active.parent ul li.active.parent ul li a:hover,
ul.menu li.active.parent ul li.active.parent a.daddy,
ul.menu li.active.parent ul li.active a,
ul.menu li.active.parent ul li.active.parent ul li.active a {
	color: #C4AA29;
}

ul.menu li.active a,
ul.menu li.active a.daddy {
	background: url(images/style11/menu-arrow-active.png) 4px 7px no-repeat;
}

ul.menu ul {
	background: #191919 url(images/dark/sidemenu-bgtop.png) 15px 0 no-repeat;
}

a.readon {
	background: url(images/style11/readon.png) 0 0 no-repeat;
	color: #fff;
}

blockquote.color2,
.important-title2,
span.number-color,
span.dropcap-color {
	color: #C4AA29;
}

blockquote.color3,
.important-title3,
span.number-color2,
span.dropcap-color2 {
	color: #cc0000;
}

.important2 {
	border: 1px solid #C4AA29;
}

.important3 {
	border: 1px solid #cc0000;
}

a.large .button {
	background: url(images/dark/font-lg.png) 0 0 no-repeat;
}

a.small .button {
	background: url(images/dark/font-sm.png) 0 0 no-repeat;
}

a.default .button {
	background: url(images/dark/font-d.png) 0 0 no-repeat;
}

div.content-bar-text {
	color: #fff;
}

div.content-bar-text2 {
	color: #000;
}

span.color2 {
	color: #999;
}

span.color3 {
	color: #fff;
}

span.rotator-demo-header {
	color: #C4AA29;
}

div.wrapper { margin: 0 auto; width: 962px;padding:0;}
td.leftcol { width:0px;padding:0;}
td.rightcol { width:210px;padding:0;}
td.outline{
	border: 1px solid #666;
}

#inset { width:290px;padding:0;}
#content-area { margin-right: 0px;padding:0;}
div.content-bar-text { margin-left:0px;}
div.main-screen div.title-overlay h3 {
	padding-bottom: 0px;
}
div.main-screen div.title-overlay p {
	margin-top: 0px;
	padding: 0px;
}
div.big-red-button {
	background: url(images/big_button_red_left.gif) no-repeat left top;
	height: 50px;
}
#showcase a.big-button-content {
	background: url(images/big_button_red_right.gif) no-repeat left top;
	margin-left: 10px;
	height: 50px;
	font-size: 160%;
	font-weight: bold;
	display: block;
	color: #FFF;
	padding-top: 10px;
	padding-left: 60px;
}
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(images/spinner.gif) no-repeat center;
}
#reset_downloads_form_000_submit {
  position:absolute;
  right:-9000px;
}
#table-container {
  float: left;
  margin-top: 20px;
}
table#two-column {
  width: 100%;
}
td#left-column {
  width: 50%;
}
td#right-column {
  width: 50%;
}
div#archive-list {
  margin-top:10px;
}
div#archive-list div.archive-lesson {
  background: #000000;
  margin-bottom: 15px;
  float: left;
  padding: 5px;
}
div#archive-list div.archive-lesson div.left {
  width: 310px;
  float: left;
}
div#archive-list div.archive-lesson div.buttons {
  text-align: center;
}
div#archive-list div.archive-lesson div.right {
  float: left;
}
label {
  font-weight: bold;
}
#checkout-form fieldset label.error { float: none; color: red; padding-left: .5em; vertical-align: top; margin-left:370px; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
#special-showcase {
  background: url(images/dark_trans_bkg.png) repeat left top;
  border: 1px solid red;
  float: left;
  width: 98%;
  margin-bottom: 5px;
  padding: 10px;
}
#special-showcase h2 {
  color: #CC0000;
  font-weight: bold;
}
#special-showcase-image {
  float: left;
  width: 150px;
  padding-right: 10px;
}
#special-showcase-info {

}

.product-listing-grid li.item {
  border:1px solid #CCCCCC;
  float:left;
  height:300px;
  line-height:1.6em;
  margin-bottom:5px;
  margin-right:5px;
  overflow:hidden;
  padding:12px 10px;
  width:190px;
}
.product-listing-grid li.item h4 a{
  color: #333333;
  text-decoration: underline;
}
.product-listing-grid div.product-image {
  height: 90px;
  text-align: center;
}
.product-listing-grid div.product-title {
  height: 45px;
}
.product-listing-grid div.price-box{
  font-size:110%;
  font-weight:bold;
  height:25px;
  color:#FF390E;
}
.product-listing-grid div.product-description {
  height: 110px;
}
.product-listing-grid div.product-button {
  height: 40px;
}
#add-to-cart-box  
{  
  position: fixed;  
  top:  25%;  
  left: 25%;  
  width:  50%;  
  text-align: center;
	z-index: 5;
}
#add-to-cart-form{  
background: url('images/box.png') no-repeat;  
width: 450px;  
height: 425px;  
margin: 0 auto;  
}
