
/* CSS Document */

body {
	background-color:#e2e3e8;
	background-image:url(images/bg_Main.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 17pt;
	color:#343660;
	margin: 0;
}

a img {
    border: 0px;
}

a:active {
	color:#ce3535;
 	text-decoration: underline;
	font-weight: bold;
	}

a:link {
	color: #ce3535;
 	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
	color: #8b3d3d;
 	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color:#8b3d3d;
 	text-decoration: underline;
	font-weight: bold;
	}
	
h1 {
	color:#343660;
	font-size:13pt;
	}	

h2 {
	color:#343660;
	font-size:11pt;
	}	

h3 {
	color:#ce3535;
	font-size:11pt;
	}	

/*--PAGE CONTAINER STARTS HERE--*/

#pageContainer {
	width: 950px;
	position:relative;
	margin: 0px auto;
	}
	
	
/*--HEADER STARTS HERE--*/
	
#header {
	width: 903px;
	height: 130px;
	margin-top:10px;
	background-image:url(images/bg_Header.gif);
	background-position:right;
	background-repeat:no-repeat;
	}	
	
#header .Logo {
	margin-top:10px;
	float:left;
	}

#header .Fax {
	margin-top:58px;
	margin-right:17px;
	float:right;
	}

#header .Office {
	margin-top:58px;
	margin-right:17px;
	float:right;
	}

#header .Mob {
	margin-top:58px;
	margin-right:17px;
	float:right;
	}
	
#header .Email {
	margin-top:58px;
	margin-right:28px;
	float:right;
	}
	

#nav {
	width:910px;
	height:48px;
	margin-left:3px;
	}

#nav li {
	list-style:none;
	margin-left:-4px;
	display:inline;
	}

#contentContainer {
	width:906px;
	background:url(images/px_contentBorder_Repeat.jpg) repeat-y;
	float:left;
	}
	
#contentBorderTop {
	width:906px;
	background:url(images/px_contentBorder_Top.jpg) no-repeat;
	float:left;
	}
	
#contentBorderBottom {
	width:906px;
	background:url(images/px_contentBorder_Bottom.jpg) bottom no-repeat;
	float:left;
	}
		
#contentLeft {
	min-height:650px;
	width:450px;
	padding:30px;
	float:left;
	}	
	
#contentLeft li{
	list-style-type: disc;
	list-style-position:inside;
	font-weight: bold;
	}
	
#contentLeft .FAQ li {
	font-weight: normal;
	list-style-image:url(images/px_Q.gif);
	list-style-position:outside;
	margin-left:15px;
	padding-bottom:20px;
	}
	

#contentLeft .inquire{
	padding-top:30px;
	padding-bottom:50px;
	}

#contentLeft .book {
	padding-right:12px;
	padding-bottom:1px;
	float:left;
	}

#contentLeft .bookHeading {
	color:#ce3535;
	font-size:14pt;
	font-weight:bold;
	}

#contentLeft .price1 {
	color:#343660;
	font-size:12pt;
	}

#contentLeft .price2 {
	color:#ce3535;
	font-size:14pt;
	font-weight:bold;
	}

#contentLeft .description {
	color:#343660;
	font-size:11pt;
	}

#contentLeft .small {
	color:#343660;
	font-size:9pt;
	font-weight:bold;
	line-height:10pt;
	}

#contentLeft .order {
	text-align:center;
	float:left;
	}

#contentLeft .delivery {
	color:#343660;
	font-size:9pt;
	line-height:12pt;
	}

#contentLeft .line{
	border-top:1px dotted #343660;
	margin-top:30px;
	margin-bottom:20px;
	margin-right:10px;
	}

#contentRight {
	min-height:650px;
	width:360px;
	padding-top:30px;
	padding-left:20px;
	float:left;
	}		

#contentRight li{
	list-style:none;
	}

#contentRight .img{
	padding-bottom:15px;
	}

#contentRight .book {
	padding-right:12px;
	padding-bottom:1px;
	float:left;
	}

#contentRight .line{
	border-top:1px dotted #343660;
	margin-top:30px;
	margin-bottom:20px;
	margin-right:30px;
	}

#contentRight .line2{
	border-top:1px dotted #343660;
	margin-top:80px;
	margin-bottom:20px;
	margin-right:30px;
	}

#contentRight .small {
	color:#343660;
	font-size:9pt;
	font-weight:bold;
	line-height:10pt;
	}

.imgColumn {
	width: 150px;
	height:100px;
	text-align:center;
	}

.textColumn {
	width:150px;
	height:25px;
	text-align:center;
	font-size:8pt;
	line-height:10pt;
	color:#343660;
	float:left;
	}

.leftColumn {
	width: 275px;
	text-align:left;
	vertical-align:text-top;
	}

.rightColumn {
	text-align:left;
	}
	
#footer {
	width:906px;
	font-size:8pt;
	text-align:center;
	}			
	
.Column {
	padding-bottom:10px;
	width: 50px;
	text-align:left;
	}
	
