html, body {
	border:0 none;
	margin:0;
	padding:0;
	height: 100%
}

body {
	font-family:sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: black;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	font-size: 12px;
}


div#wrapper {
	width: 900px;
	margin: 0 auto;
}

div#header {
	width: 100%;
	height: 110px;
	background-image: url('images/headerLeft.gif');
	background-repeat: no-repeat;
	background-position: 10px 0px;
	background-color: #2e2e2e;
}

div#header img#headerSafes {
	position: relative;
	right: -100px;
	top: 4px;
}

div#header img#logo {
	margin-left: 150px;
}

div#leftMenu {
	padding-left: 8px;
	padding-bottom: 8px;
	color: black;
	font-size: 12px;
	width: 150px;
	float: left;
	margin-right: 10px;
}

div#leftMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#leftMenu ul.subMenu{
	padding-top: 1px;
	padding-left: 8px;
	padding-bottom: 10px;
}
div#leftMenu .menuTop {
	background-color:#2e2e2e;
	color: white;
	font-size: 14px;
	padding: 2px;
}

div#leftMenu li a {
	display: block;
	min-height: 16px;
	border-bottom: 1px dotted #2e2e2e;
	text-decoration: none;
	color: black;
	background-color: white;
}

div#leftMenu li a:hover {
	color: #2e2e2e;
}


div#content {
	width: 100%;
	background-color: #FFFFFF;
	min-height: 400px;
	background-image: url('images/contentRight.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px solid #bcbcbc;
	width: 898px;
	margin-top: 7px;
	padding-top: 10px
}

div#topRight {
	background-image: url('images/contentCorners.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width:10px;
	height: 10px;
	float: right;
	margin-right:-1px;
	margin-top:-11px;
}

div#topLeft {
	background-image: url('images/contentCorners.gif');
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width:10px;
	height: 10px;
	margin: -11px 0 0 -1px;
}

div#bottomRight {
	background-image: url('images/contentCorners.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width:10px;
	height: 10px;
	float: right;
	margin: -9px -1px 0px 0;
}

div#bottomLeft {
	background-image: url('images/contentCorners.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width:10px;
	height: 10px;
	margin: 0 0 -1px -1px;
	clear: both;
}

div#headerLeft{
	background-image: url('images/headerCorners.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width:10px;
	height: 10px;
	margin-top: -3px;
}
div#headerRight{
	background-image: url('images/headerCorners.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width:10px;
	height: 10px;
	float: right;
	margin-top: -10px;
}

div#footer {
	width: 100%;
	height: 80px;
	font-size: xx-small;
	text-align: center;
}

div#footer a {
	text-decoration: none;
	color: black;
}

div#whereAmI, div#whereAmI a {
	font-size: x-small;
	color: black;
	text-decoration: none;
	margin-bottom: 10px;
}

div#whereAmI a:hover {
	text-decoration: underline;
}

div#prodList {

}

div.smallProd {
	float: left;
	padding: 10px;
	width: 100px;
	min-height:100px;
	text-align: center;
}

div.smallProd a {
	text-decoration: none;
	color: black;
}

div.smallProd a:hover{
	text-decoration: underline;
}

div#realContent {
	width: 720px;
	margin-left: 170px;
}

#prodTable .tableCat td {
	background-color:#000000;
	padding-top: 5px;
	padding-left: 4px;
	color: white;
	text-align: left;
}

#prodTable .col1 {
	background-color:#EEEEEE;
	width: 100px;
	padding-left: 10px;
	text-align: left;
}

#prodTable td {
	text-align: right;
	padding-right:4px;
}


#prodTable {
	border: 1px solid black;
	margin-top: 40px;
	margin-left: 400px;
}


div#prodImg {
	float: left;
}

div#prodFeatures {
	clear: both;
	padding: 5px;
	width: 450px;
}

div#prodCerts {
	margin-top: 15px;
	padding: 5px;
	width: 200px;
}


.topLeft {
	background-image: url('images/inCorner.gif');
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width:10px;
	height: 10px;
	margin: -6px 0 0 -6px;
}

.topRight {
	background-image: url('images/inCorner.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width:10px;
	height: 10px;
	float: right;
	margin: -6px -6px 0 0;
}

.bottomLeft {
	background-image: url('images/inCorner.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width:10px;
	height: 10px;
	margin: 0 0 -6px -6px;
	clear: both;

}

.bottomRight {
	background-image: url('images/inCorner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width:10px;
	height: 10px;
	float: right;
	margin: -4px -6px 0px 0;
}

.round {
	border: 1px solid #bcbcbc;
}

a img {
	border: 0px;
}