@charset "windows-1251";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #424242;
}

.acc { 
	width:400px; 
	float:left; 
	margin-bottom:30px;}
	
.acc-text {
	width:270px; 
	height:100px; 
	float:left; 
	padding-left:15px;
}

.acc_h1 {color: #666666;
		font-size: 24px;
		font-family: Arial, Helvetica, sans-serif;
}

.acc_h2 {color: #666666;
		font-size: 18px;
		font-family: Arial, Helvetica, sans-serif;
}

.acc_price {	color: #FF0000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 18px;
}

.download_brochure {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #424242;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
	font-size: 10px;
}

.complect {
	width:850px;
	margin-left:30px;
	margin-bottom:20px;
	margin-top:20px;
}

.complect_h {font-size: 18px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.complect_text {font-family: Arial, Helvetica, sans-serif}


.BodyStyle {
	border: thin none #FFFFFF;
	
}
.MainHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 15px;
}

.news-1 {
	margin-left:30px;
}

.SubHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}
.Content {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.WhiteBorder {
	color: #FFFFFF;
}
.ContentBox {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.pic80 { 
	width:80px; 
	height:80px;
}

.pic100 { 
	width:100px; 
	height:100px;
}

.pic100-15 {
	width:100px; 
	height:100px; 
	padding-left:15px; 
	float:left;
}

.ViewMore {
	color: #006699;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Segway_Price {
	font-size: xx-large;
	color: #333333;
}

a:link {
	color: #006699;
	text-decoration: none;

}
 

a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #00486A;
}
a:active {
	text-decoration: none;
	color: #006699;
}
/*-----------------------------------------------------------------------------------------
	 Forms
	----------------------------------------------------------------------------------------*/

	/* Clear the margins for all forms used by ProductCart */
	#pcMain form {
		margin: 0;
		}
		
	.pcForms input {
		border: 1px solid #CCCCCC;
		background-color: #FFFFFF;
		font-size: 11px;
		color:#666666;
		padding: 2px 3px 2px 3px;
	}
	
	.pcForms input:focus {
		border: 1px solid #999999;
		background-color: #FFFFCC;
	}
	
	.pcForms textarea {
		border: 1px solid #CCCCCC;
		background-color: #FFFFFF;
		font-size: 11px;
		color:#666666;
		padding: 2px 3px 2px 3px;
	}
	
	.pcForms textarea:focus {
		border: 1px solid #999999;
		background-color: #FFFFCC;
	}
	
	/* Style drop-down menus */
	.pcForms select {
		font-size: 10px;
		color: #333333;
		background-color: #F5F5F5;
		border: 1px solid #CCCCCC;
	}
