html, body, div, p, table, tr, td, form, img, h1, h2, h3, h4, h5, h6, li {
	margin:0;
	padding:0;
	border:none;
	max-width:100%;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

body {
	background-color: #ccc;
	color: #000000;
	font-size: 100%;
}

a, a:link, a:visited {
	color: #002d5f;
	text-decoration:underline;
	font-style:italic;
}

a:hover {
	color: #7c000b;
	text-decoration:none;
}

p {
	font-size:14px;	
	padding: 10px 5px;
}

.hc1 {
	color:#7c000b;
}

.hc2 {
	color:#002d5f;
}

input {	
	padding-left: 1px;
}

textarea {
	padding-left: 1px;	
}

.gallery_img {
	background-color:#eee;
	border: 2px solid #002d5f;
}

.product_img {
	background-color:#eee;
	border: 2px solid #ccc;
}

#main_wrapper {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	border: 1px solid #002d5f;
	border-top: 0;
}

#header_bar {
	background-image: url(../imgs/header_tile.png);
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 15px;
}

#banner_bar {
	height: 155px;
	background-color: #EEE;
	margin: 0 auto;
	text-align:center;
}

#menu_bar {
	background-image: url(../imgs/menu_tile.png);
	background-repeat: repeat-x;
	height: 50px;
	padding: 1px 0px 1px;
	text-align:left;
}

#home {
	background-image:url(../imgs/home.png);
	width: 140px;
	height:50px;
	display:inline-block;
}

#home:hover {
	background-image:url(../imgs/home_r.png);
}

#flagsbanners {
	background-image:url(../imgs/flagsbanners.png);
	width: 240px;
	height:50px;
	display:inline-block;
}

#flagsbanners:hover {
	background-image:url(../imgs/flagsbanners_r.png);
}

#gallery {
	background-image:url(../imgs/gallery.png);
	width: 140px;
	height:50px;
	display:inline-block;
}

#gallery:hover {
	background-image:url(../imgs/gallery_r.png);
}

#aboutus {
	background-image:url(../imgs/aboutus.png);
	width: 180px;
	height:50px;
	display:inline-block;
}

#aboutus:hover {
	background-image:url(../imgs/aboutus_r.png);
}

#contactus {
	background-image:url(../imgs/contactus.png);
	width: 200px;
	height:50px;
	display:inline-block;
}

#contactus:hover {
	background-image:url(../imgs/contactus_r.png);
}

#site_body {
	background-color:#eee;
	padding: 25px;
}

#site_body2 {	
	background-color:#eee;
	padding:0;
}

#left_body {
	width:225px;
	float:left;
	margin:0;
	padding: 25px;
	padding-right:0;
}

#right_body {
	border-left: 1px solid #002d5f;
	padding: 25px;
	clear:right;
	margin-left:250px;
	min-height: 310px;
}

#list_menu {
	margin:0;
	padding:0;
	padding-left:17px;
	font-size: 14px;
	list-style: square;
	color: #7c000b;
}

#list_menu li {
	line-height:180%;
}

#list_menu a, #list_menu a:link, #list_menu a:visited {
	color: #7c000b;
	text-decoration:none;
	font-style:normal;
}

#list_menu a:hover {
	color: #002d5f;
	text-decoration:underline;
}

table {
	font-size:14px;
}

#footer_bar {
	clear:both;
	background-image: url(../imgs/footer_tile.png);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}