@charset "utf-8";


  html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

  body {
	margin: 10px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
  }
  
  * html .body {
    width: 75em;
  }
  
  .body {
    max-width: 75em;
  }
  
  p {
    margin-bottom: 0.7em;
  }

  h1 {
    margin-bottom: 1em;
    font-size: 138.5%;
    font-weight:bold;
    text-align: center;
  }
  
  code {
    display: block;
    background-color: #ddc;
    margin: 10px;
    padding: 5px;
  }

  dt {
    font-weight:bold;
  }
  
  dd {
    margin-left: 1em;
  }
  
  input {
    vertical-align: middle;
  }

  ul { 
    margin-left: 1em; 
  } 

  ul li {
    list-style: disc outside; 
  }
  
  a.rounded, .button {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
  }
  
  .button {
    color: #000;
    background-color: #acc;
    padding: 5px 7px;
  }

  .button:hover {
    background-color: #cee;
  }
  
  .center {
    margin-left: auto;
    margin-right: auto;
  }
  
  .title {
    background-color: #eee;
  }
  
  .benefits {
	color: #fff;
	background-color: #069;
	padding: 0 10px;
	vertical-align: top;
  }

  a.tab {
	background-color: #09C;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	padding: 5px 7px 4px 7px;
	margin-top: 0.3em;
	border-bottom: solid 2px #fff;
  }

  a.tab:hover {
	background-color: #069;
	color: #ffff00;
  }
  
  a.tab_selected {
	border-bottom-color: #069;
	background-color: #069;
  }
  
  #featureTabsContainer {
    display: none;
  }
  
  #featureElementsContainer {
	background-color: #069;
	padding: 10px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
  }
  

  
  .feature {
    background-color: #fff;
padding:3px;
  }
  
  .swatches {
    padding: 5px 0;
  }

  .swatches a {
    background-color: #000;
    color: #fff;
    padding: 8px 12px;
  }
  #header{
	  width:950px;
	  height:70px;
	  padding:10px 10px 10px 10px;
	  margin-right:auto;
	  margin-left:auto;
	  	background-color: #069;
	width:900px;
}

  #footer{
	  width:950px;
	  height:70px;
	  padding:10px 10px 10px 10px;
	  margin-right:auto;
	  margin-left:auto;
	  	background-color: #069;
	width:900px;
}


	
	.url { 
	color: #999;
}
.smalltxt {
	font-size: 10px;
	color: #999;
}

/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.body_col{
	float:left;
	width:32%;

}
.cats_list{
	list-style:none;
}
.viewtxt {	font-size: 12px;
}
body,td,th,ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	font-weight:bold;
}
html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
}
a {
	font-size: 12px;
}
#cats{}
#latest{
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
#all_posts{
	width:900px;
	height:220px;
	overflow: auto;
	margin-right:auto;
	margin-left:auto;
	background:#F5F5F5
	}
.biglink{
	font-size:14px;
}
#page{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
	}
#content{
	width:600px;
	float:left;
	background:#FFF;
	}
#rightcol{
	width:300px;
	float:left;
	background:#FFF;
	}
#footerst{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
	float:left;
	}
#market{
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	
}