/* CSS Document */
/*
*********************************************************************                                                                    *
 *  Com1 (www.com1uk.com), helpdesk@com1uk.com                      *
 *  Registered in England, Wales & India                            *
 *                                                                  *
 *  Site: www.com1uk.com                                          *
 *                                                                  *
 *  FileName       : style1.css									*
 *	Created By     : Salim Khan										*
 *	Created Date   : 07/08/08							            *
 *  Purpose : CSS file : This is the main CSS file which is used to *
 *            layout the display for all the pages throughout the site*
 *  Modified Date 		:                                           *
 *  Modified By 		:											* 
 * 	Modification Note 	:                                           *
 *                                                                  *
*********************************************************************
*/


body
{
    margin-top: 0;
    padding-bottom: 0;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    background-color: #DBDAD8;
    height: 100%;
	color:#666666;
    text-align: left;
}
.text {
	color:#666666;
    font-size: 11px;
	padding-left:10px;
	text-align:left;
	vertical-align:top;
	padding-right:10px;
}
a.text1:link{
	text-decoration:none;
	color:#333333;
}
a.text1:visited{
	text-decoration:none;
	color:#333333;
}
a.text1:hover {
	text-decoration:underline;
}
.textWhite {
    font-size: 11px;
	text-align:left;
	vertical-align:top;
	color:#ffffff;
}
a.textWhite, a.textWhite:visited, a.textWhite:hover {
 	color:#ffffff;
	font-size: 11px;
	text-decoration:underline;
}

h1, .heading1
{
    font-weight: bold;
    font-size: 1.5em;
    color: #333;
    padding: 0;
    margin: 0.4em 0em 0.6em 0em;
}
.headerTitle {
color :#850a00;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
padding-bottom:5px;
padding-left:4px;
}
.headerTitle1 {
color :#ffffff;
font-size:11px;
font-weight:bold;
}
.headerText {
color:#333;
font-size:11px;
font-family:arial, Helvetica, sans-serif;
font-weight:normal;
}


.text a{
	text-decoration:none;
	color:#333333;
}
.text a:hover {
	text-decoration:underline;
}

h1, .heading1
{
    font-weight: bold;
    font-size: 1.5em;
    color: #333;
    padding: 0;
    margin: 0.4em 0em 0.6em 0em;
}
h2, .heading2
{
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    padding: 0;
    margin: 0.4em 0em 0.4em 0em;
}
h3, .heading3
{
    font-weight: bold;
    font-size: 1em;
    color: #333;
    padding: 0;
    margin: 0.4em 0em 0.4em 0em;
}



p {
margin-top:5px;
}

/************************/
/* MAINMENU             */
/************************/

#MainMenuArea
{
    width: 100%;
    float: left;
    clear: both;
    background-color: #333;
    font-family: Arial;
	font-size:10px;
    font-weight: normal;
   /* border-bottom: 1em solid #fff;*/
}
#MainMenuItems
{
    margin: 0;
    padding: 0;
}

#MainMenuItems li
{
    display: block;
    float: left;
    padding: 0.6em 1em 0.5em 1em;
    font-size: 1em;
    vertical-align: middle;
    margin: 0;
}
#MainMenuItems li a
{
    text-decoration: none;
    color: #fff;
}
#MainMenuItems .selected
{
    color: #FC8A05;
    text-decoration: none;
}
#MainMenuItems li a:hover
{
    text-decoration: underline;
}
/* ---------------------------------------*/
/* ---------------------------------------*/

.headerMenu
{
   
    color: #58595B;
    /*border-top: solid 1px White;*/
    padding: 0.4em 0em 0em 3em !important;
    padding: 0.4em 0em 0em 3em;
    text-indent: -0.9em;
	text-transform:uppercase;
	font-size:11px;
}

.SubMenuHeader
{
    background-color: #333;
    border-left: 1em solid #FC8A05;
    color: #fff;
	font-weight:bold;
	font-size:10.5px;
    height: 2em;
    text-transform: uppercase;
    padding-left: 0.4em;
    overflow: hidden;
}
.SubMenuHeaderOrange
{
    background-color: #FC8A05;
    border-left: 1em solid #333;
	font-weight:bold;
	text-align:left;
	font-size:11px;
    color: #fff;
    height: 2em;
    text-transform: uppercase;
    padding-left: 0.4em;
    overflow: hidden;
}
.SubMenuWhite
{
	font-weight:bold;
	text-align:left;
    color: #fff;
    height: 2em;
    padding-left: 0.4em;
}

.inputField {
    border: solid 1px #ccc;
    font-size: 1em;
    padding-left: 0.2em;
    margin-bottom: 0.2em;
	vertical-align:top;
    color: #7E7E7E;
}
.button {
   background-color: #eee;
   /*border: solid 1px #979797;*/
   color: #666;
}
.button:hover {
   background-color: #333;
   border: solid 1px #979797;
    color: #ffffff;
}

.QuickSearchButton:link
{
    background-color: #eee;
    border: solid 1px #979797;
    text-align: center;
    vertical-align:top;
	height:30px;
   text-decoration: none;
    color: #666;
	width:35px;
}
.QuickSearchButton:link:hover
{
    background-color: #333;
    color: #fff;
}
.leftMenu {
    color: #FC8A05;
    border-top: solid 1px White;
    text-indent: 4px;
    padding: 0.4em 0em 0.4em 0em !important;

}

.leftMenu a{
  text-decoration: none;
   color: #666;
  }
  
.leftMenu a:hover{
  text-decoration: underline;
  }
    

.FooterArea
{
    background-color: #FC8A05;
    height: 1.5em;
    margin: 0pt auto;
    margin-top: 1em;
    padding-bottom: 5px;
    padding-top: 0.5em;
    color: #fff;
    clear: both;
}
.FooterArea a{
text-decoration: none;
color:#FFFFFF;
}
.FooterArea a:hover{
text-decoration: underline;
color:#FFFFFF;
}
.FooterArea a:visited{
text-decoration: none;
color:#FFFFFF;
}