/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6E6E;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}
a{
	font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
}
a:visited{
	font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
}
a:hover{
	font-size: 11px;
	color: #EE7FAF;
	text-decoration: none;
}

/*-------------------------------------------MAIN CONTAINER--------------------------------*/
.container{
	width: 830px;
	height: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../images/body-bg.jpg);
        background-color: #FFFFFF;
	position: relative;
}

/*-------------------------------------------HEADER--------------------------------*/
.header_line{
	height: 2px;
	width: 800px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #C12169;
}

/*-------------------------------------------HEADER LINK--------------------------------*/
.header_link{
	height: 52px;
	width: 800px;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 5px solid #C12169;
}
.header_link_product{
	height: 52px;
	width: 800px;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 5px solid #8DDDEE;
}
.header_link_services{
	height: 52px;
	width: 800px;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 5px solid #EE7FAF;
}
.header_link_contact{
	height: 52px;
	width: 800px;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 5px solid #EAE51F;
}
.logo{
	float: left;
	margin-top: 8px;
	padding-left: 20px;
}

/*-------------------------------------------BUTTON LINK--------------------------------*/
.button_nav_container{
	margin-right: 5px;
	position: relative;
}
.button_nav{
	float: right;
	width: 133px;
	height: 52px;
	margin-left: 5px;
	margin-top: 0px;
}
.button_nav img{
	border: 0px;
}
/*-------------------------------------------CONTENT WRAPPER--------------------------------*/
.content_wrapper{
	width: 548px;
	position: relative;
	left: 265px;
}
.banner_img{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #C12169;
}

/*-------------------------------------------CONTENT-------------------------------*/
.content_container{
	width: 100%;
	height:auto;
	display: inline;
}
.welcome{
	padding-left: 20px;
	padding-top: 10px;
}
.content_container strong{
	font-size: 14px;
	color: #C12169;
}
.new_product{
	padding-left: 20px;
	padding-top: 10px;
}
/*-------------------------------------------SIDE CONTAINER--------------------------------*/
.side_container{
	padding-left: 15px;
	padding-top: 5px;
	width: 242px;
	height: auto;
	position: absolute;
}
.side_cat_header{
	margin-left: 6px;
	margin-bottom: 0px;
}
.side_container ul{
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 242px;
	height:auto;
	background-image: url(../images/prod_cat_bg.png);
	background-repeat:repeat-y;	
}
.side_container li{
	background-image: url(../images/li_bg.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top: 1px;
	width: 180px;
	height: 19px;
}
.side_container li a{
	font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
}
.side_container li a:visited{
	font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
}
.side_container li a:hover{
	font-size: 11px;
	color: #EE7FAF;
	text-decoration: none;
}
/*-------------------------------------------Login-------------------------------*/
.login{
	width: 242px;
	padding-left: 0px;
	margin-left: 6px;
}
.login_header{
	background-image: url(../images/login_bg_head.png);
	height: 31px;
	width: auto;
	border: 1px solid #C70067;
}
.login_header_text{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 0px 0px 15px;
}
.login_form{
	background-color: #8DDDEE;
	height: 80px;
	border: 1px solid #499EB3;
}
.login_info{
	padding-top: 14px;
	padding-right: 15px;
	text-align: right;
}
.login_info input{
	border: 1px solid #499EB3;
	height: 30px;
}
.login_button{
	padding-top: 10px;
	padding-right: 15px;
	text-align: right;
}
login_form{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 0px 0px 15px;
	}
.email_login{
	background-color: #DEDEDE;
	height: 31px;
	width: auto;
	margin-top: 3px;
	border: 1px solid #989898;
}
.email_login a{
	color: #C12169;
}
.email_login a:visited{
	color: #C12169;
}
.email_login a:hover{
	color: #EE7FAF;
}
/*-------------------------------------------Featured Product-------------------------------*/
.featured_product{
	width: 242px;
	height:auto;
	padding-left: 0px;
	padding-top: 20px;
	margin-left: 6px;
	background-image: url(../images/prod_cat_bg.png);
	background-repeat:repeat-y;	
}
.prod_spotlight_header{
	padding-left: 15px;
}
.prod_img_spotlight{
	text-align: center;
	padding-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
.prod_name_spotlight{
	text-align: center;
	padding-top: 10px;
	color: #C12169;
	font-size: 11px;
        font-weight: bold;
}
.download_brochure{
	text-align: center;
	width: 242px;
	height:auto;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 6px;
}
/*-------------------------------------------NEW PRODUCT--------------------------------*/
.new_prod_container{
	width: 495px;
	height: 220px;
	position: relative;
	margin-left: 10px;
}
.new_prod_cont_ind{
	background-image: url(../images/new_prod_cont_bg.png);
	background-repeat: repeat-y;
	width: 158px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	position: relative;
}
.prod{
	text-align: center;
	width: 158px;
	font-size: 9px;
	color: #C12169;
}
.prod a{
	font-size: 9px;
	color: #C12169;
	text-decoration: none;
}
.prod a:visited{
	font-size: 9px;
	color: #C12169;
	text-decoration: none;
}
.prod a:hover{
	font-size: 9px;
	color: #EE7FAF;
	text-decoration: none;
}
.prod p{
	padding-bottom: 10px;
}
.prod img{
	border: 0px;
}
.more_link{
	text-align: left;
	padding-right: 10px;
}
.more_link strong{
	font-size: 12px;
	color: #C12169;
}
/*-------------------------------------------FOOTER--------------------------------*/
.footer{
	margin-left: auto;
	margin-right: auto;
	height:30px;
	width: 800px;
	background-color: #EE7FAF;
	color: #FFFFFF;
	bottom: 0px;
	border-top: 3px solid #F5F137;
	position: relative;
	
}
.footer_text{
	padding-top: 8px;
	padding-left: 8px;
	text-align: left;
	float: left;
}
.quick_links{
	padding-top: 8px;
	padding-right: 8px;
	text-align: right;
	float: right;
}
.quick_links a{
	color: #FFFFFF;
	text-decoration: none;
}
.quick_links a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.quick_links a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/*-------------------------------------------IMAGE HOVER--------------------------------*/
#dhtmltooltip{
	position: absolute;
	visibility: hidden;
	width: 260px;
	background-color: #FFFFFF;
	border: 2px solid #C12169;
	text-align: center;
	font-weight: bold;
	color: #C12169;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmltooltip img{
	height: 250px;
	width: 250px;
	margin: 5px;
}

/*-------------------------------------------MAIN PRODUCTS PAGE--------------------------------*/
.product_header_container{
	width: 520px;
	height: 25px;
	position: relative;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 15px;
	border-bottom: 1px solid #7BD5E8;
}

.product_header{
	font-size: 18px;
	color: #7BD5E8;
	font-weight: bold;
	width: 50%;
	height: auto;
	float: left;
	position: relative;
}

.product_header_dropdown{
	font-size: 18px;
	color: #7BD5E8;
	font-weight: bold;
	width: 50%;
	height: auto;
	float: right;
	position: relative;
	text-align: right;
}
.product_header_dropdown select{
	border: 1px solid #EE7FAF;
	background-color: #FFFFCC;
	width: 150px;
}
/*-------------------------------------------SERVCICES PAGE--------------------------------*/

.service_header_container{
	width: 520px;
	height: 25px;
	position: relative;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 15px;
	border-bottom: 1px solid #EE7FAF;
}

.service_header{
	font-size: 18px;
	color: #EE7FAF;
	font-weight: bold;
	width: 50%;
	height: auto;
	float: left;
	position: relative;
}

.service_banner{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 25px;

}
.service_content{
	width: 510px;
	margin-left: 20px;
}
.service_content strong{
	font-size: 12px;
	color: #C12169;
}
/*-------------------------------------------CONTACT PAGE--------------------------------*/
.contact_header_container{
	width: 520px;
	height: 25px;
	position: relative;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 15px;
	border-bottom: 1px solid #F5F137;
}
.contact_header{
	font-size: 18px;
	color: #F5F137;
	font-weight: bold;
	width: 50%;
	height: auto;
	float: left;
	position: relative;
}
.contact_container{
	margin-top: 20px;
	width: 510px;
	height: 200px;
	margin-left: 20px;
}
.contact_info{
	width: 250px;
	height: 168px;
	float: left;
}
.contact_info ul{
	padding-top: 10px;
	
}
.contact_info li{
	list-style-type: none;
	height: 25px;
}
.li_telephone{
	background-image: url(../images/telephone.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.li_mobile{
	background-image: url(../images/mobilephone.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.contact_container strong{
	font-size: 12px;
	color: #C12169;
}
.contact_image{
	width: 250px;
	height: 168px;
	float: right;
}
/*-------------------------------------------EMAIL FORM PAGE--------------------------------*/
.email_form_container{
	margin-top: 25px;
	width: 451px;
	margin-left: 45px;
	background-image: url(../images/form_bg.png);
	background-repeat: repeat-y;
	height:auto;
}

.email_form{
	padding-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
.email_textbox{
	width: 260px;
	text-align: right;
	padding-top: 5px;
}
.email_textbox input{
	width: 200px;
	border: 1px solid #EE7FAF;
	background-color: #F2F2F2;
}
.email_textbox select{
	width: 200px;
	border-top: 1px solid #EE7FAF;
	border-bottom: 1px solid #EE7FAF;
	border-left: 1px solid #EE7FAF;
	border-right: 1px solid #EE7FAF;
	background-color: #F2F2F2;
}
.email_textbox textarea{
	width: 385px;
	height: 200px;
	border: 1px solid #EE7FAF;
	background-color: #F2F2F2;
}
.msg{
	padding-top: 5px;
}
.email_button{
	width: 69px;
	height: 26px;
	text-align: right;
	padding-top: 15px;
}
.email_form strong{
	font-size: 12px;
	color: #C12169;
}
.sent_message{
	color: #FF0000;
	font-size: 12px;
}
/*-------------------------------------------SEARCH--------------------------------*/
#googleSearchUnitIframe iframe{
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 3px;
	width: 537px;
	height: 1000px;
	overflow: auto;
}
#res{
	width: 520px;
}
#sbb{
	border: 1px solid #F69C0A;
	background-color: #EAE51F;
	color: #C12169;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	margin-top: 10px;
}
/*-------------------------------------------QUICK LINKS-------------------------------*/
.bottom-content{
	width: 485px;
	height: 150px;
	margin-top: 20px;
	margin-left: 30px;
}
.ads{
	height: 135px;;
	margin-right: 25px;
	float: left;
}
.info{
	width: 190px;
	height: 135px;
	border: 1px solid #EAE51F;
	background-image: url(../images/info-bg.png);
	background-repeat: repeat-x;
	float: right;
}
.info-header{
	padding-left: 10px;
	padding-top: 9px;
	color: #C12169;
	font-weight: bold;
}
.info ul{
	list-style-type: none;
	padding-top: 20px;
	padding-left: 10px;
	margin: 0px;
}
.info li{
	padding-bottom: 10px;
}
/*-------------------------------------------SITEMAP-------------------------------*/
.sitemap{
	margin-left: 20px;
	margin-top: 30px;
}
.sitemap strong{
	color: #C12169;
	font-size: 12px;
	font-weight: bold;
}
.sitemap ul{
	list-style-type: none;
	padding-top: 20px;
	padding-left: 10px;
	margin: 0px;
}
.sitemap li{
	background-image: url(../images/sitemap-li.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}