body {
	color: #303030;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#5ba0d6;
}
* {margin:0px;padding:0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}
#header {
	background-image:url("../images/header1.jpg");
	width:900px;
	height:310px;
	display:block;
}
#border {
	background-image:url("../images/border.gif");
	background-repeat: repeat-y;
	width:900px;
}
#main {
	background-image:url("../images/contentbg.gif");
	background-color:#abe4fe;
	margin: 0px 12px 0px 10px;
	background-repeat: repeat-x;
}
#left {
	width:261px;
	float:left;
	display:inline;
	background-image:url("../images/contentbg.gif");
	background-color:#abe4fe;
	
}
#right {
	float:right;
	width:580px;
}

h2 {

	height:33px;
	border-bottom: 1px dashed #2e2304;
	color: #003a65;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

h3{
	height:23px;
	color: #003a65;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 10px 0px;

}

img.float-right {
  margin: 5px 0px 5px 15px;  
}

img.float-left {
  margin: 5px 15px 5px 0px;  
  
  }
  
img.float-pic {
  margin: 0 15px 0 5px;  
  padding: 0;
  
}

a img {  
  border: 0px solid #225eb6; /* #32CD32; */
}
a:hover img {  
  border: 0px solid #225eb6!important; /* IE fix*/
  border: 0px solid #225eb6; /* #32CD32; */
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.float-pic { float: left; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
/***************** Content ***********************/
.content {
	width:540px;
}
.content h1 {
	background-repeat:no-repeat;
	width:540px;
	height:33px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
	color: #003a65;
	font-size: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}
.content p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
	padding: 10px 0px 0px 6px;
}
.content a {
	color:#2e260f;
}
.content a:hover {
	color:#cf0002;
}

.content ul {
	padding: 30px 0px 0px 0px;
	margin-left:25px;
	font-size: 13px;
}


.product {
	width:530px;	
	margin:20px 0;	
}
.product h1 {
	background-repeat:no-repeat;
	width:540px;
	height:33px;
	color: #003a65;
	font-size: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}
.product a {
	border: 1px solid #6698bd;
	display:inline;	
	float:left;
	margin: 6px 0px 6px 11px;
}

.product p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
	padding: 10px 0px 0px 6px;
	}

.product a:hover {
	border: 1px solid #c40000;
}
.product img {
	border: 6px solid #ffffff;

}

#logo {
	margin-top: 10px;
	text-align: center;
	padding-right: 60px;
	color: white;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	

}
/***************** Menu ***********************/
#menu {
	width:261px;
	margin-left:33px;
}
#menu ul {
	padding: 30px 0px 0px 0px;
	width:220px;
	margin-left:15px;
}
#menu li {
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #2e2304;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align:right;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #003a65;
	text-decoration: none;
	font-size: 16px;
	
}
#menu a:hover {
	color:#c40000;
}
.lastchild{
	border-bottom: none !important;
}
#menubottom {
	background-repeat:no-repeat;
	width:261px;
	height:76px;
	margin-left:93px;
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width:240px;
	margin-left:15px;
}
#menubottom li {
	float:left;
	display:inline;
	width:77px;
	text-align:center;
}
#menubottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bolder;
	font-size:10px;
	color: #6e6b53;
	text-transform: uppercase;
}
#menubottom a:hover {
	color:#c40000;
}
/***************** Footer ***********************/
#footer {
	background-color:#8bcaef;
	background-image:url("../images/borderfooter.gif");
	height:64px;
	width:900px;
}
#footerend {
	background-image:url("../images/borderfooterend.gif");
	background-repeat: no-repeat;
	width:900px;
	height:9px;
	display:block;
}
#copyright {
	background-repeat:no-repeat;
	width:900px;
	height:43px;
	display:inline;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #003a65;
	padding: 20px 20px 0px 20px;
	text-align:center;
}
#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003a65;
}
#payment {
	float:left;
	display:inline;
	margin: 10px 0px 20px 135px;
}
#payment img {
	border: none;
}
