body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height: 14px;
	margin: 0;
	padding: 0 0 0;
	background:url(images/main_bg.jpg) repeat-x;
}

#content {
	background-color:#ffffff;
}

#hompag {
	background:url(images/homepage/02.jpg) no-repeat;
	width:383px;
	height: 248px;
}

#homepad2 {
	background:url(images/homepage/03_bg.jpg) repeat-y;
	width:533px;
}

#homepad3 {
	background:url(images/homepage/03_bg_grey.jpg) repeat-y;
	width:533px;
}

#aboutar {
	background:url(images/about/about03.jpg) no-repeat;
	width: 553px;
	height: 147px;
}

#aboutie {
	background:url(images/about/about04.jpg) no-repeat;
	width: 916px;
	height: 215px;
}

#footie {
	background:url(images/footie01.jpg) no-repeat;
	height: 75px;
	width: 494px;
}

#product_navi {
	background:url(images/product/title_bg.png) repeat-y;
	width: 298px;
}

#product_title {
	background:url(images/product/top.jpg) no-repeat;
	width:618px;
	height: 37px;
}

#product_bg {
	background:url(images/product/top_bg.jpg) repeat-y;
	width: 618px;
}

#contactpag {
	background:url(images/contact/LHS2.jpg) no-repeat;
	width:383px;
	height: 248px;
}
#contactpad2 {
	background:url(images/contact/middle.jpg) repeat-y;
	width:533px;
}


/* -------------------------- Font Style */
	
.black {
	color:#000000;
}

.red15 {
	color:#FF0000;
	font-size: 15px;
	font-weight:bold;
}

.underline_white {
	color:#000000;
	text-decoration:underline;
	font-size:14px;
}

/* -------------------------- Link Style */

a:link {
	color:#b40000;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}

a:visited {
	color:#b40000;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}

a:active {
	color:#b40000;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color:#b40000;
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;
}

/* -------------------------- Link Style 2 */

a.navi:link {
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

a.navi:visited {
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

a.navi:active {
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

a.navi:hover {
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
}

/* -------------------------- Link Style 3 */

a.red_B:link {
	color:#FF0000;
	font-size: 17px;
	font-weight:bold;
	text-decoration:none;
}

a.red_B:visited {
	color:#FF0000;
	font-size: 17px;
	font-weight:bold;
	text-decoration:none;
}

a.red_B:active {
	color:#FF0000;
	font-size: 17px;
	font-weight:bold;
	text-decoration:none;
}

a.red_B:hover {
	color:#FF0000;
	font-size: 17px;
	font-weight:bold;
	text-decoration:underline;
}

/* -------------------------- Link Style red Special */

a.b:link {
	color:#FF0000;
	font-size: 15px;
	font-weight:bold;
	text-decoration:none;
}

a.b:visited {
	color:#FF0000;
	font-size: 15px;
	font-weight:bold;
	text-decoration:none;
}

a.b:active {
	color:#FF0000;
	font-size: 15px;
	font-weight:bold;
	text-decoration:none;
}

a.b:hover {
	color:#FF0000;
	font-size: 15px;
	font-weight:bold;
	text-decoration:underline;
}

/* -------------------------- Link Style 4 */

.red_c_BLACK {
	color:#333333;
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
}

a.red_C:link {
	color:#999999;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

a.red_C:visited {
	color:#999999;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

a.red_C:active {
	color:#999999;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

a.red_C:hover {
	color:#333333;
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
}

/* -------------------------- Link Style 5 */

a.prod_title_white:link {
	color:#FFFFFF;
	font-size: 17px;
	font-weight:bold;
	text-decoration:none;
}

a.prod_title_white:visited {
	color:#FFFFFF;
	font-size: 17px;
	font-weight:bold;
	text-decoration:none;
}

a.prod_title_white:active {
	color:#FFFFFF;
	font-size: 17px;
	font-weight:bold;
	text-decoration:none;
}

a.prod_title_white:hover {
	color:#FF0000;
	font-size: 17px;
	font-weight:bold;
	text-decoration:underline;
}

/* -------------------------- TOGGLE ------------------------ */

h2.trigger {
	color:#FFFFFF;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-decoration:underline;
}
h2.trigger a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
text-decoration:underline;
	display: block;
}
h2.trigger a:hover { 
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; }

.toggle_container {
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 repeat-y left top;
	overflow: hidden;
	font-size: 12px;
	clear: both;
}
.toggle_container .block {
	padding: 5px; /*--Padding of Container--*/
}