﻿/* Type Selectors */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	color: #333;
	background-color: #BFBFBF;
}

h2 {
	margin-bottom: 10px;
}

.maintitle {
	font: 24px Verdana, sans-serif;
	color: #2F4073;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.tabletitle {
	font: 18px Verdana, sans-serif;
	margin-top: 10px;
	color: #2F4073;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.disclaimer {
	font: 9px Verdana, sans-serif;
	text-align: center;
	clear: both;
	margin: 0px 6px 0px 21px;
}

/* Drop Shadows and Borders*/

.shadowbox {
	background: url(../Images/drop_shadow.gif) no-repeat right bottom;
	margin: 10px 12px 0 12px;
	float: left;
	width: 225px;
}

.shadowbox .contentbox220 {
	margin: 4px 12px 0 12px;
	top: -7px;
	left: -16px;
	position: relative;
}

.horizontalshadow {
	background: url(../Images/ds_bottom.gif) repeat-x left top;
	margin: 0 7px 0 7px;
	height: 7px;
	clear: both;
}

img.addborder {
	border: solid 1px #aaa;
	padding: 5px;
	background-color: #EEE;
}


/* Columns */

#column-left {
	margin: 0 0 10px 6px;
	float: left;
	width: 246px;
	z-index: 1;
}

#column-middle { 
	float: left;
	margin: 0 auto;
	padding-top: 7px;
	width: 498px;
	font-size: 15px;
	text-align: justify;
}

#column-middle img {
	float: left;
	margin: 3px 5px 5px 0;
	border: solid 1px #000;
}

#column-middle p {
	padding-bottom: 10px;
}

#column-middle ul {
	padding-left: 20px;
}

#column-right {
	margin: 0 6px 10px 0;
	float: right;
	width: 246px;
}

.columntitle {
	font: 20px Verdana, sans-serif;
	color: #2F4073;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

/* Content Boxes */
.contentbox220 {
	float: left;
	margin: 12px 12px 0 12px;
	padding-bottom: 10px;
	border: solid 1px #2B448C;
	width: 220px;
	min-height: 100px;
	height: auto;
	display: inline;
}

.contentbox220 .heading {
	padding: 5px 5px 5px 35px;
	color: #fff;
	background: #2F4073 url('../Images/ic_computer.gif') left center no-repeat;
	border-left: solid 3px #ED6D00;
	width: 177px;
}

.contentbox220 .heading .title {
	font: 14px Verdana, sans-serif;
	text-align: left;
	float: left;
	width: 127px;
}

.contentbox220 .heading .price {
	font: 14px Verdana, sans-serif;
	color: Yellow;
	text-align: right;
}

.contentbox220 .text {
	float: left;
	font: 12px Verdana, sans-serif;
	margin: 7px 7px 7px 7px;
	line-height: 1.2em;
}

/* Master Page - Layout*/
#wrap {
	margin: 0 auto;
	width: 1014px;
	background: #FFFFFF url('../Images/bg_wrap.gif') repeat-y right top;
}

#header {
	margin: 0px 7px 0px 7px;
	padding-top: 5px;
}

#header img.left {
	float: left;
}

#header img.navicons {
	padding: 50px 0 0 20px;
}

#header img.computer {
	padding: 5px 0 0 90px;
}

#header table.right {
	float: right;
	border: solid 1px #2B448C;
	font-size: 10px;
	margin-top: 5px;
	width: 175px;
	padding: 5px;
	top: -7px;
	left: -7px;
	position: relative;
	display: inline;
}

.shadowboxlogin {
	background: url(../Images/drop_shadow.gif) no-repeat right bottom;
	margin: 12px 12px 0 12px;
	float: right;
	width: 175px;
}

.textboxlogin {
	width: 100px;
}

#footer {
	margin: 0 6px 0 6px;
	padding: 5px;
	font: 67.5% Verdana, sans-serif;
	clear: both;
	text-align: center;
	vertical-align: middle;
	background-color: #2F4073;
	color: #fff;
	height: 15px;
}

/* Master Page - Menu */

#menu {
	margin: 0 7px 0 7px;
	padding: 0 0 0 3px;
	background: #737373;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	float: left;
	list-style: none;
	width: 997px;
}
#menu li {
	float: left;
	font: 67.5% Verdana, sans-serif;
}
#menu a {
	background: #737373;
	border-right: solid 1px #000;
	color: #fff;
	display: block;
	float: left;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	position: relative;
	z-index: 1;
}

#menu a:hover {
	background: #BFBFBF;
	border-right: solid 1px #000;
	color: #fff;
	padding-bottom: 8px;
}
#menu li a.current {
	color: #000;
	background: #BFBFBF;
}
#menu .datemenu {
	color: #fff;
	text-align: right;
	padding: 8px 12px;
	float: right;
}
#menu .leftmenu {
	float: left;
	padding: 8px 1px;
	border-right: solid 1px #000;
}

#menu a span {
	display: none;
}
 
#menu a:hover span {
	position: absolute;
	padding: 3px;
	top: 30px;
	left: 0px;
	display: block;
	color: #000;
	background: #bfbfbf;
	border: 1px solid #000;
	width: 300px;
}

/* Image Gallery Hover */

.gallery {
	width: 100%;
}

.gallerycontainer{
	/*position: relative;*/
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fff;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 690px;
}

.thumbnail span img{
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{
	visibility: visible;
	top: 50px;
	left: 150px;
	z-index: 50;
}

