/* CSS Document */
/*TWOSKOOPS SITE*/

body {
	color: black;
	BACKGROUND-COLOR: #ffffff;
	text-align: center;
}

body, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color: #000000;*/
	}
	
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 .5em 0;
	}

/* ######################################## */
/* Start Text Definitions */

A:link, A:visited {
	color: #0000FF;
	TEXT-DECORATION: none;
}

A:hover {
	TEXT-DECORATION: underline
}

h1 {
	font-size: 30px; 
	font-weight: normal;
}
h2 {
	font-size: 22px; 
	font-weight: normal;
}
h3 {
	font-size: 14px;
}

/* End Text Definitions */

/*IDs*/
#bodyBox {
	width: 900px;
	border: #CCCCCC 1px solid;
	margin: auto;
	text-align: left;
}

#topStrip {
	background-image: url(../images/top_strip.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 60px;
	}
	
#featureBox {
	background-image: url(../images/blue_gradient_01.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 12px 0 0 0;
	}
	
#banner_headline {
	color: white;
	margin-left: 12px;
	margin-bottom: 6px;
}

#banner_headline  A:link,#banner_headline  A:visited {
	color: #9999FF;
	TEXT-DECORATION: none;
}

#logo {
	position: relative;
	top: 13px;
	left: 20px;
}

#powered_by {
	position: relative;
	top: 17px;
	left: 20px;
}

#topNav {
	position: relative;
	top: 6px;
	left: 520px;
}

#leftFeature {
	margin-left: 32px;
	float: left;
}

#leftFeaturePic {
	position: absolute;
	top: 115px;
	margin-left: -200px;
}

#rightFeature {
	margin-right: 32px;
	float: right;
}

#rightFeaturePic {
	position: absolute;
	top: 120px;
	margin-left: -170px;
}

#mixxeeWidgetLogo {
	position: relative;
	z-index: 10;
}

#leftColumn {
	width: 645px;
	float:left;
	padding:  12px;
}

#rightColumn {
	width: 230px;
	float:right;
}

#topAd {
	background-color: #000099;
}

#bottomAd {
	background-color: #0066FF;
}
/*end IDs*/

/*Classes*/
A:link.topNavItem  , A:visited.topNavItem {
	text-decoration: underline;
	color: white;
}

.topNavItem {
	color: #000000;
	margin-right: 16px;
}

.clearing { clear: both; }

.box_bl_wh {
	background-image:url(../images/bl_wh_gradient_01.jpg);
	background-repeat: repeat-x; 
	width: 385px;
	height: 150px;
}

.bl_wh_bl {
	background: url(../images/bl_wh_bl.gif) 0 100% no-repeat; 
	width: 100%;
	}
.bl_wh_br {
	background:url(../images/bl_wh_br.gif) 100% 100% no-repeat;
	height: 100%;
	}
.bl_wh_tl {background:url(../images/bl_wh_tl.gif) 0 0 no-repeat}
.bl_wh_tr {
	background:url(../images/bl_wh_tr.gif) 100% 0 no-repeat; 
	padding: 7px;
	}

.box_wh {
	text-align: right;
}

.wh_bl {
	background: url(../images/wh_bl.gif) 0 100% no-repeat white; 
	width: 385px;
	/*height: 188px;*/
	}
.wh_br {
	background:url(../images/wh_br.gif) 100% 100% no-repeat;
	height: 100px;
	}
.wh_tl {background:url(../images/wh_tl.gif) 0 0 no-repeat}
.wh_tr {
	background:url(../images/wh_tr.gif) 100% 0 no-repeat; 
	padding: 7px;
	}
	
.box_gray {
	background-image:url(../images/gray_gradient_01.jpg);
	background-repeat: repeat-x; 
	width: 625px;
	height: 48px;
}

.gray_bl {
	background: url(../images/gray_bl.gif) 0 100% no-repeat; 
	width: 100%;
	}
.gray_br {
	background:url(../images/gray_br.gif) 100% 100% no-repeat;
	height: 100%;
	}
.gray_tl {background:url(../images/gray_tl.gif) 0 0 no-repeat}
.gray_tr {
	background:url(../images/gray_tr.gif) 100% 0 no-repeat; 
	padding: 6px;
	}
	
.featureHead {
	margin: 4px auto 4px auto;
	position: relative;
	z-index: 10;
	color: black;
}

A:hover.box {
	text-decoration: none;
	cursor: pointer;
	}

.featureDivider {
	border: 1px solid #CCCCCC;
	background: none;
	margin-bottom: 4px;
	/*margin: 12px 12px 8px 12px;*/
	/*padding: 12px 12px 8px 12px;*/
	}
	
.siteLogo {
	vertical-align: middle;
	margin: 0 0 2px 26px;
}

/*.sampleRow {
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}*/

.sampleBox {
	padding: 12px;
	border: #CCCCCC 1px solid;
	/*border-right: #CCCCCC 1px solid;*/
	float: left;
	clip: rect('top', 'right', 'bottom', 'left')
}

.ad {
	padding: 6px;
	text-align: left;
}

.ad_head {
	color: white;
	margin: 6px 0 0 0;
	float: left;
}

a.ad_link, A:link.ad_link, A:visited.ad_link {
	float: right;
	color: white;
	text-decoration: underline;
	margin-top: 12px;
}

.create_mixxee {
	font-size: 14px;
	text-decoration: underline;
	color: blue;
	margin: 0;
}

/*end classes*/