/* CSS Document */
.Box_Left_Small {
	height:60px;
	position:absolute;
	margin:0px 0px;
	padding:0px 0px;
}

.Box_Right_Small {
	position:relative;
	left:60px;
	margin:0px 0px;
	padding:0px 0px;
	width:280px;
}

.Box_Right_Small_Promo {
	position:relative;
	left:60px;
	margin:0px 0px;
	padding:0px 0px;
	width:260px;
}

.Box_Left_Big {
	height:110px;
	position:absolute;
	margin:0px 0px;
	padding:0px 0px;
}

.Box_Right_Big_Cont {
	margin-right:0px;
	
	width:320px;
}

.Box_Right_Big {
	position:relative;
	left:110px;
	margin:0px 0px;
	padding:0px 0px;
	width:230px;
}

.Box_Height {
	height:145px;
}

.Box_Height_Smaller {
	height:14px;
}

.Box_Height_Bigger {
	height:175px;
}

.Box_Height_About {
	height:235px;
}

.Box_Height_Product {
	height:200px;
}

.Box_Height_Contact {
	height:260px;
}

.Common_Spacing {
	padding:2px 0px 16px 0px;
}

.Title_1 {
	color:#FF9000;
	text-align:left !important;
	font-size:16px !important;
	margin-bottom:4px !important;
	font-weight:bold;
}

.Title_2 {
	text-align:left !important;
	font-size:16px !important;
	margin-bottom:4px !important;
	font-weight:bold;
}

.Box_Content {
	text-align:left !important;
	font-weight:normal;
}

.Line_1px {
	position:relative;
	background:url(file:../images/1px_line.jpg);
	background-repeat:repeat-x;
	height:1px;
	padding-top:5px;
}

.Red_Text {
	color:#FF0000 !important;
	text-decoration:none !important;
}

.Bold_Date {
	font-weight:bold !important;
	font-size:12px !important;
}

.Clear_Link {
	border:none !important;
	clear:both !important;
	text-decoration:none !important;
	
}