/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #666666 url(images/back111.jpg) repeat-y center top;
	text-align: justify;
	font-family: Arial,  sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a {
	font-weight: normal;	/*Link font variation*/
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 60px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/head1.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	color: #99CCFF;
	background: #FFFBFD url(images/menu2.jpg);
	/*background-color: #000066;*//*Menu bgcolor*/
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform:none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;/*Main menu font*/
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	/*padding: 5px 15px;*/
	/*text-transform:none;
	text-decoration: none;*/
	/*background: #FFFBFD url(images/bg1.jpg);*/
	/*background-color: #99CCFF;/*menu back bgcolor change*/
	/*color: #000066;*/
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}
#content1 {
	width: 1000px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h5
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#content h3
{
	font-weight: Bold;
	font-family: Gautami;
	font-size: 17px;
	color: #FFFFF;
}
 #content h4
 {
	font-weight: Bold;
	font-family: Gautami;
	color: #000066;
 }
 #content h6
{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}


#content p, #content ul, #content ol {
	line-height: 150%;
		
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
	line-height: 100%;
	
}

#left1 {
	float: center;
	width: 970px;
	padding: 0px 20px 40px 10px;
	/*line-height: 100%;*/
	
}

#right {
	float: right;
	right: auto;
	width: 210px;
	padding: 0px 20px 30px 20px;
	color: #FFFFFF;
	font-size: 12px;
}



/************* FOOTER ************/

#footer{
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 1px;
	color: #333333;
}


/*Link page */

A.sam1:link	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	font-weight:normal;
	line-height:17px;
	padding-left:20;
	text-decoration:none;
}	
		
A.sam1:visited	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-weight:normal;
	color: #ffffff;
	line-height:17px;
	padding-left:20;
	text-decoration:underline;
}
		
A.sam1:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-weight:normal;
	color: #ffffff;
	line-height:17px;
	padding-left:20;
	text-decoration:underline;
}


A.sam1:hover	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-weight:normal;
	color: #ffffff;
	line-height:17px;
	padding-left:20;
	text-decoration:underline;

}


/*Customer Login*/

.formsheader {
	width: 350px;
	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: #EFEDE2;
	border-right-color: #EFEDE2;
	border-bottom-color: #EFEDE2;
	border-left-color: #EFEDE2;
}


.tableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	page-break-before: auto;
	page-break-after: auto;
	font-weight: bold;
	color: #ffffff;
	word-spacing: normal;
	letter-spacing: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-repeat: no-repeat;
	background-color:#064165;
	height:17px;
}