/* CSS Document */

	body {
		margin:30px 0px 0px 0px; padding:0px; 
		background:#164a89;
		}
	
	#ContentFrame {
		width:798px;
		height:100%;
		margin:0px auto;  /*Right and left margin widths set to "auto" */
		}

	#Header {
		width:798px;
		height:130px;
		float:left;
		background-color:#FFFFFF;
		margin:0px auto;  /*Right and left margin widths set to "auto" */
		background-image: url("../images/slices/template-split-ks_01.jpg");
		background-repeat: no-repeat;
		}

	#MainContainer {
		width:798px;
		height:100%;
		float:left;
		background-color:#FFFFFF;
		}

	#FooterContainer{
		width:798px;
		height:100px;
		float:left;	
		background-image: url("../images/slices/template-split_03.jpg");
		background-repeat: no-repeat;
		}

	#NavContainer {
		width:120px;
		height:353px;
		float:left;
		}

	#BodyContainer {
		width:598px;
		height:100%;
		float:left;
		padding:0px 15px 15px 25px;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #000;
		}
		
	.Aftersales {
		width:280px;
		height:150px;
		float:left;
		padding:0px;
		margin-top:15px;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		background-color:#fff;	
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #012c61;
		border-right-color: #012c61;
		border-bottom-color: #012c61;
		border-left-color: #012c61;
		}

	.AfterSalesHeader {
		background-color:#012c61; margin:0; color:#FFFF00; font-size:14px;
		}

	

	#Pager {
		width:534px;
		height:14px;
		float:left;
		padding:10px;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000;
		background-color:#ccc;	
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #ACACAC;
		border-right-color: #ACACAC;
		border-bottom-color: #ACACAC;
		border-left-color: #ACACAC;
		}

