/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}

/*-----------------------------------------------------  	BG Starts	---------------------*/

.body-bg{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

.main-bg{
	background-image:url(images/main-bg.gif);
	background-repeat:no-repeat;
}


.topnavi-bg{
	background-image:url(images/navi-bg.gif);
	background-repeat:no-repeat;
	
}

.catalogue-bg{
	background-image:url(images/bg-catalogue.gif);
	background-repeat:no-repeat;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	line-height:19px;
	color: #DDDDDD;
	
}



/*-----------------------------------------------------  	BG Ends	---------------------*/


/*-----------------------------------------------------  	Text Decoration Starts	---------------------*/


.text {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:14px;
	color: #000000;
}

.text1 {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color: #454545;
}

.text2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:30px;
	color: #664647;
}

.text3 {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #898989;
}


.text4 {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color: #454545;
}

.text5 {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #000000;
}

.text6 {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	color: #000000;
}

.whitetext {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:14px;
	color: #FFFFFF;
}




/*-----------------------------------------------------  	Text Decoration Ends	---------------------*/

/*-----------------------------------------------------  	Text Link Starts	---------------------*/

a	{
	color: #454545;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}


.navlink-footer	{
	color: #828282;
	text-decoration: none;
}

.navlink-footer:hover	{
	color: #454545;
	text-decoration: underline;
}

.leftnavlink	{
	color: #898989;
	text-decoration: none;
}

.leftnavlink:hover	{
	color: #454545;
	text-decoration: underline;
}

.left-sub-navlink	{
	color: #454545;
	text-decoration: none;
}

.left-sub-navlink:hover	{
	color: #898989;
	text-decoration: underline;
}

.more {
	color: #EE797E;
	text-decoration: none;
}

.more:hover {
	color: #EE797E;
	text-decoration: underline;

}


.copyright {
	color: #0093BE;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;

}

/*-----------------------------------------------------  	Text Link Ends	---------------------*/

/*-----------------------------------------------------  	Cell Padding Starts	---------------------*/
.cell-main-padding {
	padding: 25px 20px 25px 15px;
	margin: 0px;
	
}

.cell-footer-padding {
	padding: 15px 15px 15px 15px;
	margin: 0px;
	
}

.cell-tab-padding {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	
}

.cell-leftnavi-padding {
	padding: 15px 5px 15px 10px;
	margin: 0px;
	
}

.cell-leftnavi-inner-padding {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	
}

.cell-right-mian-padding {
	padding: 10px 0px 0px 40px;
	margin: 0px;
	
}



.img-arrow {
padding: 4px 0px 0px 8px;
margin:0px;
}


/*-----------------------------------------------------  	Cell Padding Ends	---------------------*/


/*-----------------------------------------------------  	Navigation link starts 	---------------------*/



.navactive a:link {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration:none;
display:block;
height:23px;
line-height:23px;
}

.navactive a:active {
font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration:none;
display:block;
height:23px;
line-height:23px;
background-color:#CDC8C8;
background-position:center;
}

.navactive a:visited {
font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration:none;
display:block;
height:23px;
line-height:23px;
}


.navactive a:hover {
font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration:none;
display:block;
height:23px;
line-height:23px;
background-color:#CDC8C8;
background-position:center;
}




/*-----------------------------------------------------  	Navigation link Ends 	---------------------*/






/*-----------------------------------------------------  	textfield 	---------------------*/

.textfield {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 14px;
	color: #454545;
	width: 120px;
	background-color: #ffffff;
	margin:0px;
}






