@charset "utf-8";
/******************************************************************
***   Global Settings   ***
*******************************************************************/
/*
-------------------------------------------------
@Encoding			= charset "utf-8"
-------------------------------------------------
@Css Version		= Css 
-------------------------------------------------
@Copyright			= Copyright 2008-2009, 
-------------------------------------------------
@Language			= en
-------------------------------------------------
@Author				= http://seedsolutions.co.in/ 
-------------------------------------------------
@Link				= http://seedsolutions.co.in/ 
-------------------------------------------------
@Date Of Modified	= 3 March 2009 
-------------------------------------------------
*/

/*********************************************************************
***   Body Class Starts Here   ***
**********************************************************************/

/***** Global Selectors *****/
	
* {                        
margin:0; 
border:0; 
padding:0;
}

html, body {
	border:0;
	margin:0;
	padding:0;
	background:#e6e8ea url(../images/bg_image.jpg) top repeat-x;
}

body {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/********** Headings **********/


h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

/***** Common Formatting *****/


p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}

ul, ol {
	padding:0 0 1.25em 2.5em;
}

blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}

small {
	font-size:0.85em;
}

img {
	border:0;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/********** Links ***********/


 a,  a:link,  a:visited, a:active  {
	text-decoration:none;
	color:#999999;
}


a:hover{
	text-decoration:underline;
	color:#999999;
}

/************* Forms ************/


form {
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}

textarea {
	width:100%;
	line-height:1.25;
}


/*********** Tables ***********/

 table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}

table tr td {
	padding:2px;
}

/* ---------------***  	Wrapper    *** ------------- */


#bodypagebg {		       			/* Site Center Align */
	text-align: center;
	width: 930px;
	margin: 0px auto 0 auto;
	height:auto;
}

#wrapper {	                         /* Main Outer Fix  */
	width:930px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}


/***** Global Classes *****/

.clear {
	clear:both;
}

.float-left {
	float:left;
}


.float-right {
	float:right;
}


.text-left {
	text-align:left;
}


.text-right {
	text-align:right;
}


.text-center {
	text-align:center;
}


.text-justify {
	text-align:justify;
}


.bold {
	font-weight:bold;
}


.italic {
	font-style:italic;
}


.underline {
	border-bottom:1px solid;
}

a.underline{
	border-bottom:1px solid;
}

.highlight {
	background:#ffc;
}

.img-left {
	float:left;
	margin:4px 10px 4px 0;
	padding:5px;
	border:1px solid #193c47;
}


.img-right {
	float:right;
	margin:4px 0 4px 10px;
	padding:5px;
	border:1px solid #193c47;
}


.nopadding {
	padding:0;
}


.noindent {
	margin-left:0;
	padding-left:0;
}


.nobullet {
	list-style:none;
	list-style-image:none;
}

.nobulletnopadding {
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}


.width{
	float:left;
	width:100%;
	height:auto;
	text-align:left;
}

.paddtop{
	padding-top:23px;
	width:98%;
}


/************************************************************************
*** Body Class Ends Here ***
*************************************************************************/


/*************************************************************************
*** Header Class Starts Here ***
**************************************************************************/

#header{
	float:left;
	width:100%;
	height:156px;
	margin:0px;
	padding:0px;
}

.upperstrip_logo{
	float:left;
	width:100%;
	height:118px;
	padding:0px;
	margin:0px;
}

.logo{
	float:left;
	width:362px;
	height:118px;
	margin:0px;
	padding:0px;
	background:url(../images/logo.jpg) left top no-repeat;
}	


.logo_right{
	float:left;
	width:544px;
	height:118px;
	margin:0px;
	padding-right:24px;
	text-align:right;
	background:url(../images/logo_right.jpg) left top no-repeat;
}

.loginBox{
	float:right;
	width:220px;
	height:auto;
	padding-top:15px;
}


.loginfield{
	float:right;
	width:174px;
	height:23px;
	text-align:right;
	padding:0px 5px;
	margin-bottom:5px;
	background:url(../images/input_image.png) left top no-repeat;
}


.inputtext{
	width:170px;
	height:15px;
	border:0px;
	color:#86898d;
	background:#000000;
	text-align:left;
	line-height:15px;
	padding-left:5px;
	font-size:11px;
	margin-top:3px;
	cursor:text;
}


.inputtext00{
	width:170px;
	height:15px;
	border:0px;
	color:#86898d;
	background:#eceeef;
	text-align:left;
	line-height:15px;
	padding-left:5px;
	font-size:11px;
	margin-top:3px;
	cursor:text;
}

.inputtext00:hover{
	background:#999999;
}

.LoginButton{
	float:right;
	width:82px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:url(../images/login.png) center no-repeat;
	font-size:10px;
	color:#000000;
	cursor:pointer;
	margin-left:40px;
}

a.LoginButton{
	color:#000000;
}
a:hover.LoginButton{
	background:url(../images/loginhover.png);
	text-decoration:none;
	color:#000000;
}

.Navigation_Strip{
	float:left;
	width:100%;
	height:38px;
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(../images/menu_bg.jpg) top center;
}

.Navigation{
	margin:0 auto;
	width:521px;
	height:38px;
	padding:0px;
	text-align:left;
	background:url(../images/divider.jpg) left top no-repeat;
}

.Navigation ul{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}


.Navigation ul li{
	width:auto;
	margin:0px;
	height:38px;
	float:left;
	width:auto;
}

.Navigation ul li a{
	display:block;
	padding:0 40px;
	width:auto;
	float:left;
	height:38px;
	line-height:38px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	background:url(../images/divider02.jpg) right top no-repeat;
}

.Navigation ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background:url(../images/menu_over.jpg) right top;
	height:37px;
	padding:0 40px;
	width:auto;
}


/****************************************************************************
*** Header Class Ends Here ***
******************************************************************************/

/*****************************************************************************
*** Content Class Starts Here ***
******************************************************************************/

.lefttop_text{
	float:left;
	width:200px;
	height:15px;
	padding-left:5px;
	padding-top:5px;
}

.Right_DropDown{
	float:right;
	width:auto;
	height:20px;
	padding-right:5px;
}

.ModelBox{
	float:left;
	width:170px;
	height:181px;
	text-align:left;
	margin:0px 14px 10px 0px;
	background:url(../images/modelBox.png) left top no-repeat;
}


.modelicons_Holder{
	width:100%;
	float:left;
	margin-top:7px;
}


.Onliner_image{
	float:left;
	width:158px;
	height:118px;
	margin:0px;
	padding:6px;
	overflow:hidden;
}

.onliner_name{
	float:left;
	width:90%;
	padding:0 5%;
	height:24px;
	font-size:10px;
	text-align:left;
	line-height:24px;
}

 
.onliner_name span{
	 font-weight:bold;
	 color:#049e0f;
 }
 
.onliner_name span a{
 	 font-weight:bold;
	 color:#049e0f;
	 text-decoration:none;
}

.onliner_name span a:hover{
	text-decoration:underline;
}


.Go_chatwith{
	float:left;
	width:80%;
	padding:0 10%;
	height:24px;
	text-align:center;
	vertical-align:middle;
	line-height:22px;
	color:#810000;
	font-size:10px;
}


.Go_chatwith span{
	padding:0 13px;
}
.Go_chatwith a{
	text-decoration:underline;
	font-weight:bold;
	color:#810000;
	font-size:10px;
	line-height:22px;
}


.Go_chatwith a:hover{
	text-decoration:none;
	font-weight:bold;
}

.paging_list{
	float:left;
	height:20px;
	padding-left:36%;
	padding-top:15px;
	padding-bottom:20px;
	margin:0px;
}



.paging_list:hover{
	float:left;
	height:20px;
	padding-left:36%;
	padding-top:15px;
	padding-bottom:20px;
	margin:0px;
}

.paging_list span a{
	float:left;
	display:block;
	height:17px;
	line-height:17px;
	width:34px;
	text-align:center;
	text-decoration:none;
	border:1px solid #8c8e91;
	color:#FFFFFF;
	font-size:11px;
	margin-left:6px;
}

.paging_list span a:hover{
	text-decoration:none;
	color:#000000;
	background:#FFFFFF;
}


.paging_list a{
	display:block;
	float:left;
	width:20px;
	height:17px;
	line-height:17px;
	border:1px solid #8c8e91;
	background:#c6c6c6;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	margin-left:6px;
}


.paging_list a:hover {
	background:#FFFFFF;
	color:#000000;
	text-decoration:none;
}

.paging_list a b{
	font-weight:normal;
	background:#FFFFFF;
	color:#000000;
	display:block;
	float:left;
	width:20px;
	height:17px;
	line-height:17px;
}


/********************************************************************************
*** Dropdown Class start Here ***
*********************************************************************************/

div.sample_attach
{
  width: 190px;
  background:url(../../524/images/button_bg.jpg) no-repeat;
  padding: 0px 5px;
  font-weight: normal;
  color: #000000;
  float:left;
  height:24px;
  line-height:19px;
  font-size:11px;
  text-align:center;
}

.sample_attach a
{
  width: 180px;
  padding: 0px 5px;
  font-weight: normal;
  color: #000000;
  height:20px;
 
}

.sample_attach a:hover
{
  display: block;
  border-bottom: none;
  text-decoration: none;
  
}

form.sample_attach
{
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
}


div.sample_attach02{
  width: 126px;
  background:url(../images/bg_image02.jpg) no-repeat;
  padding: 0px 5px;
  font-weight: normal;
  color: #000000;
  font-size:11px;
  float:left;
  height:24px;
  line-height:19px;
  padding-left:12px;
  text-align:left;
  margin-left:20px;
}

.sample_attach02 a{
  width: 138px;
  padding: 0px 5px;
  font-weight: normal;
  color: #000000;
  height:20px;
}

.sample_attach02 a:hover{
  display: block;
  border-bottom: none;
  text-decoration: none;
  
}

form.sample_attach02{
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
}


#menu {
	list-style-type:none; 
	margin:0px; 
	padding:0;
}

#menu li {
	display:block;
	width:120px;
	height:18px; 
	float:left; 
	position:relative; 
	z-index:100; 
	margin-right:1px;
}

#menu li span {
	display:block; 
	width:120px;
	height:18px; 
	z-index:100; 
	font-size:1em;
	cursor:pointer;
}

#menu li a, #menu li a:visited {
	display:block; 
	padding:0;
}

#menu dl {
	position:absolute; 
	top:18px;
	left:-8px; 
	margin: 0; 
	padding: 0; 
}

#menu dt {
	margin:0; 
	font-size: 1.1em; 
	float:left; 
}

#menu dd {
	display:none; 
	background: transparent; 
	clear:left; 
	margin:0; 
	padding:0; 
	color: #fff; 
	font-size: 1em; 
	text-align:left;
	width:100px;
	height:18px;
}

#menu dt a, #menu dt a:visited {
	display:block; 
	color:#000000; 
	width:120px;
	height:18px;
	padding: 0px 5px; 
	text-decoration:none;
}
#menu dd a, #menu dd a:visited {
	background:url(../images/bg_dropdown.jpg) repeat-x; 
	color:#000000; 
	text-decoration:none; 
	display:block;
	padding-left:10px;
	width:120px;
	height:18px; 
}

#menu li a:hover {
	border:0;
}

#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dl, #menu li a:hover dl {
}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {
	background:url(../images/bg_dropdown.jpg) repeat-x;
	color:#999999;
}



#menu02 {
	list-style-type:none; 
	margin:0px; 
	padding:0;
}

#menu02 li {
	display:block;
	width:175px;
	height:18px; 
	float:left; 
	position:relative; 
	z-index:100; 
	margin-right:1px;
	text-align:left;
	padding-left:20px;
}

#menu02 li span {
	display:block; 
	width:195px;
	height:18px; 
	z-index:100; 
	font-size:1em;
	cursor:pointer;
}

#menu02 li a, #menu02 li a:visited {
	display:block; 
	padding:0;
}

#menu02 dl {
	position:absolute; 
	top:18px;
	left:0px; 
	margin: 0; 
	padding: 0; 
}

#menu02 dt {
	margin:0; 
	font-size: 1.1em; 
	float:left; 
}

#menu02 dd {
	display:none; 
	background: transparent; 
	clear:left; 
	margin:0; 
	padding:0; 
	color: #fff; 
	font-size: 1em; 
	text-align:left;
	width:165px;
	height:18px;
}

#menu02 dt a, #menu02 dt a:visited {
	display:block; 
	color:#000000; 
	width:165px;
	height:18px;
	padding: 0px 5px; 
	text-decoration:none;
}
#menu02 dd a, #menu02 dd a:visited {
	background:url(../images/bg_dropdown.jpg) repeat-x; 
	color:#000000; 
	text-decoration:none; 
	display:block;
	padding-left:10px;
	width:165px;
	height:18px; 
	padding-left:20px;
}

#menu02 li a:hover {
	border:0;
}

#menu02 li:hover dd, #menu02 li a:hover dd {
	display:block;
}
#menu02 li:hover dl, #menu02 li a:hover dl {
}
#menu02 li:hover dt a, #menu02 li a:hover dt a, #menu02 dd a:hover {
	background:url(../images/bg_dropdown.jpg) repeat-x;
	color:#999999;
}

/********************************************************************************
*** Dropdown Class Ends Here ***
*********************************************************************************/


/********************************************************************************
*** Content  Class Ends Here ***
*********************************************************************************/



/*********************************************************************************
*** Footer Class Starts Here ***
**********************************************************************************/

#footer{
	float:left;
	width:97%;
	height:auto;
	color:#8c8e91;
	font-size:10px;
	font-weight:normal;
	border-top:1px solid  #c4c6c8;
}

.languages{
	width:300px;
	margin:0 auto;
	height:auto;
	text-align:left;
	margin-top:5px;
}


.lang{
	float:left;
	width:auto;
	padding:0 3px;
	text-align:left;
	height:auto;
}

.lang a {
	text-decoration:none;
	color:#8c8e91;
}

.lang a:hover{
	text-decoration:underline;
	color:#8c8e91;
}

.footerbottom{
	width:430px;
	margin:0 auto;
	padding-top:5px;
	height:auto;
}



.siteowned{
	width:300px;
	margin:0 auto;
	height:auto;
	text-align:left;
	margin-top:5px;
	margin-bottom:15px;
}

/**********************************************************************************
*** Footer  Class Ends Here ***
***********************************************************************************/
