/* CSS STYLE */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #000000;
}
.right {
	text-align:right;
}
a img {
	border-width: 0;
}

a {
	color: #032589;
	text-decoration: none;
}
a:hover{
	color: #FECC01;
	text-decoration: none;
}


/* HEAD */

#background {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
}

#headerframe {
	background-image: url(../images/bg_head.gif);
	background-repeat: no-repeat;
	width: 594px;
}

.space-img01 {
	padding-right: 40px;
}
.space-img02 {
	padding-right: 20px;
}
.spacerBTN {
	padding-left: 2px;
	padding-right: 5px;
}

.btnframe {
	margin-top: 45px;
	padding-left: 205px;
}

#contentTable {
	width: 550px;
	padding: 15px;
	text-align: justify; 
}

.pageTitle {
	/*font-family: cursive;*/
	font-size: 16px;
	font-weight: bold;
	color: #032589;
	clear: both;
	display: block;
	padding-top: 15px;
}

.subTitle {
	/*font-family: cursive;*/
	font-size: 14px;
	/*font-weight: normal;*/
	font-weight: bold;
	color: #032589;
	clear: both;
	display: block;
}

#copytag {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #888888;
}
#copytag a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #B0BDD0;
}
#copytag a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FECC01;
}
#main {
	background-color: #07349B;
}
#main2{
	margin-top: 65px;
	background-color:#FFFFFF;
}

div.imgl {
	float:left;
	margin:5px 5px 5px 0;
}

div.imgr {
	float:right;
	margin: 0 5px 5px 5px;
}

div.img {
	text-align:center;
	margin: 10px;
}

div.img img,div.imgr img, div.imgl img {
	border: 1px solid #000000;
}

ul.products{
	list-style:none;
	display: inline;
}

ul.products li{
	clear: both;
}

.photos td {
	padding: 5px;
}

ul.none {
	list-style:none;
	margin: 0;
	padding: 0;
}

ul.none li{
	margin: 0;
	padding: 0;
}

.photos td{
	text-align:center;
}