@charset "UTF-8";
/* --------------------------- */
/*		  		               */
/*    Marina Garden Center     */
/*		  		               */
/* --------------------------- */

body {
	font-family: Verdana, Arial, Geneva, helvetica;
	font-size:11px;
	line-height: 1.4;
	color:#4D4B49; /* 4D4B49 */
	margin:0px;
	padding:0px;
	background-color:#BFBFBF;
}

td {
	font-size:11px;
	line-height: 1.4;
}

/* ---- Background Images/color ---- */
.bg_main { }
.bg_mast { background: url(images/bg_mast.gif) repeat-x; }
.bg_3col { background: url(images/bg_main.gif) repeat-y; }


/* ---- Common Links ---- */
a:link, a:visited, a:active {
	color: #708247;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #5E5C35;
	text-decoration: underline;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #63626C;
	text-decoration: none;
}
a.alt:hover {
	color: #000000;
	text-decoration: none;
}
a.copy:link, a.copy:visited, a.copy:active {
	color: #6F755C;
	text-decoration: none;
	font-weight: normal;
}
a.copy:hover {
	color: #35382C;
	text-decoration: none;
}
a.ldark:link, a.ldark:visited, a.ldark:active {
	color: #AAAAAA;
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
}
a.ldark:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* ---- Element Styles ---- */
p.first {
	margin-top: 0;
}

ul.bullet {
	margin-left: 11px;
	padding-left: 11px;
	list-style-image: url(images/bullet.gif);
}
ul.close {
	margin-top: 0px;
	padding-top: 0px;
}
ul.none {
	list-style: none;
}
ul.bullet ol {
	list-style: decimal;
}
ul.alumni li {
	padding-bottom:6px;
	font-size: 11px;
}

/* ---- Font types ---- */
.times { font-family: "Times New Roman", Times, serif; }
.arial { font-family: Arial, Verdana, Geneva, helvetica; }

/* ---- Font sizes ---- */
.size_00 { font-size: 2px; }
.size_09 { font-size: 9px; }
.size_10 { font-size: 10px; }
.size_11 { font-size: 11px; }
.size_12 { font-size: 12px; }
.size_13 { font-size: 13px; }
.size_14 { font-size: 14px; }
.size_16 { font-size: 16px; }
.size_18 { font-size: 18px; }
.size_24 { font-size: 24px; }
.size_30 { font-size: 30px; }

/* ---- Font Colors ---- */
.c-white 	{ color:#FFFFFF; }
.c-gold	 	{ color:#FFCF56; }
.c-goldDK	{ color:#C79822; }
.c-orange	{ color:#D25513; }
.c-green 	{ color:#708247; }
.c-greenDK 	{ color:#5E5C35; }

.c-gray 	{ color:#6F755C; }
.c-grayDk 	{ color:#35382C; }

/* ---- Font styles ---- */
.italic 	{ font-style:italic; }
.bold 		{ font-weight:bold; }
.normal 	{ font-weight:normal; }
.uppercase 	{ text-transform: uppercase; }
.stretch 	{ font-stretch:expanded; } /* not supported by many browsers */

/* ---- Font Spacing styles ---- */
.lineheight-9 	{ line-height:0.9; }
.lineheight1 	{ line-height:1; }
.lineheight14 	{ line-height:1.4; }
.lineheight18 	{ line-height:1.8; }
.lineheight2 	{ line-height:2; }

/* ---- Text Group styles ----*/
.title_page {
	color:#D25513;
	font-size:18px;
	font-weight:normal;
	margin: 5px 0 10px 0;
}
.title_product {
	color:#EE2E24;
	font-size:22px;
	font-weight:normal;
	margin: 5px 0 10px 0;
	line-height: 1.2
	/* font-family: "Lucida Bright", "Times New Roman", Times, serif; */
}

.title_import {
	color:#D42F16;
	font-size:16px;
	font-weight:bold;
	margin: 20px 0 10px 0;
}
.title_main {
	color:#172FAA;
	font-size:14px;
	font-weight:bold;
	margin: 20px 0 10px 0;
}
.title_sub {
	color:#4D4B49;
	font-size:13px;
	font-weight:bold;
}
.title_small {
	color:#35382C;
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
}
.small {
	color:#35382C;
	font-size:9px;
	font-weight:normal;
}
.prod_new {
	font-size: 10px;
	color: #EE2E24;
	font-style: italic;
}

/* ---- SideBar styles ----*/
.sidebar_title {
	color:#5E5C35;
	font-size:13px;
	font-weight:bold;	
	text-align:left;
}
.sidebar_sub {
	color:#7D7878;
	font-size:11px;
	font-weight:bold;
	line-height: 1.2;
}

/* ---- Home Page Content styles ----*/
.Con_Box {
	position: relative;
	width: 506px;
}
.Con_Img {
	float: left;
	width: 160px;
	height: 120px;
	margin: 0 10px 10px 0;
	background: url(images/bg_con_img.gif) no-repeat;
	text-align: center;
}
.Con_SubTitle {
	color:#7D7878;
	font-size:12px;
	font-weight:bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

/* ---- Border Lines ---- */
.border_all, .border    { border: 1px solid #5E5C35; }
.border_left   { border-left: 1px solid #5E5C35; }
.border_right  { border-right: 1px solid #5E5C35; }
.border_top    { border-top: 1px solid #5E5C35; }
.border_bottom { border-bottom: 1px solid #5E5C35; }
.border_none { border-right: 0px solid #FFF; }

.horiz_line	{ 
	margin: 10px 0;
	font-size: 2px;
	empty-cells: show;
	border-top: 1px solid #EE2E24;
}

.border_red    { border: 1px solid #FF0000; }

/* ---- Title Bar styles ---- */
.bar {
	background-color:#4482BD;
	padding:3px;
	margin:10px;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

/* ---- Main Content Area styles ---- */
#MainBox {
	width: 1000px;
	/* height: 100%; */
	background-color: #FFF;
	border-left: 1px solid #5E5C35;
	border-right: 1px solid #5E5C35;
	position: relative;
}
#TableMast {
	height:132px;
	width:100%;
}
#TableFooter {
	height:24px;
	font-size:9px;
	color:#6F755C;
	background-color: #BCB86A;
	border-top: 1px solid #5E5C35;
}
#TableFooter div {
	height:24px;
	width:1000px;
	text-align:center;
	line-height:24px;
}
#LogoBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 780px;
}
#TagLineBox {
	position: absolute;
	top: 76px;
	left: 28px;
	width: 760px;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
#BannBox {
	position:absolute;
	right: 48px;
	top: 12px;
}
#RSS_Subscribe {
	position:absolute;
	right: 60px;
	top: 25px;
	width: 40px;
	height: 40px;
}
#RSS_Subscribe a {
	display: block;
	width: 40px;
	height: 40px;
	background: url('images/icon_rss.gif') no-repeat;
	text-indent: -9999px;
	outline: none;
}
#MainMenuBox {
	position: absolute;
	top: 104px;
	left: 22px;
}
#DateBox {
	position: absolute;
	top: 110px;
	left: 786px;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}
#CatImgBox {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 245px;
	height: 230px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#ContentBox {
	position:relative;
	width: 972px; /* width total 1000px */
	margin: 0 0 0 28px;
	padding: 0;
}
#LeftColumn {
	float:left;
	margin: 24px 34px 20px 0px;
	padding: 0;
	width: 184px;
}
#MainColumn {
	float:left;
	margin: 18px 0 20px 0;
	padding: 0;
	width: 506px;
	position: relative;
}
#RightColumn {
	float:left;
	margin: 24px 0 20px 34px;
	padding: 0;
	width: 200px;
}
#CopyBox {
	width: 1000px;
	padding: 5px 0;
	font-size: 9px;
	color: #919194;
}
#MainColumn p {
	/* text-align:justify; */
	font-size: 11px;
}

.SideBarBox {
	padding: 5px 5px;
	width: 226px;
	font-size: 10px;
}


/* ---- Float styles ---- */
.floatleft 	{float:left}
.floatright {float:right}
.clear 		{clear:both; font-size: 0px; }

/* ---- Forms ---- */
form {
	margin:0;
	padding:0;
}
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;
	border: 3px double #C79822;  
	margin: 0 0 10px 0;
	padding: 4px;
}
fieldset div {  
	float: left;  
	clear: left;  
	width: 100%; 
	padding-bottom: 4px;
}
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
}

legend {  
margin-left: 6px;  
padding: 0 2px;  
font-weight: bold;
font-size: 14px;
}
label { 
	font-size:10px;
	color:#D25513;
	/* display: block; */ /* so that they'll occupy an entire line, no <br> needed*/
	margin-top:0px;
}
label.label-left {
	float: left;  
	font-size:11px;
	color:#D25513;
	margin: 3px 10px 0px 0px;
	padding-left: 6px;
	width: 12em;
}
form span { 
	font-size:10px;
	color:#D25513;
}
select, textarea {
	font-size: 11px;
	background-color: #FFFFFF;
	border:1px solid #C79822;
	margin-bottom:3px;
}
input.inp_custom {
	font-size: 11px;
	background-color: #FFFFFF;
	border:1px solid #C79822;/* not good for input buttons */
	margin-bottom:3px;
}
input.inp_noborder {
	font-size: 14px;
	color:#4482BD;
	background-color: #FFFFFF;
	border:0px solid #FFFFFF;/* not good for input buttons */
	margin-bottom:0px;
}
input.btn {
	margin-top:2px;
	border: 3px double #5E5C35;
	border-top-color: #C6C071;
	border-left-color: #C6C071;
	padding: 0.25em;
	/* background-color: #EBA0A1; */
	background: url(images/bg_button.gif) repeat -3px -4px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, helvetica;
}
input.btnhov {
	background-color: #9DB37F;
	border: 3px double #C6C071;
	border-top-color: #5E5C35;
	border-left-color: #5E5C35;
}
