/*
Straight Up Geeks, Inc CSS
Version 1.0
straightupgeeks.com
*/

body {
	background-color: #A3A3A3;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0 0 0 0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-weight:bold;
	font-size: 18px;
}
.contentHOME {
	background-color:#ffffff;
	width:545px;
	vertical-align:top;
	text-align:left;
}
.content {
	background-color:#ffffff;
	width:535px;
	vertical-align:top;
	min-height:1000px;
}
a {
	font-size:11px;
	color: #000000;
	text-align:left;
	text-decoration:none;
	line-height:20px;
}
a:Hover {
	text-decoration:underline;
}
a:Visted {
    color:#000000;
    text-decoration:none;
}
a:Active {
    color:#000000;
    text-decoration:none;
}
.right_bottom {
	background-color:#FFFFFF;
	background-image:url(images/table_shadow_right_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:10px;
}
.left_bottom {
	background-image:url(images/pinky-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:380px;
	height:278px;
}
.left_pinkyBG {
	background-image:url(images/bg-pinky.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.white-spacer {
	background-color:#ffffff;
	width:39px;
}
.menubarHome {
	background-image:url(images/HP_nav_bg.jpg);
	background-repeat:no-repeat;
	width:398px;
	height:438px;
}
.menubar {
	background-image:url(images/menubar.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:423px;
	height:438px;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:right;
	background-color: #A3A3A3;
}

#menubar {
	height:32px;
	margin-left: 10px;
}
#menubar a {
	background-image:url(images/button_off.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:100px;
	height:30px;
	text-decoration:none;
	font-size:7pt;
	font-weight:bold;
	color: #FF0099;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
}
#menubar a:hover {
	background-image:url(images/button_on.jpg);
	background-repeat:no-repeat;
	color: #ffffff;
}
#menuPlaceholderHOME {
	margin-top:25px;
	margin-left:200px;
	width: 165px;
	text-align:left;
}

#menuPlaceholder {
	margin-top:100px;
	margin-left:200px;
	width: 200px;
	text-align:left;
}
.menuLinks {
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
	text-decoration:none;
	line-height:20px;
}
.menuLinks:Hover {
	text-decoration:underline;
	color: #99ccff;
}
#flyer {
	position:absolute;
	top:520px;
	left:44%;
	background-image:url(images/flyer.png);
	background-repeat:no-repeat;
	width: 629px;
	height:376px;
}

/* ######### CSS for Shade Tabs ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

