@charset "utf-8";

/* --------------------------------------------------------------------------------------- 


###############  SCREEN -  Sales Stylesheet  ##################

*	Project Info
*
*	Project : WanerSoft , Inc. site
*	Site : www.wanersoft.com
*	File : css/sales.css
*	Usage : sales Stylesheet 
*	Copyright : ( c ) 2008  WanerSoft , Inc. 
*	License : Creative Commons ( cc )

*	WebDeveloper Info
*
*	Author : iSong
*	Email : isong.ge@gmail.com
*	Site : www.isonge.cn
	
*	Creation & Subversion Keywords:
*
*	Creation Data : 2008-5-06 14:07:44 "GMT +8" (Thur, 24 Apr 2008) 
*	LastChangedDate: 2008-7-6 17:34:23 "GMT +8" (Sun, 6 Jun 2008) 
*	LastChangedBy: iSong


 --------------------------------------------------------------------------------------- */




/*--------------------------------------------Defult---------------------------------------------
*/


html {
	background:#FFF url( ../images/bg.png) repeat-x scroll left top;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:left;
}

body#sales {
	color:#444444;
	background:transparent url( ../images/bg_page.png) no-repeat scroll center 35px;
	margin:0px auto;
}


/*--------------------------------------------Defult End-----------------------------------------
*/




/*--------------------------------------------Layout---------------------------------------------
*/



#sales div#tel {
	position:absolute; 
	right:0;
	top:0;
	z-index:9999;
}

div#header { 
	height:107px;
	width:925px;
}

div#header h1 img { 
	margin-left:-10px;
}

#sales div#header , #sales div#siteNav , #sales div#wrapper , #sales div#topInfo {
	margin:0 auto;
	width:925px;
}

#sales div.content {
	width:570px;
	line-height:1.65em;
	float:left;
}

#sales div.content p {
	margin-bottom:10px;
}

#sales div.content h2 {
    color:#f03b58;
	font-size:16px;
	margin: 0 0 10px 0;
}

#sales div.content h3 { 
	font-size:14px;
	color:#0E7FC7;
	line-height:1.8em;
	margin-top:10px;
}

#sales div.sidebar { 
	width:250px;
	line-height:1.65em;
	float:right;
}

div#copyright {
	color:#042D3C;
	text-align:center;
	height:90px;
	padding-top:10px;
	line-height:1.8em;
}

div#copyright a {
	color:#000;
}


/*--------------------------------------------Layout End-----------------------------------------
*/




/*--------------------------------------------TopInfo---------------------------------------------
*/


#sales div#topInfo {
	color:#678197;
	position:relative;
}

#sales div#topInfo ul {
	position:absolute;
	right:50px;
	top:9px;
	width: 292px;
}

#sales div#topInfo li {
	float:left;
	margin-right:1.2em;
}

#sales div#topInfo li img {
	margin-right:0.5em;
	vertical-align: text-bottom;
}

#sales div#topInfo li a {
	color:#678197;
}

#sales div#topInfo li a:hover {
	color:#FFF;
}

#sales div#topInfo li a.login {
	color:#FFF;
	margin-left:0.5em;
}



/*--------------------------------------------TopInfo End----------------------------------------
*/


/*--------------------------------------------SiteNav---------------------------------------------
*/


#siteNav {
	background:#1D2D23 url(../images/bg_siteNav.gif) no-repeat scroll left top;
	height:32px;
	width:925px;
}

#sales #siteNav {
	background:#1D2D23 ;
	height:32px;
	width:925px;
}

#siteNav ul {
}

#siteNav ul li {
	background:transparent url(../images/nav_hover_bg.gif) no-repeat scroll right bottom;
	float:left;
	font-size:12px;
	position:relative;
	text-align:center;
}

#siteNav li a {
	display:block;
	color:#FFF;
	background:transparent url(../images/nav_normal_bg.gif) no-repeat scroll right bottom;
	padding:8px 20px;
	text-decoration:none;
}

#siteNav li a:hover {
	background:transparent none repeat scroll 0%;
	color:#FFF;
}

#home #navHome a {
	margin-bottom:-1px;
}

#home a#navHome , #new a#navNews , #sales a#navHome {
	background:#FFF url( ../images/bg.png) repeat-x scroll left bottom;
	border-bottom:1px solid #FFFFFF;
	color:#37454E;
	cursor:default;
}

#home #navHome ul {
	padding-bottom:1px;
}

#nav_menu {
	margin-left:15px;
	padding-top:4px;
}

#nav_menu a.top {
	display: block;
}

#nav_menu a.nav {
	display: block;
	padding-top: 8px;
	height: 18px;
	width: 14em;
}

#nav_menu li {
	float: left;
}

#nav_menu li ul {
	display: block;
	position: absolute;
	width: 14em;
	left: -999em;
	-moz-opacity: .9;
	opacity: .9;
	filter: alpha(opacity=80);
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	z-index: 99;
}

#nav_menu li:hover a.top, #nav_menu li.sfhover a.top {
	color: #FFF;
}

#nav_menu li:hover ul, #nav_menu li.sfhover ul {
	left: auto;
}

#nav_menu li ul li a {
	text-align: left;
	padding: 4px 0px 2px 0px;
}


/*--------------------------------------------siteNav End----------------------------------------
*/





/*--------------------------------------------UL Items----------------------------------------
*/


ul.list li {
	margin-bottom:15px;
}

ul.list li h3 {
	font-size:13px;
	line-height:2.1em;
}

ul.list a {
	line-height:2.1em;
	font-size:12px;
}

ul.list span {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*BankList*/

ul#bankList {
	padding-left:30px;
}

ul#bankList li {
	padding-left:80px;
}

ul#bankList li span {
	color:#0E7FC7;
}

ul#bankList li.gsBank {
	background:transparent url(../images/bank_gs.png) no-repeat scroll left center;
}

ul#bankList li.zsBank {
	background:transparent url(../images/bank_zs.png) no-repeat scroll left center;
}

ul#bankList li.jsBank {
	background:transparent url(../images/bank_js.png) no-repeat scroll left center;
}

ul#bankList li.zgBank {
	background:transparent url(../images/bank_zg.png) no-repeat scroll left center;
}

ul#bankList li.nyBank {
	background:transparent url(../images/bank_ny.png) no-repeat scroll left center;
}

ul#bankList li.yzBank {
	background:transparent url(../images/bank_yz.png) no-repeat scroll left center;
}


/*--------------------------------------------UL Items End----------------------------------------
*/





/*--------------------------------------------Dl Elements-------------------------------------
*/


dl { 
}

dt {
	color:#0E7FC7;
	float: right;
	width: 522px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dd {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

dd.image {
	float: left;
	margin: 10px 15px 0 0;
}

#sales div#content dl {
	width: auto;
}

#sales dl.support { 
	line-height:1.6em;
	padding-bottom:25px;
}

#sales dl.support dt {
	color:#0E7FC7;
	float: right;
	width: 502px;
	font-weight: bold;
}

#sales dl.support dd {
	color: #666666;
}

#sales dl.support dd.image {
	margin: 0;
}

#sales dl.support dd.image img {
	float: left;
	margin: 0px 20px 0 0;
}


/*--------------------------------------------Dl Elements End----------------------------------
*/




/*--------------------------------------------slider-wrap----------------------------------------
*/


.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 180px auto 0 auto;
	position: relative;
	width: 925px;
}

/* These 2 lines specify style applied while slider is loading */

.csw {
	width: 100%;
	height: 750px;
	background: #fff;
	overflow: scroll;
}

.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 1px solid #fff; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 925px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 750px;
	clear: both;
	background:transparent url(../images/bg_Swrapper.png) no-repeat scroll 592px top;
}

.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: 925px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 40px 20px 20px 20px;
	background:transparent url(../images/bg_Swrapper_bottom.png) no-repeat scroll left 700px;
	height: 750px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 0px; /* 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 */
	text-align: center;
	width:207px;
	height:67px;
	display: block;
	color: #fff;
	outline:none;
	margin-right:12px;
}

.stripNav li.tab1 a {
	background:transparent url(../images/bg_a_faq.gif) no-repeat scroll left bottom;
}

.stripNav li.tab1 a:hover {
	background:transparent url(../images/bg_a_faq.gif) no-repeat scroll left top;
}

.stripNav li.tab2 a  {
	background:transparent url(../images/bg_a_selected.gif) no-repeat scroll left bottom;
}

.stripNav li.tab2 a:hover {
	background:transparent url(../images/bg_a_selected.gif) no-repeat scroll left top;
}

.stripNav li.tab3 a {
	background:transparent url(../images/bg_a_pay.gif) no-repeat scroll left bottom;
}

.stripNav li.tab3 a:hover {
	background:transparent url(../images/bg_a_pay.gif) no-repeat scroll left top;
}

.stripNav li.tab4 a  {
	background:transparent url(../images/bg_a_service.gif) no-repeat scroll left bottom;
}

.stripNav li.tab4 a:hover {
	background:transparent url(../images/bg_a_service.gif) no-repeat scroll left top;
}

.stripNav li.tab1 a.current {
	background:transparent url(../images/bg_a_faq.gif) no-repeat scroll left top;
}

.stripNav li.tab2 a.current {
	background:transparent url(../images/bg_a_selected.gif) no-repeat scroll left top;
}

.stripNav li.tab3 a.current {
	background:transparent url(../images/bg_a_pay.gif) no-repeat scroll left top;
}

.stripNav li.tab4 a.current {
	background:transparent url(../images/bg_a_service.gif) no-repeat scroll left top;
}

.stripNav li a.current {
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}


/*--------------------------------------------slider-wrap End-----------------------------------
*/




/*--------------------------------------------Table Princing-----------------------------------
*/


table.pricing {
  padding: 0;
  margin: 0 auto 0px auto;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

table.pricing thead td {
  border: 0;
}

table.pricing td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #dedede;
  vertical-align:top;
}

table.pricing td p { 
	margin-bottom:10px;
}

table.pricing td ul, table.pricing td ul li {
    list-style: disc; 
	margin: 0 15px;
	color:#0E7FC7;
}


/*--------------------------------------------Table Princing end----------------------------------
*/





