body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3F3F3F;
}
img
{
	border:none;
}
a
{
}
a:hover
{
}
h1
{
	font-size:18px;
}
h2
{
	font-size:17px;
}
h3
{
	font-size:16px;
}
h4
{
	font-size:15px;
}
h5
{
	font-size:14px;
}
h6
{
	font-size:13px;
}
.page
{
	margin:0px auto;
	width:960px;
}
.cleaner
{
	clear:both;
}
.header-container
{
	/*background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;*/
	/*background-color:#B3E0F0;*/
	background-color:#ECEDED;
	height:125px;
}
.logo
{
	float:left;
	padding-top:10px;
}
.contact-detail
{
	float:right;
	padding-top:15px;
}
.menu-container
{
	background-image:url(images/navigation-bar.png);
	background-repeat:repeat-x;
	height:40px;
}
.menu
{
	padding:0px;
	margin:0px;
	list-style:none;
	display:block;
}
.menu li
{
	float:left;
	padding-top:9px;
	padding-right:15px;
}
.menu li a
{
	text-decoration:none;
	color:#fff;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
	padding-top:9px;
	padding-bottom:9px;
}
.menu li a:hover
{
	text-decoration:none;
	background-color:#050525;
	color:#fff;
}
.flash-container
{
	/*background-image:url(images/flash_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	/*min-height:510px;*/
	min-height:380px;
	padding-top:15px;
	background-image:url(images/flash-bg.png);
	background-repeat:repeat-x;
}
.flash-area
{
	width:950px;
	height:320px;
	border:solid 5px #fff;
	-moz-border-radius:5px;
	border-radius:5px;
}
.product-container
{
	margin-top:50px;
}
.content-container
{
	/*background-image:url(images/main-content-top.jpg);
	background-repeat:repeat-x;*/
	background-color:#fff;
	padding-top:7px;
}
.content
{
	background-color:#F1F1F1;
	border:solid 1px #ccc;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-moz-box-shadow: 0 0 6px #888;
	-webkit-box-shadow: 0 0 6px #888;
	box-shadow: 0 0 6px #888;
	padding-bottom:30px !important;
	padding:15px;
	margin-top:15px;
}
.footer-container
{
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat;
	padding-top:30px;
	padding-bottom:30px;
}
.footer-link-area
{
	color:#fff;
	margin:0px auto;
	width:680px;
}
.footer
{
	padding:0px;
	margin:0px;
	list-style:none;
	display:block;
}
.footer li
{
	float:left;
}
.footer li a
{
	color:#fff;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	font-size:13px;
}
.footer li a:hover
{
	text-decoration:underline;
}
.design
{
	color:#fff;
	padding-top:20px;
}
.link
{
}
.link a
{
	font-weight:bold;
	color:#B40004;
	text-decoration:none;
	padding-left:3px;
}
.link a:hover
{
	text-decoration:none;
}
.left-content
{
	float:left;
	width:550px;
}
.right-content
{
	float:right;
	width:340px;
}
.heading
{
	color:#3F3F3F;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.text
{
	text-align:justify;
	line-height:160%;
}
.row
{
	padding-bottom:30px;
	padding-top:10px;
}
.gallery-image
{
	float:left;
	width:270px;
	height:180px;
	border:solid 6px #fff;
	margin-right:40px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px#888;
	box-shadow: 0 0 10px #888;
}
.last
{
	margin-right:0px !important;
}
.links-area
{
	padding-bottom:0px;
}
.prev
{
	float:left;
}
.prev a
{
	color:#1012AE;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.prev a:hover
{
	text-decoration:none;
	color:#3C3C3C;
}
.next
{
	float:right;
}
.next a
{
	color:#1012AE;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.next a:hover
{
	text-decoration:none;
	color:#3C3C3C;
}
.scroller
{
	padding-top:10px;
}