@charset "UTF-8";

/* 
Stylesheet for LSPartnership.com
Created by Lee Rickler - Point and Stare - lee@pointandstare.com

Copyright - LS Partnership

*/

/* -- ** PANDS RESET ** --*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -- PANDS RESET END ** -- */

html,body{
	height:100%;
	margin:0;
	padding:0;
}

body {
	margin:0 auto;
	padding:0;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	color:#e8e8e8;
	font-size:12px;
	line-height:1.4em;
	min-width:960px;
	min-height:400px;
	background:#4e4e4e;
	}

#vertical{
	position:absolute;
	top:50%;
	margin-top:-200px;/* half main elements height*/
	left:0;
	width:100%;
	}

#hoz {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:inherit;
	text-align:left;
	background:#666;
}

#logo_holder {
	display:block;
	margin:auto 0;
	padding:3px;
	margin:0 auto;
	text-align:center;
	background:#4e4e4e;
	}


.logo {
	display:block;
	width:960px;
	margin:auto 0;
	padding:3px;
	margin:0 auto;
	text-align:left;
	}

#wrapper {
	width:960px;
	display:block;
	margin:0 auto;
	padding:0;
	background:#999;
	}

.main_left {
	display:block;
	float:left;
	width:160px;
	}

.main_right {
	display:block;
	float:right;
	width:800px;
	}

#linage {
	height:400px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background:url(img/alter_flash.jpg) no-repeat;
	}
	
#no_flash {
	height:100%;
	}

#navigation {
	padding:20px 0;
	}

#navigation .zh a {
	font-size:110%;
	}

#navigation ul li {
	padding:10px 0 5px 0;
	border-bottom:solid 1px #666;
	}

#navigation a {
	padding:10px 0 5px 10px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	}

#navigation ul li:hover {
	color:#b4d3e1;
	background:#84afc4;
	}

.main_right .company {
	padding:30px 20px;
	font-size:130%;
	line-height:1.3em;
	}

.main_right .company ul {
	list-style:square;
	padding-top:10px;
	padding-left:30px;
	}
	
.main_right .zhongwen {
	padding:30px 10px;
	font-size:130%;
	line-height:1.3em;
	}

.main_right .zhongwen ul {
	list-style:square;
	padding-top:10px;
	padding-left:30px;
	}

.main_right .contact {
	padding:30px 10px;
	font-size:130%;
	line-height:1.3em;
	}

.contact_title {
	font-size:110%;
	font-weight:bold;
	}

.main_right .contact a {
	color:#fff;
	text-decoration:underline;
	}

.main_right .contact a:hover {
	text-decoration:none;
	}

.main_right .login {
	padding:30px 10px;
	font-size:130%;
	line-height:1.3em;
	}

.clear {
	clear:both;
	}

#footer {
	display:block;
	padding:3px;
	text-align:center;
	font-size:86%;
	color:#fff;
	}

#footer a {
	color:#fff;
	text-decoration:underline;
	}

#footer a:hover {
	color:#fff;
	text-decoration:none;
	}

#loginform {
width:300px;
margin:auto;
}
#loginform fieldset{
padding:10px;
}
#loginform legend{
font-size:9pt;
}
#loginform label{
display:block;
height:2em;
color:#000;
background-color:#d4d4d4;
padding:10px 10px 0;
}
#loginform input {
margin-right:20px;
border:1px solid #999;
float:right;
clear:right;
background:#e8e8e8;
}
#loginform input:focus,#loginform input:hover {
border:1px solid #333;
}

#videos_left {
	display:block;
	}

#video1, #video3, .video_frame_1, .video_frame_3 {
	display:inline-block;
	width:370px;
	float:left;
	clear:both;
	}

.vid1_title {
	text-align:center;
	}

#video2, #video4, .video_frame_2, .video_frame_4 {
	display:inline-block;
	width:370px;
	float:right;
	}
	
.vid_desc {
	padding-bottom:30px;
	}
