﻿/* ======================== */
/* Template Styles          */
/* ======================== */

/* all templates */
#ctl00_ContentPlaceHolder1_ContentPanel
{
	width: 758px;
	text-align: justify;
}	

#homepage #ctl00_ContentPlaceHolder1_ContentPanel,
#aboutPage #ctl00_ContentPlaceHolder1_ContentPanel
{
	margin: 10px 0 10px 0;
}	

#ctl00_ContentPlaceHolder1_AfterSalesContent,
#ctl00_ContentPlaceHolder1_ServicesContent
{
	float: left;
	width: 410px;
	text-align: justify;
}

/* template 1 */
#ctl00_ContentPlaceHolder1_imgTemp1Area1
{
	float: left;
	max-width: 758px;
	width: expression(document.body.clientWidth > 759? "758px" : "auto");
	padding-bottom: 10px;
}	
#ctl00_ContentPlaceHolder1_txtTemp1Area1
{
	float: left;
	width: 758px;
	margin: 10px 0px;
}

/* template 2 */
#ctl00_ContentPlaceHolder1_imgTemp2Area1
{
	float: right;
	max-width: 300px;
	width: expression(document.body.clientWidth > 301? "300px" : "auto");
	padding: 0 0 10px 10px;
}	
#ctl00_ContentPlaceHolder1_txtTemp2Area1
{
	margin: 0px 0px;
	padding: 0px 0px;
}

/* template 3 */
#ctl00_ContentPlaceHolder1_imgTemp3Area1
{
	float: left;
	max-width: 300px;
	width: expression(document.body.clientWidth > 301? "300px" : "auto");	
	padding: 0 10px 10px 0;
	display: block;
}
#ctl00_ContentPlaceHolder1_txtTemp3Area1
{
	margin: 0px 0px;
	padding: 0 0 0 0;
}

/* template 4 */

#ctl00_ContentPlaceHolder1_imgTemp4Area1
{
	display:none;
}

/* ======================== */
/* Short Template Styles    */
/* ======================== */

#aftersalesPage #ctl00_ContentPlaceHolder1_AfterSalesContent,
#servicesPage #ctl00_ContentPlaceHolder1_ServicesContent
{
	width: 410px;
}	

#aftersalesPage #ctl00_ContentPlaceHolder1_txtTemp1Area1,
#aftersalesPage #ctl00_ContentPlaceHolder1_txtTemp2Area1,
#aftersalesPage #ctl00_ContentPlaceHolder1_txtTemp3Area1,
#servicesPage #ctl00_ContentPlaceHolder1_txtTemp1Area1,
#servicesPage #ctl00_ContentPlaceHolder1_txtTemp2Area1,
#servicesPage #ctl00_ContentPlaceHolder1_txtTemp3Area1
{
	margin: 0 0 10px 0;
	float: none;
	max-width: 410px;
	width: expression(document.body.clientWidth > 411? "410px" : "auto");
}	

#aftersalesPage #ctl00_ContentPlaceHolder1_imgTemp1Area1,
#servicesPage #ctl00_ContentPlaceHolder1_imgTemp1Area1
{
	float: none;
	display: block;
	max-width: 410px;
	width: expression(document.body.clientWidth > 411? "410px" : "auto");
}

