@charset "utf-8";
/* CSS Document */

		
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: left; margin: 15px 0;  }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { border-bottom: 0px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left; color:#4c719c; font-family:Arial,Verdana,Helvitica,sans-serif; font-size:1.4em; font-weight:bold; }
		
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 10px 0;
			position: relative;
			width: 900px;
			height:350px;
			border: 0px solid #c4c4c4;
			background:url(../../img/bg.jpg) no-repeat;
			
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll; display:none}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 5px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 302px;
			clear: both;
			background: #fff;
			border:0px solid #c4c4c4;
			top:10px;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 800px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display:none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 130px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 20px;
		}
		
		.stripNavR {
			right: 20px;
		}
		
		/*.stripNavL {
			background: url("images/L-but.jpg") no-repeat center; cursor:pointer;
		}
		.stripNavL a:hover{
			background:url("images/L-but-hover.jpg") no-repeat center; cursor:pointer;
			}
		
		.stripNavR {
			background: url("images/R-but.jpg") no-repeat center;  cursor:pointer;
		}
		
		.stripNavR a:hover{
			background:url("images/R-but-hover.jpg") no-repeat center; cursor:pointer;
			}*/
		
		.heading{
		    color: #99ccff;
			font-weight:bold;
			/*size:1.6em;*/
		}
		
		.line_banner{
		position:absolute;
		left:410px;
		top:43px;
        border-right:1px solid #F1F1F1;
		}
.line_banner1{
		position:absolute;
		left:445px;
		top:43px;
        border-right:1px solid #F1F1F1;
		}


/* //////////////////////////// CODE FOR COMMON STYLE SHEET /////////////////////////////////// */

/* CSS Document */

Body{
	margin:0px;
	font-family:arial;
	text-align: center;
	text-align: center;

}
h1{
font-size:21px;
color:#818181;
margin:15px 0px 25px 0px;

}
h2{
font-size:19px;
color:#818181;
margin:15px 0px 25px 0px;

}
.inner{
font-size:26px;
color:#545252;
font-weight:normal;

}

p{
font-size:12px;
color:#3C3E3F;
margin:14px 0px;

}
img{
vertical-align:top;

}
a{
text-decoration:none;
color:#CE457E;

}
#container{
margin:0 0px 0px 35px;
width:980px;
/*max-height:500px;*/

}

#header{
height:121px;
}

.slogan{
color:#A3A3A3;
font-size:12px;
margin-left:77px;
font-weight:bold;
}

#logo{
float:left;
top:10px;
/*left:10px;*/
padding-left:30px;
position:relative;
width:300px;

}

.login{
float:right;
position:relative;
right:40px;
top:10px;

}

.login a{
color:#9A9A9A;
font-size:12px;
background:url(../../images/loginicon.gif) 0px 4px no-repeat;
padding-left:15px;
padding-top:5px;

}

.logout{
float:right;
position:relative;
right:15px;
top:10px;

}

.logout a{
color:#9A9A9A;
font-size:12px;
padding-left:15px;
padding-top:5px;

}



#nav{
position:relative;
float:right;
color:#9A9A9A;
font-size:12px;
margin-top:95px;
margin-right:-10px;

}

#nav a{
color:#9A9A9A;
margin:0 3px;

}
#nav a:hover{
	background:#E4E4E4;
	color:#CE457E;
}
#banner{
background:url(../../images/banner.jpg) no-repeat;
height:302px;

}


#bannertext{

float:right;
width:540px;
top:94px;
position:relative;



}

.create{
float:left;
width:140px;
margin-right:50px;


}
.create1{
background:url(../../images/create1.gif) 0px 2px no-repeat;
}
.create2{
background:url(../../images/create2.gif) 0px 2px no-repeat;
}
.create3{
background:url(../../images/create3.gif) 0px 2px no-repeat;
}


#bannertext h3{
font-size:29px;
font-weight:normal;
margin:0px;
color:#FFFFFF;
padding-left:32px;
}
#bannertext p{
font-size:11px;
color:#FFFFFF;
margin:0px;
padding-left:10px;
margin-top:12px;


}
#content{

padding-left:40px;
padding-right:20px;
padding-bottom:30px;
padding-top:5px;
height:100%;
min-height:500px;
text-align:justify;
border:0px solid black

}

#content ul{
margin:0px 0px 15px 0px;
font-size:12px;
color:#8E8E8E;
padding:0px;
}

#content ul li{
list-style-type:none;
line-height:1.3em;


}
#leftcontent{
float:left;
width:550px;

}

#sign{
	float:left;
	width:271px;
	text-align: left;



}

#sign form{
margin:0px;
padding:0px;

}
#sign label{
display:block;
font-size:21px;
color:#545252;
padding-bottom:2px;
font-weight:normal;
}
#sign p{
margin:13px 0px;

}
#sign p input{
border:1px solid #F6DCEF;
width:263px;
height:28px;
font-size:21px;
padding-left:6px;
color:#545252;

}

#signmsg{
float:left;
width:350px;
margin:0px;
border:1px solid #E2E2E2;



}
#signmsgtext{
padding:10px 10px 0px 10px;


}

#signmsgtext p{
color:#8E8E8E;

}
#signmsgtext h3{
margin:5px 0px 0px 0px;
font-size:16px;
color:#CE457E;

}
.opt{
color:#AAAAAA;
font-size:18px;

}

.button{
font-size:18px;
float:right;
color:#545252;
}
.password{
font-size:13px;
float:left;
padding-top:5px;
color:#8E8E8E;


}


.password a{
color:#CE457E;

}
#lefttext{
	width:500px;
	float: left;


}

.partners{
font-size:16px;
color:#818181;
font-weight:bold;
margin:12px 0px 10px 0px;

}


#rightcontent{
float:right;
width:340px;
border-left:1px solid #F1F1F1;
padding-left:20px;
}


#footer{
background:#F4F4F4 url(../../images/footer.gif) repeat-x;
padding:5px 0px 20px 0px;
text-align:right;
width:100%;
clear:both; 

/*background:blue;*/
}
#footer p{
font-size:10px;
color:#A3A3A3;
line-height:1.5em;
padding-right:10px;
text-align:right;
}
#footer a{
color:#A3A3A3;
margin:0 2px;

}

#footer a:hover{
	color:#CE457E;
	background-color: #E4E4E4;
}
.spa
{
color:#FF0000;
font-weight:600; 
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p.header1
{
font-weight:bold;
text-align:left;
}

p.termstext
{
text-align:left
}
#regular{
	font-family:arial;
	font-size:12px;
	color:#8E8E8E;
	text-align:justify;
	line-height:150%;
	}
.png {
	/*behavior: url('../iepngfix.htc');*/
}

#new_banners {
  margin:15px 0px 25px 0px;
  }

#new_banners a.Rank {
  background: url('images/PPR.png') left top no-repeat;
  display: block;
  float: left;
  width: 247px;
  height: 83px;
  text-decoration: none;
  }

#new_banners a.Rank:hover {
  background: url('images/PPR.png') left bottom no-repeat;
  }

#new_banners a.OyRep {
  background: url('images/repute.png') left top no-repeat;
  display: block;
  float: left;
  width: 247px;
  height: 83px;
  text-decoration: none;
  margin-left: 6px;
  }

#new_banners a.OyRep:hover {
  background: url('images/repute.png') left bottom no-repeat;
  }

