/*	-------------------------------------------------------------
	Convert to html
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	.autor        	Jesudas Nadar, Moon consulting
	.version		1.0
	.url			www.moonaconsulting.com
	.timestamp		07/07/2008 .. 15/07/2008
	-------------------------------------------------------------	

	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 1. Browser Resetting  
	 2. Global properties
	 2. layout
	 3. top navigation
	 4. main menu
	 5. option menu 
	 6. new item
	 7. banner
	 8. right side  components
	 9. gallery
	10.footer
*/

/* Browser Resetting  start here */
html {
	color:#000;
	background-color:#23252c;
	font-family:"Calibri", "Trebuchet MS", "MS Sans Serif";
	font-size:12px;
	}

body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
.body {
	font-family:"Calibri";
	background:url(../images/taj.jpg)  #23252c top left fixed no-repeat;
	background-position: 0px 90px;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img {
	border:none;
	}
address,caption,code,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

caption,th {
	text-align:left;
	}
/* Browser Resetting  Ends here */

/* Global Properties starts here */
h1 {
	color:#ff0033;
	font-size:18px;
	padding:5px 0px 5px 20px;
	font-family:"Trebuchet MS";
	}
h2 {
	color:#000;
	font-size:12px;
	padding:2px 0px 2px 20px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	}
h3 {
	color:#000;
	font-size:12px;
	padding:4px 0px 5px 20px;
	font-family:"Trebuchet MS";
	}
h4 {
	font-family:"Trebuchet MS";
	color:#ff0033;
	font-size:12px;
	padding:8px 0px 8px 0px;
	text-align:left;
	margin-left:35px;
	}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}
input,textarea,select {
	font-size:100%;
	}
a {
	text-decoration:none;
	color:#fff;
        outline:none;
	}
a:hover {
	text-decoration:none;
        outline:none;
	color:#ff0033;
	}

/* Global Properties Ends here */


/* layout starts here */
.background {
	background:#23252c;
	width:100%;
	height:620px;
	}
.header-container {
	width:100%;
	background:#23252c;
	}
.header {
	width:860px;
	height:90px;
	margin-left:63px;
	}
* html .header {
	margin-left:52px;
	}
*:first-child+html .header {
	margin-left:52px;
	}
.body-container {
	padding:40px 0px 0px 0px;
	margin-left:63px;
	}
.body-padding {
        height:10px;
}
* html .body-container {
	margin-left:52px;
	}
*:first-child+html .body-container {
	margin-left:52px;
	}
.body-home {
	width:860px;
	padding:30px 0px 0px 0px;
	margin-left:63px;
	height:450px;
	}
* html .body-home {
	margin-left:52px;
	}
*:first-child+html .body-home {
	margin-left:52px;
	}
/* layout end here */

/* header starts here */

/* logo starts here */
.logo {
	position:relative;
	float:left;
	width:170px;
	margin:52px 0  0 4px;
	}

.w3clogo{
	margin:10px 0 0 20px;
	}
/* logo endshere */
ul li.test1 {
	color:#000;
	font-weight:bold;
	list-style:inside;
	font-size:10px;
	margin-left:45px;
	padding:5px 0 4px 0;
	font-family:"Calibri";
	}

 li.test {
    margin-left:57px;
	width:440px;
	}
.quality-box ul {
	text-align:left;
	display:inline;
	list-style-type:none;
	}
.quality-box li {
	color:#000;
	font-weight: normal;
	padding:0px 0px 7px 20px;
	list-style-position:inside;
	background:url('../images/arrow.jpg') no-repeat;
	margin-left:15px;
}
.quality-box {
	float:right;
	margin:3px 10px 0 0;
	width:170px;
	height:150px;
	border:solid #D3D4DC 2px;
	padding:3px;
	}
.quality-box2 ul {
	text-align:left;
	display:inline;
	list-style-type:none;
	}
.quality-box2 li {
	color:#000;
	font-weight: normal;
	padding:0px 0px 8px 18px;
	list-style-position:inside;
	background:url('../images/arrow.jpg') no-repeat;
	margin-left:35px;
}
	
/* navigation starts here */
.main-navigation {
	float:right;
	width:650px;
	margin-top:60px;
	text-align:right;
	}
.main-navigation li {
	display:inline;
	font-size:14px;
	padding-left:35px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	}
.main-navigation li a {
	color:#fff;
	text-decoration:none;
	}
.main-navigation li :hover {
	color:#ff0033;
	text-decoration:none;
	}
	
.main-navigation ul li.selected a{
	color:#ff0033;
	}
/*  breadcurmp ends ends here */
.breadcrump {
	width:500px;
	height:20px;
	/* background:#fff;*/
	background:url('../images/1.png') repeat;
	padding-left:20px;
	line-height:20px;
	}
* html .breadcrump {
	width:510px;
	}
*:first-child+html .breadcrump {
	width:510px;
	}
.breadcrump ul li {
	list-style-type:none;
	display:inline;
	padding:0px 5px 0px 0px; 
	}
.breadcrump ul li a {	
	color:#ff0033;
	text-decoration:none;
	}
.breadcrump ul li :hover {	
	color:#ff0033;
	text-decoration:none;
	}

/* breadcurmp ends ends here

/* body text starts here */

.body-text {
	/*background:#fff;*/
	background:url('../images/1.png') repeat;	
        margin-top:5px;
	width:520px;
	word-spacing:3px;
	height:405px;
        }
.body-text a{
	color:#000000;
}
.body-text p {
        padding-top:5px;
           }
* html .body-text {
	width:530px;
	}
*:first-child+html .body-text {
	width:530px;
	}
/* .body-content {
	height:380px;	
        border:solid red 1px;
	}
*/
.example {
	width:510px;
	height:85px;
	padding: 0 0 0 20px;
	}
.example-image{
	float:left;	
	width: 100px;
	height: 75px;
	border:solid black 1px;
	}
.line-example{
	float:left;
	margin: 0 0 0 0;
	width: 385px;
	height: 67px;
	}
.line-example a {
	color:#000;
	float:left;
	margin:0 10px 0 20px;
	text-decoration:none;
	}
.line-example a:hover  {
	text-decoration:underline
	}

ul li.test  {
	list-style-type:none;
	}
.body-content1 {
	width:325px;
	height: 180px;
	
	}
.body-content2 {
	width:460px;
	height:100px;
	margin: 20px 0 0 20px;
	background:url('../images/4step.jpg') no-repeat;
	}

.body-content3 {
	float:left;
	text-align:left;
	margin:35px 0 0 0px; 
	padding-left:17px;
	width:98px;
	}
.page-nav  {
	float:right;
	height:25px;
	width:100%;
	}
.page-nav  ul {
	text-align:right;
	list-style-type:none;
	padding:0px 10px 0px 0px;
	}
.page-nav ul li {
	display:inline;
	padding:0px 10px 0px 0px;
	}
.page-nav ul li a {	
	color:#000;
	text-decoration:none;
	}
.page-nav ul li :hover {	
	color:#ff0033;
	}
.body-text p{
	padding:0px 20px 5px 20px;
	}

/* body text ends here */


.flash-container {
        margin-top:35px;

	}
.flash-animation {
        width:835px;
        margin-left:5px;
        margin-top:-7px;
  	}
.content2 {
	margin:0px;
	padding:0px;
	}
/* footer stars here */
.footer {
       float:left;
       height:20px;
       color:#ff0033;
       margin:5px 0 0 68px;
       }
* html .footer {
       margin-left:25px;
       }
*:first-child+html .footer {
       margin-left:55px;
       }
.order-table {
       margin-left:20px;
       }
.order-table a,.order-table a:hover {
 color:#000;
text-decoration:none;
}

.footer ul {
list-style-type:none;
}

.footer li {
display:inline;
padding:0px 5px 0 0;
}
.spacer {
float:left;
height:10px;
width:100%;
}
.contact{
float:left;
padding-left:20px;
margin-top:10px;
}


ul.sitemap {
        list-style-type:none;
        margin-left:20px;
         }
ul.sitemap li {
          padding-bottom:5px;
         }
ul.sitemap :hover {
          color:#FF0033;
         }

