/* General */
.dev {
	border-color: red;
	border-style: solid;
	border-width: 1px;
}

html {
	background: transparent url('../images/background.gif') repeat;
}

body {
	margin:0px auto;
	width:1004px;
	padding:0px;
	font-size:12px;
	font-family:Verdana, sans-serif;
	background: #FFFFFF url(../images/backgroundSides.gif) repeat-y;
}

img{
	margin:0;
	padding:0;
	border:0;
}

pre {
	font-size:1.0em;
	font-family:Verdana, sans-serif;
}

a:link, a:hover, a:active, a:visited {
	color: #666666;
}

h1 {
	color: #636363;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.center {
	text-align:center;
}

.italix {
	font-style:italic;
}
.bowled {
	font-weight:bold;
}
table, tr, td {
    padding:0px;
    margin:0px;
    border-collapse:collapse;
}
/* Layout */
div#wrapper {
	min-height:550px;
	padding:0px 2px;
	margin: 0px auto;
	width:1000px;
	background: transparent url(../images/backgroundBottom.gif) repeat-x bottom;
}

div#page {
	padding:0px 10px;
}

div#header {
	background: #FFFFFF url(../images/header.gif) no-repeat;
	height:96px;
}

div#logo {
	height:90px;
	width:225px;
	cursor:pointer;
	float:left;
	/*background-image:url(../images/logoBeta.gif);
	background-repeat:no-repeat;
	background-position:left center;*/
}

div#header div#navig {
	float:right;
	margin-top:1.0em;
}

div#header div#navig a {
	color: #000000;
	text-decoration: none;
}
div#header div#navig a:hover {
	text-decoration: underline;
}

div#header div#search {
	float:right;
	margin-top:15px;
}

div#header div#search input#searchInput {
	background: transparent url(../images/searchBackground.gif) no-repeat;
	width:138px;
	height:20px;
	border:0px;
	font-size:10px;
	font-family:Arial, sans-serif;
	padding:4px 0px 0px 4px;
}

div#header div#search input#searchSubmit {
	background: transparent url(../images/searchGo.gif) no-repeat;
	width:34px;
	height:34px;
	border:0px;
	margin-right:25px;
	outline:none;
	cursor:pointer;
}

div#headerLine {
	background: transparent url(../images/headerLine.gif) no-repeat;
	width:1000px;
	height:7px;
	font-size:0px;
}

div#globalNav {
	width:990px;
	overflow:hidden;
	background-image:url(../images/navBar.gif);
	background-repeat:no-repeat;
	padding-left:35px;
}

div#globalNav ul, div#globalNav ul li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

div#globalNav ul li {
	float:left;
	padding:4px 2.5em 4px 0px;
}

div#globalNav ul li a {
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#FFFFFF;
}

div#content {
	margin:0px 30px;
}

div#footer {
	background-image:url(../images/footer_repeat.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:65px;
	width:940px;
	margin:20px auto 0px auto;
	clear:both;
}

div#footer div.left {
	float:left;
	background-image:url(../images/footer_left.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:61px;
	width:69px;
}

div#footer div.middleLeft, div#footer div.middleRight {
	margin:25px 0px 0px 0px;
	float:left;
	width:425px;
}

div#footer div.middleLeft a {
	text-decoration:none;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0px 0px 0px 30px;
}

div#footer div.middleRight a {
	text-decoration:none;
	float:right;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0px 0px 0px 30px;
}

div#footer div.middleLeft a:hover, div#footer div.middleRight a:hover {
	text-decoration:underline;
}

div#footer div.right {
	float:right;
	background-image:url(../images/footer_right.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:65px;
	width:12px;
}

div#copyright {
	color:#ff3700;
	clear:both;
	text-align:center;
	padding-bottom:10px;
}

.homeTable td {
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.homeBottomTable {
	padding-top:5px;
}

.homeBottomTable td {
	vertical-align:top;
}

/* Content Pages */

div#content h1 {
	margin:0px 0px 0px 0px;
	font-size:2.0em;
	color:#636363;
}

div#content h2 {
	margin:1.0em 0px 0px 0px;
	color:#0099cc;
	font-size:1.4em;
}

div#content p {
	padding:1.0em 0px 0px 3.0em;
}

div#content p.break {
	border-bottom:1px solid #cdcdcd;
	padding-bottom:2.0em;
}

div#content ul {
	margin-left:40px;
}

div#content ol {
	margin-left:40px;
}

/* User Messages */

div#messages {
	color:#FF0000;
	/*height:1.0em;*/
	margin:20px 0px 20px 8px;
}

/* Categories */

label.taken {
	color:#FF0000;
	font-weight:bold;
}

label.mine {
	color:#0000FF;
	font-weight:bold;
}

/* Rounded Corners */

.rounded {
	float:left;
}

.rounded .left {
	float:left;
	background-image:url(../images/roundBorder.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.rounded .right {
	float:left;
	background-image:url(../images/roundBorder.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.rounded .top {
	overflow:hidden;
	clear:both;
	background-image:url(../images/roundBorder.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.rounded .top_left {
	background-image:url(../images/topLeft.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:10px;
	height:10px;
	float:left;
}

.rounded .top_right {
	background-image:url(../images/topRight.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:10px;
	height:10px;
	float:right;
}

.rounded .middle {
	overflow:hidden;
	float:left;
}

.rounded .bottom {
	float:left;
	overflow:hidden;
	clear:both;
	background-image:url(../images/roundBottom.gif);
	background-repeat:repeat-x;
	background-position:top left;
	width:100%;
	height:10px;

}

.rounded .bottom_left {
	background-image:url(../images/bottomLeft.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:10px;
	height:10px;
	float:left;
}

.rounded .bottom_right {
	background-image:url(../images/bottomRight.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:10px;
	height:10px;
	float:right;
}

/* Sometimes, the tops need specific adjusting (especially for Safari) to keep at the right size */

.rounded .narrowTop {
	width:690px;
}
.rounded .wideTop {
	width:950px;
}

/* News Box Rounded Corners */

.newsBox {
	overflow:hidden;
	background-color:#D2E7C0;
}

.newsBox .left {
	background-image:url(../images/newsLeft.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.newsBox .right {
	background-image:url(../images/newsRight.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.newsBox .top {
	overflow:hidden;
	clear:both;
	background-image:url(../images/news.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:78px;
	width:290px;
}

.newsBox .top_left {
	background-image:url(../images/topLeft.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:10px;
	height:10px;
	float:left;
	background-color:#EDF8E9;
}

.newsBox .top_right {
	background-image:url(../images/topRight.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:10px;
	height:10px;
	float:right;
	background-color:#EDF8E9;
}

.newsBox .middle {
	overflow:hidden;
	clear:both;
	margin:0px 0px 0px 15px;
}

.newsBox .bottom {
	overflow:hidden;
	clear:both;
	background-image:url(../images/newsBottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:24px;
	margin-left:2px;
}

.newsBox .bottom_left {
	background-image:url(../images/bottomLeft.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:10px;
	height:10px;
	float:left;
}

.newsBox .bottom_right {
	background-image:url(../images/bottomRight.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:10px;
	height:10px;
	float:right;
	margin-right:2px;
}

/* Hot Box Rounded Corners */
#homeHot{
	background-color:#EDF8E9;
	color: #313131;
	width:290px;
	margin-top:6px;
}

div#homeHot a:link, div#homeHot a:hover, div#homeHot a:active, div#homeHot a:visited {
	color: #313131;
}
.hotBox .left {
	background-image:url(../images/hotLeft.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.hotBox .right {
	background-image:url(../images/hotRight.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.hotBox .top {
	background-image:url(../images/whatsHot.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:57px;
	background-color:#FFFFFF;
}

.hotBox .top_left {
	background-image:url(../images/topLeft.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:10px;
	height:10px;
	float:left;
	background-color:#EDF8E9;
}

.hotBox .top_right {
	background-image:url(../images/topRight.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:10px;
	height:10px;
	float:right;
	background-color:#EDF8E9;
}

.hotBox .middle {
	margin:0px 0px 0px 10px;
	color:#666666;
	font-family:Arial;
}

.hotBox .bottom {
	overflow:hidden;
	background-image:url(../images/roundBorder.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	clear:both;
}

.hotBox .bottom_left {
	background-image:url(../images/hotBottomLeft.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:25px;
	height:10px;
	float:left;
}

.hotBox .bottom_right {
	background-image:url(../images/hotBottomRight.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:13px;
	height:10px;
	float:right;
}

.hotBox .middle fieldset {
	border: none;
	padding: 10px 10px 0px;
}

.hotBox .middle .hotimg {
	float:left;
	border:none;
	height:50px;
	width:50px;
	margin:5px 10px 5px 5px;	
}

.hotBox .middle .hotTitle {
	padding:3px;
}
.hotBox .middle .hotDesc {
	padding:3px 3px 0px 0px;
	height:30px;
	width:180px;
	overflow:hidden;
}

/* What's hot box */
div#homeHot div.dark {
	background:#D5F0CC;
	margin:0px 0px 5px 0px;
	clear:both;
	height:57px;
}

div#homeHot div.light {
	background:#DBF6D1;
	margin:0px 0px 5px 0px;
	clear:both;
	height:57px;
}

/* Community Box Rounded Corners */

.commBox {
	overflow:hidden;
	background-color:#D2E7C0
}

.commBox .left {
	background-image:url(../images/communityLeft.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.commBox .right {
	background-image:url(../images/communityRight.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.commBox .top {
	background-image:url(../images/community.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:76px;
	width:290px;
}

.commBox .top_left {
	background-image:url(../images/topLeft.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:10px;
	height:50px;
	float:left;
}

.commBox .top_right {
	background-image:url(../images/topRight.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:10px;
	height:50px;
	float:right;
}

.commBox .middle {
	overflow:hidden;
	margin:0px 20px 0px 30px;
}

.commBox .bottom {
	overflow:hidden;
	background-image:url(../images/communityBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:290px;
	height:100px;
}

.commBox .bottom_left {
	background-image:url(../images/bottomLeft.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:10px;
	height:10px;
	float:left;
}

.commBox .bottom_right {
	background-image:url(../images/bottomRight.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:10px;
	height:10px;
	float:right;
}

/* Store Rounded Box Corners */

.roundedStore {
	background-color:#006699;
	overflow:hidden;
}

.roundedStore .left {
	background-image:url(../images/storeLeft.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.roundedStore .right {
	background-image:url(../images/storeRight.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.roundedStore .top {
	overflow:hidden;
	clear:both;
	background-image:url(../images/storeTop.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:42px;
}

.roundedStore .top_left {
	background-image:url(../images/storeTopLeft.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:148px;
	height:42px;
	float:left;
}

.roundedStore .top_right {
	background-image:url(../images/storeTopRight.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:148px;
	height:42px;
	float:right;
}

.roundedStore .middle {
	overflow:hidden;
	clear:both;
}

.roundedStore .bottom {
	overflow:hidden;
	clear:both;
	background-image:url(../images/storeBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100%;
	height:20px;
}

.roundedStore .bottom_left {
	background-image:url(../images/bottomLeft.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:10px;
	height:10px;
	float:left;
}

.roundedStore .bottom_right {
	background-image:url(../images/bottomRight.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:10px;
	height:10px;
	float:right;
}

.logoImage, .logoImageNews  {
	border:0;
	position:relative;
	left:-5px;
	top:2px;
}

/* User Login Component */

div#login {
	margin:0px;
}

div#login form {
	padding:24px 40px 24px 40px;
}

div#login fieldset {
	border:0px;
}

div#login fieldset.welcome {
	padding:24px 40px 24px 40px;
}

div#login legend {
	font-size:2.0em;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	color:#636363;
}

div#login label {
	float:left;
	clear:left;
	width:80px;
	margin:8px 8px 0px 0px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#0099cc;
}

div#login input {
	float:left;
	clear:right;
}

div#login input.text {
	border:1px solid #cdcdcd;
	margin:8px 0px 0px 0px;
	clear:right;
}

div#login input.submit {
	background-image:url(../images/login_button.gif);
	background-repeat:none;
	width:198px;
	height:40px;
	border:0px;
	clear:both;
	margin-top:20px;
	cursor:pointer;
}

div#login input.checkbox {
	clear:none;
	margin:18px 0px 0px 88px;
}

div#login label.checkbox {
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#0099cc;
	margin:18px 0px 0px 4px;
	width:100%;
	text-align:left;
}

div#login fieldset.noaccount, div#login fieldset.forgotpass {
	padding:24px 0px 24px 40px;
}

/* The login on the left and the new account on the right for Logging in or Registering */

.leftLogin {
	float:left;
	width:400px;
}

.rightRegister {
	float:right;
	width:400px;
}

#login .middle {
	width:400px;
}

div#welcome .bottom{
}

div#welcome .welcomeContent{
	margin-left:10px;
}

div#welcome .welcome{
	font-weight:bold;
	color:#FF0000;
	font-size:18px;
}

div#welcome .welcomeChoose{
	display:inline;
	float:left;
	margin:0 5px 5px 5px;
	font-weight:bold;
	color:#BDBDBD;
	font-size:16px;
}
div#welcome .welcomeVideo{
	display:inline;
	float:left;
	padding:5px;
	margin:0px 0px 0px 10px;
}

div#welcome .welcomeDesc{
	font-weight:bold;
	color:#BDBDBD;
	font-size:14px;
}

div#welcome .welcomeDesc img{
	margin-left:5px;
}
div#welcome a {
	outline:none;
}
div#welcome img {
	border:none;
}
div#welcome .shortCol {
	width:365px;
}
div#welcome .shortRow {
	height:50px;
}

/* Welcome/Map background */
div#tabscontent div.rounded {
	background:transparent url('../images/welcomeBackground.png') no-repeat bottom right;
}

/* Home News Component */

div#homeNews {
	width:280px;
	color:#313131;
	background:transparent url('../images/homeNews.gif') no-repeat;
	margin-top:20px;
	padding-top:25px;
	height:314px;
}

div#homeNews .title {
	font-weight:bold;
}

div#homeNews .homeNewsStatement {
	border-bottom:1px solid #064769;
	margin-bottom:10px;
	height:70px;
	overflow:hidden;
}

div#homeNews .homeNewsStatement.last {
	margin-bottom:5px;
}

div#homeNews .rss {
	height:22px;
	margin-right:20px;
}

div#homeNews .rss div {
	height:22px;
	width:138px;
	background:transparent url('../images/newsRss.gif') no-repeat;
	float:right;
	cursor:pointer;
}

div#homeNews .date {
	color:#666666;
	padding:2px 0px 5px;
	font-weight:bold;
}

div#homeNews a:link, div#homeNews a:hover, div#homeNews a:active, div#homeNews a:visited {
	color: #313131;
}

div#homeNews fieldset {
	padding:25px 25px 0px 15px;
	border:none;
}

div#homeNews div.dark {
	background:#D5F0CC;
	margin:5px;
}

div#homeNews div.light {
	background:#DBF6D1;
	margin:5px;
}
div#homeNews div.newsPadding {
	padding:0px 5px;
    overflow:hidden;
}
div#homeNews div.seeNews {
	float:right;
	margin-right:15px;
}

/* Registry News Component */

div#regNews {
	width:290px;
	color:#313131;
}

div#regNews a:link, div#regNews a:hover, div#regNews a:active, div#regNews a:visited {
	color: #313131;
}

div#regNews fieldset {
	padding:10px 10px 0px 10px;
	border:none;
}

div#regNews div.dark {
	background:#D5F0CC;
	margin:5px;
}

div#regNews div.light {
	background:#DBF6D1;
	margin:5px;
}
div#regNews div.newsPadding {
	padding:0px 5px;
    overflow:hidden;
}
div#regNews div.seeNews {
	float:right;
	margin-right:15px;
}

/* Home Blog Component */

div#homeBlog {
	width:290px;
	color:#313131;
}

div#homeBlog a:link {
	color: #313131;
}
div#homeBlog a:hover {
	color: #313131;
}
div#homeBlog a:active {
	color: #313131;
}
div#homeBlog a:visited {
	color: #313131;
}
div#homeBlog fieldset {
	padding:10px 10px 10px 10px;
	border:none;
}

/* Home Store Component */

div#homeStore {
	width:690px;
	padding-bottom:5px;
	padding-top:10px;
	clear:both;
}

div#homeStore .container {
	margin: 0px 0px 0px 70px;
}

div#homeStore .mini {
	float:left;
	padding:0px;
	margin:0px 40px 0px 0px;
	border:none;
}

div#homeStore .visitStore{
	float:right;
	height:10px;
	width:75px;
	margin-right:20px;
	margin-top:18px;
	cursor:pointer;
}
img#storeImg {
	height:75px;
	width:75px;
}

/* Home */

div#homeLeft {
	float:left;
	width:690px;
}

/* Label-text-right, input-element-left form */

form.form {
	overflow:hidden;
}

form.form label, form.form div.label {
	float:left;
	clear:left;
	width:200px;
	margin:8px 8px 0px 0px;
	text-align:right;
}

form.form label.radio {
	clear:none;
	width:auto;
}

form.form input, form.form select, form.form textarea {
	float:left;
	margin:8px 0px 0px 0px;
	clear:right;
}

form.form div.description {
	float:left;
	margin:8px 0px 0px 8px;
	color:#AAAAAA;
	width:300px;
	clear:right;
}

form.form select optgroup.popular {
	background-color:#FFF9F9;
}

form.form .captcha {
	margin-left:208px;
}

form.form .right {
	float:right;
}

form.form .invalid {
	background-image:url(../images/error.gif);
	background-position:right center;
	background-repeat: no-repeat;
}

/* Facebook Template */
div#facebook {
	margin-left:10em;
}

div#facebook div.header {
	float:left;
	margin:5px 20px 0px 10px;
}

div#facebook img {
	border:0px;
}

div#facebook div.name {
	width:400px;
	border:1px solid #CCCCCC;
	font-family:lucida grande,tahoma,verdana,arial,sans-serif;
	font-size:13px;
	color:#333333;
}

div#facebook table.affiliations {
	font-family:lucida grande,tahoma,verdana,arial,sans-serif;
	color:gray;
	font-size:11px;
}

div#facebook table.affiliations td.head {
	vertical-align:top;
	width:120px;
}

div#mapper div.middle {
	margin-left:15px;
}

div.searchTitle {
	font-weight:bold;
}

#cellblock {
	margin-left:9px;
}
#ads {
	margin:10px 0px 0px 16px;
	width:271px;
	height:272px;
}
#ads .middle {
	overflow:visible;
	padding:0px 10px 0px 10px;
}
#rss {
	padding-right:5px;
	float:right;
}

#homeClient {
	padding-top:10px;
	padding-right:2px;
	text-align:right;
}

#homeClient a {
	outline:none;
	padding-top:90px;
}

.clientImg {
	padding-left:12px;
}
#registerPointForm {
	width:217px;
	margin-top:-7px;
}
#claimDiv {
	width:217px;
	height:65px;
}
#claim {
	font-family:Arial;
	font-size:16px;
	color:#079CCD;
	font-weight:bold;
}
#claimSmall {
	font-family:Arial;
	font-size:12px;
}
#news2stacker {
	height:488px;
	width:1px;
}
div.kaCenter {
	padding:0px 10px 10px 10px;
}
div#kaCommunity {
	width:667px;
	margin-left:6px;
	margin-top:20px;
}
div#newestMembers {
	padding:10px 2px 10px 0px;
	text-align:right;
}
input#fpQuestion {
    width:400px
}
#homeHide {
    width:290px;
}

#bigPlay {
	width:934px;
	margin:0px auto;
}

/* Solutions */

.majorSolution {
	border-bottom:1px solid #CDCDCD;
	padding-bottom:2em;
	clear:both;
}

.majorSolution.last {
	border-bottom:none;
}

div#content .majorSolution h2.solutionTitle {
	margin-bottom:10px;
}

.majorSolution img {
	float:left;
	margin-right:10px;
}

.minorSolution {
	width:628px;
	height:88px;
	margin-bottom:4px;
	margin-left:20px;
	background:#CCCCCC none no-repeat;
}

.minorSolution:hover {
	background:#D3D3D3 none no-repeat;
}

.minorSolution .solImage {
	margin-top:5px;
	margin-left:5px;
	width:110px;
	height:78px;
	float:left;
	background:#FFFFFF none no-repeat;
}

.minorSolution .solText {
	float:left;
	margin-left:5px;
	padding-top:5px;
	width:475px;
}

.minorSolution a.solTitle {
	font-size:20px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.minorSolution .solDesc {
	width:500px;
	font-size:14px;
	color:#666666;
}

.minorSolution a.solTitle:hover {
	text-decoration:underline;
}

#homeSolutions {
	width:657px;
	height:478px;
	background:transparent url('../images/solutions.gif') no-repeat;
	margin-left:15px;
	margin-top:10px;
}

#homeSolutions .solHeader {
	font-style:italic;
	margin-left:60px;
	padding-top:50px;
	width:550px;
	padding-bottom:10px;
	font-size:14px;
}

/* End Solutions */

/* Features */

.featureGroup {
	border-bottom:1px solid #CDCDCD;
	padding-bottom:2em;
	clear:both;
}

.featureGroup.last {
	border-bottom:none;
}

div#content .featureGroup h2.featureTitle {
	margin-bottom:10px;
}

.featureGroup img {
	float:left;
	margin-right:10px;
}

/* End Features */

#mindgrubTag {
	width:228px;
	margin:0px auto;
	font-size:10px;
	margin-top:10px;
	text-align:center;
}

#mindgrubLogo {
	width:228px;
	height:119px;
	background:transparent url('../images/mindgrubLogo.gif') no-repeat;
}

/* Next Steps */

#homeSteps {
	margin-top:25px;
	margin-left:10px;
}

#homeSteps .title {
	font-weight:bold;
	padding-bottom:15px;
}

#homeSteps .step {
	padding-left:20px;
	height:16px;
	margin-bottom:5px;
	background:transparent url('../images/stepsIcons.gif') no-repeat;
	cursor:pointer;
	text-decoration:none;
}

#homeSteps .phone {
	background-position:0px 0px;
}

#homeSteps .mail {
	background-position:0px -16px;
}

#homeSteps .info {
	background-position:0px -32px;
}

#homeSteps .comp {
	background-position:0px -48px;
}

#homeSteps .file {
	background-position:0px -64px;
}

/* End Next Steps */

#sampleFeatures {
	margin-left:10px;
}

#sampleFeaturesPic {
	width:253px;
	height:143px;
	background:transparent url('../images/stepsSample.gif') no-repeat;
}

#caseStudiesNav {
	background:transparent url('../images/subNav.gif') no-repeat;
	overflow:hidden;
	padding-left:35px;
	width:990px;
	height:39px;
}

#caseStudiesNav ul {
	list-style-type:none;
	margin:0px;
	overflow:hidden;
	padding:10px 0px 0px;
}

#caseStudiesNav li {
	float:left;
	list-style:none;
	padding:0px 2.5em 4px 0px;
}

#caseStudiesNav li a {
	color:#FFFFFF;
	text-decoration:none;
}

#listLeft {
	float:left;
	width:610px;
}

#listRight {
	float:right;
	width:290px;
}

.sidebarTitle {
	font-weight:bold;
	margin-left:10px;
	padding:20px 0px 10px;
}

.sidebarLink {
	padding:2px 0px;
	margin-left:10px;
}

#linkFarm {
  margin:0 auto;
  text-align:center;
  width:1000px;
}

#linkFarmContent {
  padding:15px 0;
}

#linkFarmContent a:hover, #linkFarmContent a:active {
  text-decoration:underline;
}

#linkFarmContent a:link, #linkFarmContent a:visited, #linkFarmContent a:hover, #linkFarmContent a:active {
  color:#333333;
  text-decoration:none;
}

#linkFarmAddress {
  border-top:1px solid black;
  margin:0 auto;
  padding:15px 0;
  width:600px;
}
