/* header & navigation */
@import url(framework/css/style/nav.css);

/* layout */
@import url(framework/css/style/layout.css);

/* main content */
@import url(framework/css/style/m_content.css);

/* content */
@import url(framework/css/style/content.css);

.Body {
	width:					480px;

	position:				relative;

	color:					#617BB1;
}

.SideBar {
	width:					239px;
	height:					541px;

	background-image:		url("./images/sidebar.jpg");
	background-repeat:		no-repeat;

	position:				absolute;

	right:					2px;
	top:					0px;

	text-align:				center;
}

.SideBar_Go {
	width:					39px;
	height:					24px;

	left:					169px;
	top:					42px;

	background-image:		url("./images/sidebar_go.jpg");
	background-repeat:		no-repeat;

	position:				absolute;

	cursor:					pointer;
}

.SideBar_Email {
	width:					123px;
	height:					13px;

	position:				absolute;

	left:					36px;
	top:					47px;

	border:					none;

	background-color:		white;

	font-size:				10px;

	color:					#656565;
}

.SideBar_SignUpNow {
	width:					171px;
	height:					22px;

	left:					37px;
	top:					510px;

	background-image:		url("./images/sidebar_signupnow.jpg");
	background-repeat:		no-repeat;

	position:				absolute;

	cursor:					pointer;
}

.SideBar_BuyNow {
	width:					170px;
	height:					31px;

	left:					38px;
	top:					334px;

	background-image:		url("./images/sidebar_buynow.jpg");
	background-repeat:		no-repeat;

	position:				absolute;

	cursor:					pointer;
}

.Returning_Customers {
	width:					481px;
	height:					29px;

	background-image:		url("./images/returning_customers.jpg");
	background-repeat:		no-repeat;

	position:				relative;
}

.Returning_Customers_Username {
	width:					124px;
	height:					13px;

	position:				absolute;

	left:					151px;
	top:					6px;

	border:					none;

	background-color:		white;

	font-size:				10px;

	color:					#656565;
}

.Returning_Customers_Password {
	width:					64px;
	height:					13px;

	position:				absolute;

	left:					290px;
	top:					6px;

	border:					none;

	background-color:		white;
	
	font-size:				10px;

	color:					#656565;
}

.Returning_Customers_Go {
	width:					38px;
	height:					26px;

	left:					364px;
	top:					0px;

	background-image:		url("./images/returning_customers_go.jpg");
	background-repeat:		no-repeat;

	position:				absolute;

	cursor:					pointer;
}

.Returning_Customers_Text {
	font-size:				9px;

	position:				absolute;

	left:					404px;
	top:					3px;

	text-decoration:		underline;

	color:					white;

	line-height:			10px;
}

.HomePage {
	margin:					20px;
}

.InnerPage {
	margin:					20px;

	font-size:				11px;
	line-height:			14px;
}

.HomePage_Section {
	width:					460px;
	height:					124px;

	position:				relative;
}

.HomePage_Section_Bar {
	width:					328px;
	height:					28px;

	line-height:			28px;

	padding-left:			8px;

	background-image:		url("./images/homepage_section_bar.jpg");
	background-repeat:		no-repeat;

	color:					#7E8D9E;

	font-size:				14px;

	font-weight:			bold;
}

.HomePage_Section_Content {
	width:					332px;

	position:				absolute;

	right:					0px;
	top:					0px;

	color:					#666666;

	font-size:				11px;

	margin-left:			5px;
}

.HomePage_Residential {
	width:					119px;
	height:					104px;

	background-image:		url("./images/homepage_residential.jpg");

	float:					left;
}

.HomePage_Commercial {
	width:					119px;
	height:					104px;

	background-image:		url("./images/homepage_commercial.jpg");
}

.HomePage_Industrial {
	width:					119px;
	height:					104px;

	background-image:		url("./images/homepage_industrial.jpg");
}