* {
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #024378;
	/*font-size: inherit;*/
}


html {
	background: #f3f3f3;
}


img {
	border: 0;
}


#site-body-frame {
	background: #ffffff;
	margin: 1em auto;  /*top-bottom & left-right */
	padding: 0;
	font: 80%/1.4 tahoma, geneva, arial, helvetica, sans-serif; /* size/line spacing */
	border: 2px solid #e7e7e7;	/* width style color */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; /* rounded corners */
	box-shadow: 10px 10px 8px #efedef;
	position: relative;
	display: block;
	overflow: hidden;
	width: 1000px;
}

#logoblock {
	width:256px;
	height:106px;
	position:absolute;
	display: block;
	z-index: 4;
}

#bailincologo {
	background: url('../images/layout/bailinco_logo_web.png') 0 0 no-repeat;
	width:256px;
	height:106px;
	position:absolute;
	left: 2em;
	top: 1em;
}

#header {
	background: url('../images/layout/bailinco_header.jpg') 0 0 no-repeat;
	overflow: visible;
	position: relative;
	width: 1000px;
	height: 320px;
	z-index: 3;
}

#version {
	font-size: 0.85em; 
	position: absolute; 
	top: 1em; 
	right: 2em;
}



/* dropdown menu BEGIN */
#main-navi {
	font-size: 1em;
	position: absolute;
	left: 2em;
	bottom: 30px;
}

ul.main-navi {
	padding: 0;
	list-style: none;
}

ul.main-navi li {
	float: left;
	width: 105px;
	height: 2em;
	text-indent: 0.70em;
	line-height: 2em;
	margin-right: 3px;
}

ul.main-navi li a {
	display: block; /* entire width selection box ul li */
	background: #ffffff 0 0 repeat;/* background linked list item */
	overflow: hidden;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 8px #A8A891;
}

ul.main-navi li a:hover {
	border-right: 2px solid #7e1417;
	border-bottom: 2px solid #7e1417;
}

/*2nd Level*/
ul.main-navi li ul {
	display: none;
	list-style: none;
	margin-left: 1em; /*indented dropdown menu */
	position: absolute;
	width: 190px;
	z-index:5;
}

ul.main-navi li ul li {
	font: 0.9em/1.4 tahoma, geneva, arial, helvetica, sans-serif; /* size/line spacing */
	width: 190px;
	height: 2.2em;
	line-height: 2em;
}

ul.main-navi li:hover ul {
	display: block; /* display dropdown in blocked space */
}
/* dropdown menu END */



/* Breadcrumbs */
#breadcrumbs {
	display: table-cell;
	/*overflow: hidden;*/
	width: 1000px;
	height: 32px;
	padding-left: 2em;
	vertical-align: middle;
}

a:hover.breadcrumb {
	border-bottom: 2px solid #7e0707;
}
/* END Breadcrumbs */



#aboutusbody {
	position: relative;
	width: 100%;
	min-height: 650px;
	background-image: url('../aboutus/images/content/BailinCo.Brand-b(240x360px).jpg');
	background-repeat: no-repeat;
	background-position: 604px 40px;
	/*background-position: 564px 24px;*/
}

#brandsbody {
	position: relative;
	width: 100%;
	min-height: 650px;
	background-image: url('../brands/images/content/BailinCo.Brand-c(270x308px).jpg');
	background-repeat: no-repeat;
	background-position: 590px 24px;
	/*background-position: 564px 24px;*/
}

#servicesbody {
	background-image: url('../images/layout/BailinCo._logobg.png');
	background-repeat: no-repeat;
	background-position: 95% 90%;
	width: 100%;
	min-height: 650px;
}

#sitemapbody {
	background-image: url('../images/layout/BailinCo._logobg.png');
	background-repeat: no-repeat;
	background-position: 95% 90%;
	width: 100%;
	min-height: 650px;
}

#contentbody {
	position: relative;
	width: 1000px;
	min-height: 650px;
}

#content {
	padding-top: 1.5em;
	padding-right: 2em;
	padding-bottom: 1.5em;
	padding-left: 2em;
}


#leftjustified-text {
	position: relative;
	padding: 0;
	width: 500px;
	left: 2em;
	top: 1.5em;
	text-align: justify;
}

#halfbodyleft {
	width: 460px;
	height: 580px;
	position: absolute;
	top: 1.5em;
	left: 2em;
}

#halfbodyright {
	width: 460px;
	height: 580px;
	position: absolute;
	top: 1.5em;
	right: 2em;
}

hr.regular {
	border-style: outset;
	border-color: #ebdfb6;
}

hr.product-navi-item {
	border-style: outset;
	border-width: 2px;
}

#img-shadow {
	border: 0;
	box-shadow: 2px 2px 8px #A8A891; /* Horizontal shift, Vertical shift, Spread, Color */
}

li.gallery {
	list-style-type:none;
	margin-right:38px;
	margin-bottom:38px;
	float:left;
}



/*Text Layout*/
p.text-indent {
	text-indent: 20px;
}

p.subtext {
	font-size: 0.85em;
}
/*END Text Layout*/

/*Main Product Groups Navi*/
#prodgroupentry {
	position: relative;
	width:276px; 
	height:150px; 
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	float:left;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 5px 5px 4px #efedef; 
	background-clip: padding-box; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; 
	background-color: #ffffff;
}

#prodgroupentry:hover {
	border: 2px solid #7e1417;
}


/*Main Products Main Navi*/
#mainproducts-navi-item {
	position: absolute; 
	width: 276px;
	height: 462px;
	text-align: center;
	border: 2px solid #ffffff;
	box-shadow: 2px 2px 8px #A8A891;
	background-clip: padding-box; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; 
	background-color: #ffffff;
}

#mainproducts-navi-item:hover {
	border: 2px solid #7e1417;
}
/*END Bags Products Main Navi*/



/* Product Thumbs Navi */
#thumb-navi-item {
	border: 2px solid #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 1px 1px 3px #A8A891;
	background-clip: padding-box; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px; 
	background-color: #ffffff;
}

#thumb-navi-item:hover {
	border: 2px solid #7e1417;
}

/* END Product Thumbs Navi */




/*Showroom layout*/
#showroom-left {
	width: 295px;
	height: 350px;
	overflow: hidden;
}

#showroom-mid {
	width: 310px;
	height: 350px;
	position: absolute;
	top: 19px;
	left: 340px;
}

#showroom-right {
	width: 295px;
	height: 350px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 29px;
}

#showroom-gallery {
	word-spacing: 27px;
}
/*END Showroom Layout*/


#error {
	color: #FF0000;
}

#required {
	color: #FF0000;
}


#contact-table {
	table-layout: fixed;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 550px;
	/*border: 1px solid #000000;*/
}

table.regular-table {
	table-layout: fixed;
	width: 850px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

table.form-table {
	table-layout: fixed;
	padding: 0;
	margin: 0;
	width: 720px;
	height: 550px;
	/*border: 1px solid #000000;*/
}

table.form-table tr {
	vertical-align: middle;
}

input[type=reset], input[type=submit] {
	font-family: tahoma, geneva, arial, helvetica, sans-serif;
	width:75px; 
	height:2em;
}

input[type=text] {
	padding: 2px 10px; /*top-bottom left-right*/
	margin-bottom: 3px;
	font-family: tahoma, geneva, arial, helvetica, sans-serif;
	font-size: inherit;
}

textarea {
	padding: 6px 10px;
	font-family: tahoma, geneva, arial, helvetica, sans-serif;
	font-size: inherit;
	resize: none;
}

#sitemapentry {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; 
	border: 1px solid #7e1417;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 5px 5px 4px #efedef; 
	background-clip: padding-box; 
	margin-left: 9px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 18px;
	width:226px; 
	height:150px; 
	float:left;
}


/* footer BEGIN */
#footer  {
	background: url('../images/layout/bailinco_footer.jpg') 0 0 no-repeat;
	overflow: visible;
	border-top: 2px solid #7e0707;
	font-size: 0.85em;
	width: 100%;
	height: 160px;
}

#footer-content {
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
}

table.footer-table {
	table-layout: fixed;
	width: 100%;
	height: 100px;
}

table.footer-table tr {
	vertical-align: top;
}
/* footer END */