/* Valid 2.1 CSS Document */


/*
====================== general styling ======================
*/

body {
	background: #444444;
	color: #CCCCCC;
    margin-top:10px;
}

a, a:active, a:visited {
	color: #feef8a;
	text-decoration: none;
}

a:hover {
	color: #feef8a;
	text-decoration: underline;
}




/*
======================== typography =========================
*/

#top_inside a, #top_inside a:active, #top_inside a:visited {
	color: #feef8a;
	text-decoration: none;
}

#top_inside a:hover {
	color: #feef8a;
	text-decoration: underline;
}

#top_inside p {
	color: #CCCCCC;
	text-align: right;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 11px;
}

#content_inside a, #content_inside a:active, #content_inside a:visited {
	color: #feef8a;
	text-decoration: none;
}

#content_inside a:hover {
	color: #feef8a;
	text-decoration: underline;
}

#content_inside p {
	color: #CCCCCC;
}

#footer_inside a, #footer_inside a:active, #footer_inside a:visited {
	color: #feef8a;
	text-decoration: none;
}

#footer_inside a:hover {
	color: #feef8a;
	text-decoration: underline;
}

#footer_inside p {
	color: #CCCCCC;
}

h1, h2, h3, h4, h5 { color: #FFFFFF; margin-bottom: 10px; margin-top:0;}

#footer_inside h3 { color: #EEEEEE; }


#bottom_inside p {
	font-size: .9em;
	color: #CCCCCC;
	text-align:center;
	padding: 20px 0;
}

#bottom_inside a, #footer_inside a:active, #footer_inside a:visited {
	color: #feef8a;
	text-decoration: none;
}

#bottom_inside a:hover {
	color: #feef8a;
	text-decoration: underline;
}

/*
====================== page structure =======================
*/

#top_outside {
  	background: transparent;
}

#top_inside {
  	background: transparent;
}


#header_outside {
  	background: transparent;
}

#header_inside {
  	background: transparent;
	  height: 80px;	
}

#menu_outside {
  	background: transparent;
}

#menu_inside {
  	background: transparent;
}

#content_outside {
  	background: transparent;
}

#content_inside {
  	background: transparent;
	padding: 0 0 20px 0;
}

#footer_outside {
	background: transparent;
}

#footer_inside {
  	background: #222222;
	padding-top: 25px;	
}

#bottom_outside {
	background: transparent;
}

#bottom_inside {
	background: transparent;
}




/*
====================== inside columns =======================
*/

#header_left {

}

#header_right {

}

#header_right p {
	color: #CCCCCC;
	text-align: right;
	margin: 0;
	padding: 25px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

#left_column {

}

#right_column {

}

#sidebar_left {

}

#sidebar_right {

}

#footer_left {

}

#footer_right {

}




/*
========================== logo =============================
*/

#logo {
	width:300px;
	height: 80px;
	border: 0px dashed #ddd;
	float: left;
	margin: 0;
}

#logo h1 { 
  background: url(../img/logo.gif) no-repeat; 
  width:300px;
  height: 80px;
  text-indent: -100em; 
  overflow: hidden;
  padding:0; 
  margin:0; 
}

#logo a { 
  display: block; 
	width:300px;
	height: 80px
}




/*
========================= menu bar ==========================
*/

#navcontainer ul {
	padding-left: 12px;
	background: #222222;
	color: #CCCCCC;
	float: left;
	font-family:  helvetica, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	width: 960px;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: .8em .8em .8em .8em;
	background: #222222;
	color: #CCCCCC;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}

#navcontainer ul li a:hover {
	background: #222222;
	color: #FFFFFF;
}



/*
========================== lists ============================
*/

#content_inside ul {
	margin: 0 0 20px 5px;
	padding: 0;
	list-style: none;
}

#content_inside li {
	padding-left: 12px;
	background: url('../img/arrow.gif') 0 .5em no-repeat;
	margin-top: 0px; margin-left:0; margin-bottom:.4em; 
	padding-top:0px; padding-bottom:0px;
	width: 90%; /* Fix disppearing bullets in IE */
}

#footer_inside ul {
	margin: 0 0 20px 5px;
	padding: 0;
	list-style: none;
}

#footer_inside li {
	padding-left: 12px;
	background: url('../img/arrow.gif') 0 .5em no-repeat;
	margin-top: 0px; margin-left:0; margin-bottom:.3em; 
	padding-top:0px; padding-bottom:0px;
	width: 90%; /* Fix disppearing bullets in IE */
}




/*
======================= miscellaneous =======================
*/

.spacer {
	clear:both;
}

.inner_padding {
	padding: 10px;
}

.content_box {
	background: #414141;
}

#right_column .dt_thumb_wrap {
	width: 160px;
	background: #444444;
	border:1px solid #444444;
	padding: 0px 15px 10px 15px;
}

#right_column .dt_thumb_wrap p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
	color: #DDDDDD;
	margin: 0 0 12px 0;
	line-height: 1.3em;
}

#right_column .dt_thumb_wrap a, .dt_thumb_wrap a:active, .dt_thumb_wrap a:visited {
	color: #82C226;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}

#right_column .dt_thumb_wrap a:hover {
	color: #82C226;
	text-decoration: underline;
	font-size: 17px;
	font-weight: bold;
}

#right_column .dt_thumb_wrap table {
    background: #333333;
    margin-bottom:10px;
    border:1px solid #222222;
}

#right_column .dt_thumb_wrap td {
	padding: 12px 0 12px 0;
}

#right_column .dt_thumb_wrap img {
	display: block;
	padding:0px;
	background: #333333;
	border:1px solid #222222;
}


/*
==================== Version 1 Styles =======================
*/

img {
	display: block;
}

HR {
  COLOR: #515151;
  BACKGROUND-COLOR: #666666;
  padding:0; margin-bottom: 0px; 
}

TABLE, TD, TR {
padding:0; margin: 0;
}

.title {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #ffffff; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.slogan {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #cccccc; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.breadcrumb {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ffffff; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.menu {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #ffffff; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #ffffff; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.copyright {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #cccccc; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.pagetitle {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ffffff; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; padding: 5px 0;
}
.price {
	FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #ffffff; LINE-HEIGHT: 16px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.settitle {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #cccccc; LINE-HEIGHT: 14px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.micro_text {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #ffffff; LINE-HEIGHT: 14px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.chart {
	FONT-SIZE: 14px; FONT-WEIGHT: bold; COLOR: #ffffff; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}