div#introduction_image_area {
	position:relative;
	width:960px; /*960 starting */
	height:400px; /*starting 380 */
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border: 4px solid #FFFFFF;
	background-color:#000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
}
div#intro_section_items {
	position:absolute;
	width:960px;
	bottom:0px;
	left:0px;
}
div.intro_section_menu_items {
	height:20px;
	width:159px; /* 960 / 6 items (2 items already shown in main intro items) */
	overflow:hidden;
	float:left;
	background-color:#366580;
	cursor:pointer;
	/*background-color:#000;*/
	/*background-position:bottom right;*/
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
.intro_section_menu_items p {
	margin-top:2px;
	margin-bottom:2px;
	margin-right:5px;
	margin-left:5px;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
.intro_section_menu_items p a {
	color:white;
	text-decoration:none;
}
h1 {
	margin:0px;
	font: 30px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:bold;
	line-height:80%;	
}
.highlightwords {
	font-weight:bold;
	font-size:12px;
	color:#A5C0E2;
}
.main_subtitle {
	margin:0px;
	font: 20px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:bold;
}
.textbox_height {
	height:200px;
}
div#title_site {
	position:absolute;
	top:10px;
	left:15px;
	color:#FFFFFF;
}
div#title_site_shadow {
	position:absolute;
	top:12px;
	left:17px;
	color:#000000;
}
div#content_area_box {
	position:relatives;
	width:920px;
	/*min-height:150px;*/
	margin: 0 auto;
	margin-top:10px;
	padding:0px;
	background-color:#000000;
}
div#introduction_text {
	width:892px; /* 900 - 4*2border */
	/*min-height:100px;*/
	padding:0px;
	margin: 0 auto;
	border:4px solid #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div#introduction_text .inner {
	width:890px; /* 892 - 1*2 border  */
	/*min-height:98px;*/ /*120 - 1*2border */
	border:1px solid #999999;
	
}
div#introduction_text .inner .columns {
	width:429px; /*890 / 2 = 445 - 8*2padding */
	min-height:82px; /*118 - 8*2padding */
	float:left;
	padding:8px;
}
div#introduction_text .inner .columns p {
	font: 12px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	margin:0px;
	text-align:justify;
	color:#FFFFFF;
}	
div.new_special_column_right {
	float:right;
	width:445px; /*920/2 -15 */
	padding-right:10px;
	padding-left:5px;
	margin:0px;
}
div.new_special_column_left {
	float:left;
	width:445px;
	padding-right:5px;
	padding-left:10px;
}

div.on_special_products{
	margin-top: 25px;
	margin-left: 30px;
	width: 425px;
}
div.on_special_products li{
	margin-right: 15px;
}
div.on_new_product{
	/*margin-top: 25px;
	margin-left: 10px;*/
	top:26px;
	left:5px;
	position:absolute;
	width: 415px;
	padding:0px;
	margin:0px;
}
/*div.on_new_product li{
	margin-right: 15px;
}*/
div.new_special_box {
	width:437px; /*445  - 4*border */
	padding:0px;
	border:4px solid #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	min-height:100px;
	height: 122px;
	background-color:#FFFFFF;
}
div.new_special_box .inner {
	width:425px; /*437 - 1*2border - 5*2padding*/
	min-height:88px; /*100-1*2border - 5*2padding */
	border:1px solid #999999;
	padding:5px;	
}
div.new_special_box .inner p {
	font: 11px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	margin:0px;
	text-align:justify;
}
div.new_special_box .innernopadding {
	position:relative;
	width:435px; /*437 - 1*2border - */
	height:103px; /*100-1*2border - */
	border:1px solid #999999;
	padding:0px;
	margin:0px;
}
div.new_special_title {
	width:435px;
	background-color:#000000;
	position:absolute;
	top:0px;
}
div.new_special_title p {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:10px;
	color:#FFFFFF;
	font: 12px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:bold;
}
.important_section {
	width:437px;
	height:29px;
	border-bottom:1px solid #ccc;
	background-color:#366580;
	position:relative;
	margin:0px;
	top:0px;
}
.important_section p {
	margin-top:0px;
	padding-top:3px;
	margin-bottom:0px;
	margin-left:10px;
}
.important_section p a {
	
	color:#FFFFFF;
	font: 14px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:bold;
}
.important_section p a:hover {
	text-decoration:underline;
}
p.important_textarea {
	font: 12px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	margin:0px;
	color:#000; /*366580*/
	text-align:left;
	margin:0px;
	padding:0px;
}

.important_inner {
	position:relative;
	width:437px;
	height:119px;
	padding:0px;
	margin:0px;
}

div.clearallfloats {
	clear:both;
	width:100%;
	height:2px;
}
div#site_section_box {
	width:914px; 
	padding-left:6px;
	/*padding-right:6px;*/
	padding-top:0px;
	padding-bottom:5px;
}
div.site_section_wrapper {
	width:295px; /* 900/3 */
	padding-left:4px;
	padding-right:4px;
	padding-top:11px;
	padding-bottom:0px;
	margin:0px;
	float:left;
}
div.catalog_section_box {
	width:284px; /*284  - 4*2border */
	padding:0px;
	border:4px solid #FFFFFF;
	-moz-border-radius-topleft: 4px;  
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px;
	height:132px;
	background-color:#FFFFFF;
}
div.catalog_box_inner {
	position:relative;
	width:282px; /*274 - 1*2border */
	/*border:1px solid #999999;*/
	/*height:135px;120 content + 26 title + 1*2border = 148px 218*/
	padding:0px;
}
div.catalog_box_title {
	width:282px;
	background-color:#366580;
	position:absolute;
	height:26px;
	top:0px;
}
div.catalog_box_title h3 {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:10px;
	color:#FFFFFF;
	font: 12px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:bold;
}
div.catalog_box_content {
	position:absolute;
	top:26px;
	/*height:80px;
	overflow:hidden;*/
	width:272px; /*282 - 5*2padding */
	padding:5px;
}

div.cat_sect_icon { /*the small icons in the catalog boxes on the home page */
	width:68px; /*272 / 4icons  */
	height:74px; /*70+2*2border */
	padding:0px;
	margin:0px;
	float:left;
}
div.cat_sect_icon a {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin:0px;	
}
/*
div.cat_sect_icon a:hover img {
	border:2px solid #000000;
}
*/
div.cat_sect_icon img {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin:0px;
	border:collapse;
	/*border:2px solid #FFFFFF;*/
}
.more_catalog {
	width:100%;
	position:relative;
	text-align:right;
	border:0px;
	padding:0px;
	margin:0px;
	clear:both;
}
.more_catalog img {
	border:0px;
	padding:0px;
	margin:0px;
}
.more_catalog a {
	margin:0px;
	padding:0px;
	
}
.cat_sec_title_link {
	color:#FFFFFF;
}
.cat_sec_title_link:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
div.sect_textarea {
	width:264px; /*284px - 5*2padding - 1*2border */
	padding:10px;
	/*height:134px;*/
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
	-moz-border-radius-bottomleft: 4px;  
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px;
	background-color:white;
	/*background-image:url(/images/front-end/homepage/greybackground.jpg);*/
}
div.sect_textarea p {
	font: 12px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	margin:0px;
	color:#000; /*366580*/
	text-align:justify;
	margin:0px;
	padding:0px;
	/*font-weight:bold;*/
}
div.sect_textarea p .links a {
	color:#d60404;	
	font-weight:bold;
}
div.sect_textarea p .links a:hover {
	text-decoration:underline;
}

/*------------------ main badges on home image ---------------------- */
div#main_section_images_holder {
	position:absolute;
	bottom:30px; /*real visible bottom is 22px. 10 is used to hide picture at 10px shrunken */
	left:30px;
	width:900px;
}
div.section_imageboxes {
	height:10px;
	background-color:#000000;
	border-top:2px solid #333;
	border-left:2px solid #333;
	border-right:2px solid #000;
	overflow:hidden;
	position:absolute;
	bottom:0px;
}
div#main_section_badges {
	position:absolute;
	bottom:21px; /*boundary with sub main item menu */
	left:28px;
}
div#main_section_badges ul{
	padding-left: 0;
	margin-left: 0;
	margin-top: 4px;
	position:relative;
	cursor:pointer;
}
div#main_section_badges ul li { 
	/*display: inline; */
	float:left;
	width:158px; /*180 - 1*2 border - 10*2 padding */
	height:44px; /* 24 */
	border-bottom:none;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #366681;
	background-color:#000; /*366580*/
	background-image:url(/images/front-end/homepage_badges.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:0px;
}
div#main_section_badges ul li:hover {
	background-color:#000000;
	background-image:none;
	background-image:url(/images/front-end/homepage_badgesover.jpg);
	background-position:bottom center;
}
div#main_section_badges ul li:hover h2 a {
	color:#FFFFFF;
}
div#main_section_badges ul li h2 span { 
	font-size:11px;
	font-weight:normal;
	color:#A5C0E2; /* 0084ff */
	padding:0px;
	margin:0px;
}
div#main_section_badges ul li h2 { 
	
	font: 18px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif; 
	/*font-style:italic;*/
	font-weight:bold;
	padding:0px;
	padding-top:3px;
	margin:0px;
	line-height:95%
	
}
div#main_section_badges ul li h2 a { 
	color:#FFF;	
}
.homepage_phone {
	color:#DDD;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:15px;
}
.homepage_phone .biggertext {
	font-size:22px;
	color:#FFF;
}
.homepage_phone .normaltext {
	font-weight:normal;
}
.partner_links {
	padding:10px;
	top-margin:10px;
	clear:both;
}
.partner_links .dotted_dividers {
	border-top:1px dotted #666;
	height:2px;
}
div.partner_links p {
	color:#fff;
	font-size:12px;
}
div.partner_links span {
	font-size:14px;
}
div.partner_links a {
	color:#fff;
}
div.partner_links a:hover {
	text-decoration:underline;
}
#subsection_list {
	width:900px;
	margin:0 auto;
}
#subsection_list .sectionitems {
	float:left;
	width:174px;
	padding:3px;
}
#subsection_list .sectionitems a {
	font: 11px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif; 
	color:red;
}
