#container {
	background-color: #FAFAFF;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 970px;
}

#footer {
	height: 30px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 100%;
	color: #FFFFFF;
	
}


#head {
	height: 150px;
	background-color: #000066;
	width: 100%;
}
#companyname {
	height: 130px;
	width: 650px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #CCCCCC;
	background-image: url(images/companyname.gif);
}
#companyphoto {
	background-color: #CCCCCC;
	float: right;
	height: 150px;
	width: 192px;
	margin-top: 5px;
	margin-right: 5px;
	background-image: url(images/gandhiji.gif);
	margin-bottom: 5px;
	margin-left: 5px;
}
#head2 {
	height: 30px;
	background-color: #397CB3;
	width: 970px;
}
#columnleft {
	float: left;
	width: 20%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#columnright {
	width: 75%;
	float: right;
}

#columnmiddle {
	width: 400px;
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FAFAFF;
}
#columnrightright {
	width: 180px;
	float: right;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-right: 20px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #0B3479;
}



#nav {
	FLOAT: left;
	WIDTH: 110%;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#nav UL {
	BACKGROUND: url(../images/template/nav_back2.jpg) left top;
	MARGIN-BOTTOM: 15px;
	LIST-STYLE-TYPE: none;
}
#nav LI {
	BORDER-BOTTOM: #a7a7a7 1px solid;
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: justify;
}
#nav A {
	PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 5px; FONT-WEIGHT: normal; BACKGROUND: #fff; PADDING-BOTTOM: 6px; BORDER-LEFT: #fff 5px solid; COLOR: #333333; PADDING-TOP: 6px; TEXT-DECORATION: none
}
#nav A:hover {
	DISPLAY: block;
	FONT-WEIGHT: normal;
	BACKGROUND: #e1e1e1;
	COLOR: #132b07;
	TEXT-DECORATION: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFC448;
}
#nav A.on {
	DISPLAY: block;
	FONT-WEIGHT: normal;
	BORDER-LEFT: #00712c 5px solid;
	COLOR: #132b07;
	TEXT-DECORATION: none;
	text-align: left;
}
#nav A.checkout {
	PADDING-RIGHT: 5px;
	DISPLAY: block;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: normal;
	BACKGROUND: #1d4104;
	PADDING-BOTTOM: 6px;
	BORDER-LEFT: #102502 5px solid;
	COLOR: #fff;
	PADDING-TOP: 6px;
	TEXT-DECORATION: none;
	text-align: left;
}
#nav A.checkout:hover {
	DISPLAY: block;
	FONT-WEIGHT: normal;
	BACKGROUND: #102502;
	COLOR: #fff;
	TEXT-DECORATION: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FD9406;
}





<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 170px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	background-color: #2F559D;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8FABDE;
	border-left-color: #274987;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	background-color: #5F8CE2;
	color: #fff;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BDCDEC;
	border-left-color: #234178;
}

</style>
  



<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	width: 970px; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background-color: #2C5CB6;
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: right;
	color: white;
	text-decoration: none; /*dark purple divider between menu items*/
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: #4864D2;
	background-repeat: repeat-x;
	background-position: center center;
}

</style>
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
}
.header {
	background-color: #FDC168;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 90%;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
	float: right;
	padding-top: 15px;
	padding-bottom: 0px;
	width: 100%;
}
#footer {
	height: 30px;
	background-color: #000066;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	width: 970px;
}
#head2left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
	height: 15px;
	width: 300px;
	font-weight: normal;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#head2right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
	height: 15px;
	width: 580px;
	padding: 5px;
	font-weight: bold;
	float: right;
}
#footerright {
	background-color: #FFFFFF;
}
