* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:808px;
}
body {
	background:#fff;
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#000;
}
p{ text-align:justify;}
img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
a{ text-decoration:none;}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}




/*==== GLOBAL =====*/
#main, .container {
	width:808px; 
	margin:0 auto;
	font-size:.8125em;
	position:relative;
}

#header {
	height:460px;
	overflow:hidden;
	position:relative;
}
#content {
	padding:0 0 50px 6px;
}
#footer {
	background:#f9f9f9;
	width:100%;
	padding:34px 0 32px 0;
	color:#515151;
}


/*---- tailings ----*/
.tail-top { 
	background:url(../images/tail-top.gif) left top repeat-x;
}
.main-bg {
	background:url(../images/main-bg.jpg) no-repeat 50% 0;
}

/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#0380c0; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:32px;
	line-height:1.2em;
	color:#000;
	margin-bottom:11px;
}
	h2 span {color:#1e90ac;}
	h2 strong {color:#fe4726;}
	
h3 {
	font-size:16px;
	color:#3d3d3d;
	line-height:21px;
	margin-bottom:35px;
}
h4 {
	font-size:16px;
	line-height:1.2em;
	margin-bottom:8px;
}
	

.button { 
	display:inline-block;
	background:url(../images/button.jpg) no-repeat 0 0;
	width:57px;
	height:31px;
	line-height:25px;
	color:#03303a;
	text-decoration:none;
	text-align:center;
}
.button:hover {
	text-decoration:underline;
}

.line-hor { 
	background:url(../images/line-hor.gif) 0 0 repeat-x;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 30px 0;
}
.line-ver { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.address.alt { 
	padding-top:150px;
}
	.address dt {
		margin-bottom:25px;
		font-size:12px;
	}
	.address dd { 
		font-size:12px;
	}
		.address dd a { 
			color:#fd2700;
		}


/*===== header =====*/
#header .logo {
	position:absolute;
	left:6px;
	top:49px;
}
#header .slogan {
	position:absolute;
	left:170px;
	top:58px;
}
#header .banner {
	position:absolute;
	left:2px;
	top:132px;
}
#header .nav {
	position:absolute;
	left:10px;
	top:400px;
}
	#header .nav li {
		float:left;
		padding-right:9px;
	}
		#header .nav li a {
			float:left;
			background:url(../images/nav-bg.gif) no-repeat 0 0;
			text-indent:14px;
			font-size:19px;
			color:#fff;
			width:124px;
			height:44px;
			text-decoration:none;
			line-height:33px;
		}
		#header .nav li a:hover {
			color:#000;
		}

/*===== content =====*/
#content .section {
	padding-bottom:30px;
}
	#content ul li {
		line-height:25px;
	}
		#content ul li a {
			color:#05a0ef;
		}

/*===== footer =====*/
#footer a {
	color:#888;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


/*----- forms -----*/
#search-form {
	position:absolute;
	left:4px;
	top:337px;
	background:url(../images/search-bg.gif) no-repeat 0 0;
}
	#search-form fieldset {
		border:none;
	}
		#search-form input.text {
			width:175px;
			padding:3px 0 8px 9px;
			margin-right:5px;
			background:none;
			border:none;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight:bold;
		}
		#search-form input.submit {
			width:43px;
			height:31px;
			border:none;
			background:url(../images/go-button.gif) no-repeat 0 0;
			cursor:pointer;
		}

#contacts-form fieldset {
	border:none;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}
	#contacts-form label {
		display:block;
		height:44px;
	}
	#contacts-form input {
		width:190px;
		background:none;
		border:1px solid #a09b96;
		padding:2px 0 2px 5px;
	}
	#contacts-form textarea {
		width:250px;
		background:none;
		border:1px solid #a09b96;
		overflow:auto;
		height:102px;
		padding:2px 0 2px 5px;
		margin-bottom:20px;
	}

	#contacts-form .col-1 {
		width:241px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:260px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		float:right;
		margin-left:20px;
		font-weight:normal;
		font-size:13px;
			display:inline-block;
	background:url(../images/button.jpg) no-repeat 0 0;
	width:57px;
	height:31px;
	line-height:25px;
	color:#03303a;
	text-decoration:none;
	text-align:center;
	border:0;

	}
#masterdiv{}
#masterdiv ul li{ margin:2px;}
#masterdiv ul li a{ display:block; color:#F00; font-weight:bold; text-decoration:none; border:#CCC solid 1px; padding:0px 0px 0px 5px;}
#masterdiv ul li a:hover{ color:#000; border:#F00 solid 1px; padding:0px 0px 0px 10px;}
#masterdiv ul ul li{ margin:auto;}
#masterdiv ul ul li a{ color:#006; padding:0px 0px 0px 15px; border:#FFF solid 0px; border-bottom:#000 dashed 1px;}
#masterdiv ul ul li a:hover{ color:#F00; padding:0px 0px 0px 20px; border:#000 solid 1px;}

ul.catlinks{list-style:none;}
ul.catlinks li{list-style:none; width:150px; padding:2px; margin:0px; float:left; }
ul.catlinks li a{ display:block;color:#0F3666;}
ul.catlinks li a:hover{ color:#006; background:#EBEBEB;}

.items{ padding:15px; margin-bottom:30px; margin-top:10px;}
.items h4{padding:5px 0 5px 10px;}
.items h3{ width:100%; float:left;}
.items .catLink{ display:block; width:40%; padding:2px; float:left; margin-left:10px; margin-top:10px;}
.items .itemBox{ padding:2px; margin:5px; width:40%; height:150px; text-align:center; display:block; float:left; border:#999 solid 1px; overflow:hidden;}
.items .itemBox:hover{ border:#CCC solid 1px;}
.items .itemBox div{ margin-left:10px;}
.items .itemBox img{ width:150px; height:100px;}
.items .itemBox p{ font-size:12px; font-weight:bold; text-align:left; text-transform:capitalize;}
.items .itemBox p span{ font-size:11px; font-weight:normal; color:#5E5E5E;}
.items .itemBox p.price{ color:#FF0000; font-weight:bold;}
.PageBrake{ clear:both; padding:0; margin:0;}

p marquee{padding:2px; border:#CCC solid 1px;}
p marquee a img{ margin:5px; height:100px; width:125px; border:#CCC solid 1px;}


/*==========================================*/
.msg_error{color:#B92424; font-size:12px; font-weight:bold; padding:10px; background-color:#FBD1D1;width:96%;border-top:1px solid #9E0101;border-bottom:1px solid #9E0101;}
.msg_error li{ list-style:none; padding:2px;}

.msg_success{color:#126905; font-size:12px; font-weight:bold; padding:10px; background-color:#ddffdd;width:96%;border-top:1px solid #009900;border-bottom:1px solid #009900;}
.msg_success p{margin:20px 20px 20px 20px;}
.msg_success li{ list-style:none;}