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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width:950px;
	padding:0px;
	margin:0 auto;
	position:relative;	
}

#header {
	width:950px;
	height:145px;
	background-image:url(images/navImages/header.jpg);
	margin:0px;
}

#navBar {
	background-color:#c0c0c0;
	width:145px;
	height:447px;
	float:left;
}

#button {
	background-image:url(images/navImages/button.png);
	width:145px;
	height:50px;
}

#content_bg {
	background-image:url(images/navImages/background.jpg);
	width:800px;
	height:447px;
	float:right;
}

#content {
	width:785px;
	height:425px;
	float:right;
	padding:10px 5px 0px 10px;
}

/***********************************************/
/* Formatting Divs                             */
/***********************************************/

body {
	background-color:#000000;
}

.buttonText {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	position:relative;
	left:20px;
	top:19px;
}

.purple {
	color:#000000;
	font-family:Arial;
	font-size:22px;
	padding-top:10px;
}

.purple2 {
	color:#800080;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
}

.subHeader {
	font-family:Arial;
	font-size:20px;
	color:#000000;
	padding-top:10px;
}

.text {
	font-family:Arial;
	font-size:14px;
	color:#000000;
}

.index {
	background-color:#CCCC00;
	border:solid #000000 1px;
	width:530px;
	position:relative;
	left:65px;
}

ul.clients {
	text-transform:uppercase;
	width:750px;
	margin:0 auto;
	font-family:Arial;
	font-size:16px;
	list-style:none;
	padding:20px 0 0 15px;
}

ul.clients li{float:left; width:375px;}

.clients1 {
	background-color:#FFFF99;
	border:solid #000000 1px;
	width:200px;
	padding:15px;
	position:relative;
	left:290px;
	text-align:center;
}

.registration-header {
	width:240px;
	height:45px;
	background-image:url(images/navImages/trademark_registration.png);
	background-repeat:no-repeat;
	text-align:center;
}

.registration-advantages {
	width:750px;
	height:45px;
	background-image:url(images/navImages/advantages.png);
	background-repeat:no-repeat;
}

.header-about {
	width:300px;
	height:45px;
	background-image:url(images/navImages/rectangle.png);
	background-repeat:no-repeat;
	text-align:center;
}

.subheader-about {
	width:200px;
	height:45px;
	background-image:url(images/navImages/rectangle_small.png);
	background-repeat:no-repeat;
	text-align:center;
}

.subheader-about2 {
	width:200px;
	height:45px;
	background-image:url(images/navImages/rectangle_small2.png);
	background-repeat:no-repeat;
	text-align:center;
}

.header-contact {
	width:200px;
	height:45px;
	background-image:url(images/navImages/rectangle_small3.png);
	background-repeat:no-repeat;
	text-align:center;
}

.header-payment {
	width:200px;
	height:45px;
	background-image:url(images/navImages/rectangle_small5.png);
	background-repeat:no-repeat;
	text-align:center;
}

.header-agreement {
	width:240px;
	height:45px;
	background-image:url(images/navImages/rectangle_small4.png);
	background-repeat:no-repeat;
	text-align:center;
}

.yield {
	width:276px;
	height:200px;
	background-image:url(images/navImages/yield.png);
	background-repeat:no-repeat;
	text-align:center;
}

.stop {
	width:200px;
	height:200px;
	background-image:url(images/navImages/stop.png);
	background-repeat:no-repeat;
	text-align:center;
}

.big_parallelogram {
	width:547px;
	height:95px;
	background-image:url(images/navImages/big_parallelogram.png);
	background-repeat:no-repeat;
	text-align:left;
}
