/* ---- BODY STYLES ----- */

body {
	background-color: #95C94A;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	margin: 3px 3px 3px 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
}

p {
	font-size: 10px;
	line-height: 15px;
	margin: 10px 0px 0px 0px;
}

table {
	font-size: 10px;
	line-height: 15px;
}

/* -- HYPERLINK STYLES -- */

a {
	color: #666666;
	text-decoration: none;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #92C353;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:visited:hover {
	color: #92C353;
	text-decoration: underline;
}

.a_menu {
	color: #FFFFFF;
	text-decoration: none;
}

.a_menu:link {
	color: #FFFFFF;
	text-decoration: none;
}

.a_menu:active {
	color: #FFFFFF;
	text-decoration: none;
}

.a_menu:hover {
	color: #E2F0CC;
	text-decoration: none;
}

.a_menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.a_menu:visited:hover {
	color: #E2F0CC;
	text-decoration: none;
}

/* --- CONTENT STYLES --- */

.menu {
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.text {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}

.title {
	margin: 0px 0px 0px 5px;
	font-size: 15px;
	font-weight: bold;
	color: #CF1717;
}

.title_small {
	font-size: 13px;
	font-weight: bold;
	color: #CF1717;
}

.content {
	margin: 10px 15px 0px 5px;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}

.disclaimer {
	font-size: 10px;
	color: #EFF7E4;
}


/* --- UL & LI STYLES --- */

ul, ol {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 15px;
	line-height: 25px;
 }

/* ----- FORM STYLES ----- */

input {
	border: solid 1px #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

textarea {
	border: solid 1px #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* ---- IMAGE STYLES ---- */

.bg_main {
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-x;
}

.fpa1 {
	margin: 0px 0px 0px 15px;
}

.fpa2 {
	margin: 0px 0px 0px 3px;
}

.fpa3 {
	margin: 0px 0px 0px 3px;
}

.menu_bg_left {
	margin: 28px 0px 0px 1px;
}

.menu_bg_right {
	margin: 28px 1px 0px 0px;
}

.menu_top {
	margin: 25px 0px 0px 0px;
}

#img_sm_bg {
	position: relative;
	float: left;
	margin: 7px 3px 3px 5px;
	background-image: url(../img/home/img_sm_bg.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
}

#img_sm_bg_gallery {
	position: relative;
	float: left;
	margin: 1px 3px 2px 0px;
	background-image: url(../img/home/img_sm_bg.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
}

#img_sm_bg_products {
	position: relative;
	margin: 1px 1px 1px 0px;
	background-image: url(../img/home/img_sm_bg.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
}

.img_med {
	border: 2px solid #F8F8F4;
}

.img_sm {
	margin: 3px;
}

#arrows {
	position: relative;
	float: left;
	margin: 7px 0px 3px 5px;
	width: 25px;
	height: 34px;
}

/* ---- OTHER STYLES ---- */

.other {
	margin: 0px 0px 0px 0px;
}