/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_01.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #EBEBEB;
}#header {
	background-image: url(images/header_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 277px;
	width: 900px;
	background-color: #1D57A9;
}
#nav {
	float: left;
	height: 40px;
	width: 897px;
	padding-right: 3px;
}
#body {
	background-image: url(images/img_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 900px;
	padding-bottom: 40px;
}
#body_bg {
	background-image: url(images/img_08.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
}

.font_highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/img_08.jpg);
	background-repeat: repeat-y;
}

a {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #999999;
}
a:link {
	text-decoration: none;
}
#content1 {
	float: left;
	width: 753px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#products {
	float: left;
	width: 860px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#products_info {
	float: left;
	width: 860px;
	padding-top: 30px;
}
.add {
	font-family: "Trebuchet MS", Arial;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #1D57A9;
}

.title2 {
	font-family: "Trebuchet MS", Arial;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

#product_nav {
	float: left;
	width: 860px;
}
.title3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.title4 {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.title5 {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #1D57A9;
}
.title6 {
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}



#footer {
	width: 897px;
	float: left;
	padding-right: 3px;
}
.footer_font {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}


.global_font {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

#title1 {
	float: left;
	width: 800px;
	margin-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
}
#title2 {
	float: left;
	padding-right: 20px;
	width: 860px;
	padding-left: 20px;
	padding-top: 50px;
}
.title1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}


a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.heading1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 28px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
}

.thumbnail{
	position: relative;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 10;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible; /*position where enlarged image should offset horizontally */
	top: -50px;
	left: -20px;

}
#products_nav {
	float: left;
	width: 240px;
}
.cover_font {
	font-family: "Trebuchet MS", Arial;
	font-size: small;
	color: #FFFFFF;
}
