#container {
	font-size: 1.2em;
}

#inside-top-container {
	width: 770px;
	margin: 0 auto;
}

#welcome-align {
	float: right;
}

#welcome-container {
	background-color: #f1f1f1;
	float: left;
}

#welcome-container a:hover {
	text-decoration: underline;
}

#welcome-container img {
	float: left;
}

#welcome, #welcome2 {
	float: left;	
	color: #676767;
	border-bottom: 1px solid #c5c5c5;
	height: 18px;
	padding: 1px 17px 0 17px;
	text-align: center;
}

#welcome2 {
	width: 200px;
}

#logo {
	float:left; 
	padding: 23px 0 12px 0;
}

.compart-container, #index .compart-container {
	width: 100%;
	float: left;
	background: url(../i/bg.gif) repeat-x left top;
	padding: 18px 0;
}

#bottom-container {
	width: 100%;
	float: left;
	background: url(../i/bg2.gif) repeat-x left top;
}

#bottom, #bottom-inside {
	width: 658px;
	margin: 0 auto;
	padding: 36px 0 15px 0;
	font-size: 1em;
	color: #979797;
}

#bottom-inside {
	width: 770px;
}

#bottom-fb {
	float: left;
}

#bottom-copyr {
	float: right; 
	margin-bottom: 15px;
}

#bottom a.blast, #bottom-inside a.blast {
	color: #FF8730;
}

#bottom a.bleach, #bottom-inside a.bleach {
	color: #FF4934;
}

#bottom a.deliver, #bottom-inside a.deliver {
	color: #238FFF;
}

#top-menu {
	float: right;
	clear: right;
	margin-top: 0px;
	color: #999;
}

#top-menu a {
	text-decoration: none;
}

#top-menu ul {
	margin: 1px 8px 0 0;
	list-style-type: none;
}

#top-menu li {
	display: inline;
}

#top-menu a {
	display: block;
	float: left;
	width: 74px;
	height: 19px;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding-top: 2px;
}

#top-menu a.blast {
	background: url(../i/blast-menu.gif) no-repeat left top;
}

#top-menu a:hover.blast, #top-menu li.selected a.blast {
	background: url(../i/blast-menu-s.gif) no-repeat left top;
}

#top-menu a.bleach {
	background: url(../i/bleach-menu.gif) no-repeat left top;
}

#top-menu a:hover.bleach, #top-menu li.selected a.bleach  {
	background: url(../i/bleach-menu-s.gif) no-repeat left top;
}

#top-menu a.deliver {
	background: url(../i/deliver-menu.gif) no-repeat left top;
}

#top-menu a:hover.deliver, #top-menu li.selected a.deliver {
	background: url(../i/deliver-menu-s.gif) no-repeat left top;
}

#signin p.p2 {
	padding: 15px 0 0 0;
	line-height: 20px;
	font-size: 0.9em;
}

#errorExplanation, #error {
	width: 370px;
	border: 1px dashed #FF0000;
	padding: 10px;
}

#error {
	color: #FF0000;
}

#errorExplanation ul {
	list-style-type: square;
	padding-left: 15px;
}

#errorExplanation li {
	margin: 10px 5px;
	padding: 3px 9px;
	color:#990000;
}

#errorExplanation h2 {
	color:#990000;
	font-size: 16px;
	font-weight: bold;
}

input.long  {
	width: 209px;
}

.back {
	padding-right: 5px;
}

.left {
	float: left;
}

.butt-ok {
	height: 19px;
	border: none;
	cursor: pointer;
	background: url(../i/ok-g.gif) no-repeat left top;
	width: 30px;
}

/* Index / Presentation page Begin */
body#index {
	background: none;
}

#index h1 {
	margin-bottom: 10px;
	font-size: 1.8em;
}

#index h2 {
	font-size: 1.7em;
	margin: 0;
	padding-bottom: 10px;
}

#index h3 {
	font-size: 1.4em;
	color: #6b6b6b;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	width: auto;
}

#index .feat {
	float: left;
	margin: 15px 0;
}

#index .feat-descr {
	float: left;
	color: #6b6b6b;
	width: 380px;
	border-bottom: 1px solid #EBEBEB;
	padding: 0 45px 10px 0;
	line-height: 20px;
	font-size: 1.2em;
}

#index .feat-descr span {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0;
	display: block;
}

#index-top-container {
	width: 770px;
	margin: 0 auto;
}

#signup {
	float: right;
	clear: right;
	margin-top: 28px;
	color: #999;
	font-size: 1.2em;
}
/* Index / Presentation page Begin */