@charset "utf-8";
.clear{
	clear: both;
}
.myswap{}
body{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bkg_top.jpg);
	background-repeat: repeat-x;
}
	#wrapper{
		width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
		#top{
			min-height: 270px;
			position: relative;
			width: 950px;
		}
		#top_index{
			height: 687px;
			position: relative;
			  width: 950px;
		}

			#logo{
				position: absolute;
				top: 4px;
				left: 5px;
			}
			#cash{
				position: absolute;
				right: 182px;
				top: 10px;
			}
			#social_media{
				  position: absolute;
				  right: 0px;
				  top: 113px;
				  width: 102px;
				  height: 100px;
			}
				#sm_title{
					position: absolute;
					font-family: Tahoma;
					font-size: 14px;
					font-weight: bold;
					color: #fff;
					top: 14px;
				}
				#sm_btn{
					position: absolute;
					top: 32px;
					left: 0px;
				}
					#sm_btn ul{
						padding: 0;
						margin: 0;
					}
					#sm_btn li{
						float: left;
						padding-right: 5px;
						list-style: none;
					}
			#language{
				width: 154px;
				height: 65px;
				position: absolute;
				left: 808px;
				top: 0px;
			}
				#language_title{
					position: absolute;
					font-family: Tahoma;
					font-size: 12px;
					font-weight: bold;
					color: #fff;
					top: 14px;
					left: 1px;
				}
				#language_btn{
					position: absolute;
					top: 38px;
					left: 6px;
				}
					#language_btn ul{
						padding: 0;
						margin: 0;
					}
					#language_btn li{
						float: left;
						padding-right: 6px;
						list-style: none;
					}
				#contact_info{
					position: absolute;
					top: 226px;
					left: 100px;
					font-family: Tahoma;
					font-size: 14px;
					font-weight: bold;
					color: #0a8f0a;
					width: 800px;
				}
					#contact_info h1{
						font-size: 20px;
						padding: 0px;
						margin: 0px;
						padding-right: 20px;
						float: left;
						margin-top: -6px;
					}
					#contact_info a{
						color: #989494;
						text-decoration: none;
					}
					#contact_info a:hover{
						color: #0a8f0a;
					}
				#main_nav{
					position: absolute;
					top: 222px;
				}
					#main_nav ul{
						padding: 0;
						margin: 0;
					}
					#main_nav li{
						list-style: none;
						float: left;
						padding-right: 8px;
					}
					#main_nav a{
						cursor: pointer;
					}
				#main_nav_esp{
					position: absolute;
					top: 222px;
				}
					#main_nav_esp ul{
						padding: 0;
						margin: 0;
					}
					#main_nav_esp li{
						list-style: none;
						float: left;
						padding-right: 25px;
					}
					#main_nav_esp a{
						cursor: pointer;
					}
				#headerImages{
					position: absolute;
					top: 270px;
					height: 380px;
				}
				#moreInfo_btn{
					position: absolute;
					bottom: 10px;
					right: 3px;
				}
					#moreInfo_btn img{
						cursor: pointer;
					}
				#moreInfo_pnl{
					width: 292px;
					height: 294px;
					position: absolute;
					background-color: #ffffff;
					opacity: 0.7;
					left: 655px;
					top: 3px;
					z-index: 100;
					display: none;
					color: #2f3bac;
					font-family: Tahoma;
				}
					#moreInfo_title{
						position: absolute;
						top: 48px;
						left: 51px;
						font-size: 25px;
					}
					#moreInfo_desc{
						position: absolute;
						top: 116px;
						left: 51px;
						font-size: 14px;
						width: 205px;
						line-height: 17px;
					}
					#moreInfo_submit{
						position: absolute;
						top: 213px;
						left: 152px;
						font-size: 14px;
						cursor: pointer;
						font-weight: bold;
					}
						#moreInfo_submit:hover{
							color: #000;
						}
		#middle{
			width: 950px;
		}
			#middle_left{
				width: 949px;
				float: left;
				min-height: 225px;
			}
				#middle_left h1{
					font-family: Tahoma;
					color: #2f3bac;
					font-size: 20px;
					padding: 0px;
					margin: 0px;
				}
				h2{
					font-family: Tahoma;
					font-style: italic;
					color: #2f3bac;
					font-size: 14px;
				}
				#content{
					font-family: tahoma;
					font-size: 13px;
					line-height: 17px;
					color: #000;
					padding-top: 10px;
					padding-bottom: 10px;
				}
				#content a{
					color: #ffffff;
				}
				#content a:hover{
					color: #ffffff;
					text-decoration: none;
				}
				#content h2{
					font-size: 15px;
				}
					#invSelector{
						width: 950px;
						display: block;
						padding-left: 54px;
					}
						#newInventory a{
							width: 400px;
							height: 80px;
							float: left;
							background-color: #06164A;
							border-radius: 15px;
							border: 5px solid #cccccc;
							text-align: center;
							color: #cccccc;
							padding-top: 70px;
							margin-right: 20px;
							cursor: pointer;
							font-size: 15px;
						}
						#newInventory a:hover{
							background-color: #000000;
							color: #ffffff;
						}
						#usedInventory a{
							width: 400px;
							height: 80px;
							float: left;
							background-color: #cccccc;
							border-radius: 15px;
							border: 5px solid #06164A;
							text-align: center;
							color: #06164A;
							padding-top: 70px;
							cursor: pointer;
							font-size: 15px;
						}
						#usedInventory a:hover{
							background-color: #000000;
							color: #ffffff;
						}
					#requestInv{
						float: left;
						border-bottom: 1px solid #06164A;
					}
					#resultInventory{
						float: left;
						width: 615px;
						padding-top: 20px;
					}
					#contentLeft{
						float: left;
						width: 446px;
						padding-right: 10px;
						padding-bottom: 10px;
					}
					#contentMiddle{
						float: left;
						width: 200px;
						padding-top: 68px;
					}
					#contentRight{
						float: left;
						width: 278px;
						padding-right: 10px;
						padding-top: 110px;
					}
						#contentRight a{
							color: #2f3bac;
							font-weight: bold;
						}
						#contentRight a:hover{
							color: #000000;
						}
						#content .invButtonCont{
							width: 140px;
							float: left;
							padding-right: 10px;
							position: relative;
							cursor: pointer;
						}
						.invButtonCont span{
							position: absolute;
							top: 7px;
							left: 5px;
							width: 130px;
							text-align: center;
							color: white;
							font-weight: bold;
							cursor: pointer;
							}
						#invBackBtn{
							text-align: center;
							color: white;
							font-weight: bold;
							cursor: pointer;
							background-color: #06164A;
							border-radius: 15px;
							border: 1px solid #cccccc;
							width: 140px;
							height: 30px;
							position: absolute;
							font-family: Tahoma;
							padding-top: 10px;
							left: 764px;
							top: 400px;
						}
						#invBackBtn a{
							color: white;
							text-decoration: none;
							width: 140px;
							height: 40px;
						}
						#content input[name='clasf']{
							color: transparent;
							width: 140px;
							height: 45px;
							margin-bottom: 10px;
							background-color: #06164A;
							border-radius: 15px;
							border: 1px solid #cccccc;
							cursor: pointer;
						}
					#selecTab{
						width: 100%;
						display: block;
					}
						#newTab{
							width: 200px;
							height: 330px;
							float: left;
							background-color: #2f3bac;
							color: #cccccc;
							text-align: center;
							padding-top: 20px;
							border-radius: 20px;
							border: #000000 2px solid;
							font-size: 18px;
							line-height: 21px;
						}
							#newTab a{
								cursor: pointer;
								color: #cccccc;
							}
						#usedTab{
							width: 200px;
							height: 330px;
							float: left;
							background-color: #cccccc;
							margin-left: 10px;
							color: #2f3bac;
							text-align: center;
							padding-top: 20px;
							border-radius: 20px;
							border: #000000 2px solid;
							font-size: 18px;
							line-height: 21px;
						}
							#usedTab a{
								cursor: pointer;
							}
						
					.donate-now {
						 list-style-type:none;
						 margin:25px 0 0 0;
						 padding:0;
					}
					
					.donate-now li {
						 float:left;
						 margin:0 5px 0 0;
						width:100px;
						height:40px;
						position:relative;
					}
					
					.donate-now label, .donate-now input {
						display:block;
						position:absolute;
						top:0;
						left:0;
						right:0;
						bottom:0;
					}
					
					.donate-now input[type="radio"] {
						opacity:0.01;
						z-index:100;
					}
					
					.donate-now input[type="radio"]:checked + label,
					.Checked + label {
						background:yellow;
					}
					
					.donate-now label {
						 padding:5px;
						 border:1px solid #CCC; 
						 cursor:pointer;
						z-index:90;
					}
					
					.donate-now label:hover {
						 background:#DDD;
					}
					
					#resultUsed, #resultNew{
						display: none;
					}
			#middle_right{
				width: 1px;
				height: 150px;
				float: left;
			}
			#distributors{
				padding-top: 20px;
				padding-bottom: 20px;
			}
			#fastAccess{
				padding-top: 20px;
				width: 950px;
				height: 224px;
				background-image: url(../images/important_notice.jpg);
				background-repeat: no-repeat;
				color: #ffffff;
				font-family: Tahoma;
				font-size: 16px;
				line-height: 21px;
				padding-left: 20px;			
			}
				#fastAccess h1{
					font-size: 20px;
					padding: 0;
					margin: 0;
					padding-bottom: 18px;
				}
				#fastAccess a{
					color: #ffffff;
					text-decoration: underline;
				}
				#fastAccess a:hover{
					text-decoration: none;
				}
				#businessHours{
					width: 263px;
					background-image: url(../images/panels_bkg.jpg);
					background-repeat: repeat-x;
					background-position: left 8px;
					float: left;
					margin-right: 102px;
				}
				#officeLocation{
					width: 254px;
					background-image: url(../images/panels_bkg.jpg);
					background-repeat: repeat-x;
					background-position: left 8px;
					float: left;
					text-align: center;
					margin-right: 118px;
				}
				#ourPartners{
					background-image: url(../images/panels_bkg.jpg);
					background-repeat: repeat-x;
					background-position: left 8px;
					float: left;
					position: relative;
					text-align: right;
				}
					#ourPartners img{
						position: absolute;
						top: 41px;
						right: 0px;
					}
	#bottom_wrapper{
		background-image: url(../images/bkg_bottom.jpg);
		background-repeat: repeat-x;
	}
		#footer{
			width: 950px;
			height: 49px;
			position: relative;
			margin-left: auto;
			margin-right: auto;
			font-family: tahoma;
			font-size: 16px;
			color: #ffffff;
			position: relative;
		}
			#copyright{
				position: absolute;
				top: 17px;
				left: 20px;
			}
			#footerNav{
				position: absolute;
				top: 17px;
				right: 20px;
			}
				#footerNav ul{
					padding: 0;
					margin: 0;
				}
				#footerNav li{
					list-style: none;
					float: left;
					padding-left: 24px;
				}
				#footerNav a{
					text-decoration: none;
					color: #ffffff;
				}
				#footerNav a:hover{
					color: #000000;
				}

.textL{
	width: 580px;
	float: left;
}
.imgR{
	width: 330px;
	float: left;
}
	.imgR img{
		border: 2px solid #2f3bac;
		}
#thanks{
			position:relative;
			display:none;
			padding-top: 20px;
		}
#thanksSuplus{
	position:relative;
	display:none;
	}
.form1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#292e31;
	width:146px; 
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom: 5px;
	background-color:#ccc; 
}
.form1:hover { 
	background-color:#292e31;
	color: #ffffff;
}

.form2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#292e31;
	width:352px;
	height:90px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	background-color:#ccc; 
}
.form2:hover { 
	background-color:#292e31;
	color: #ffffff;
}
.submit{
	background-color:#ccc; 
	color:#292e31; 
	font-weight:bold; 
	margin-top: 10px; 
	border: none; 
	cursor: pointer;
	padding: 5px;
	border-radius: 5px;
}
.submit:hover{
	background-color:#292e31; 
	color:#ccc;
}
#invGeneral td{
	border: 1px solid #2f3bac;
	border-radius: 5px;
}
#invGeneral{
	display: block;
}
#invDetail{
	display: none;
}
#invContent_left{
	width: 475px;
	float: left;
}
#invContent_right{
	width: 455px;
	float: left;
	padding-left: 20px;
}
#detButton{
	width: 100px;
	height: 30px;
	background-color: #06164A;
	border-radius: 15px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #ffffff;
}
.video{
	position: absolute;
	top: 81px;
    left: 536px;
	text-align: center;
	font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
	line-height: 20px;
}
.video a{
	text-decoration: none;
	color: #2f3bac;
}
.video a:hover{
	color: #fff;
}
input[class='required'], input[class='required email']{
	width: 300px;
    height: 15px;
    padding: 5px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
	border: 1px solid #000000;
}
textarea[class='required']{
	width: 300px;
    padding: 5px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
	border: 1px solid #000000;
}
