/*basic part*/
html,body,ul,li,div,img,span,h1,h2,h3,p {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
body {
	background-color: #333;
	min-width: 1002px;
}
h1 {
	text-indent: -9000px;
	background: none;
	overflow: hidden;
	float: left;
	height: 100px;
	margin: 0px 0px 0px 60px;
}
h1 a {
	text-indent: -9000px;
	display: block;
	width: 208px;
	height: 100px;
	border: none;
	background-image: url('../images/nodesign.small.png');
	background-position: center;
	background-repeat: no-repeat;
}
abbr, acronym {
	border-bottom:.1em dotted #555;
	cursor: help;
}
a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
a:hover {
	border-bottom: 1px solid #999;
}
#content {
	border: 0;
	min-height: 400px;
	width: 100%;
	padding-top: 25px;
	margin: 0px;
	background-color: #FFF;
}
#menu {
	width: 100%;
	height: 100px;
	background-image: url('../images/menu_bg.png');
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
	min-width: 1002px;
}
#selector {
	width: 80px;
	height: 30px;
	position: absolute;
	top: 70px;
	left: -80px;
	background-image: url('../images/selector.png');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 6;
}
.menu {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 125%;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 100px;
	width: 230px;
	height: 100px;
	background-color: transparent;
	margin: 0px 30px;
	border: 0px;
}
.menu:hover {
	text-decoration: underline;
	border: 0px;
}
#footer {
	clear: both;
	border: 0px;
	padding: 6px 0px;
	margin: 0px;
	width: 100%;
	min-width: 1002px;
	height: 49px;
	background-position: top center;
	background-color: #333333;
	background-image: url(../images/foot_bg.png);
	background-repeat: repeat-x;
	text-align: left;
	font-size: 75%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #fff;
}
#footer p {
	margin: 0px 50px;
	height: 15px;
}

/*portfolio part*/

#wrapper {
	width: 1000px; /*1002px*/
	margin: 0px auto;
	padding: 0;
	font: 11px "Lucida Grande", Verdana, Arial, sans-serif;
}
#wrapper h2 {
	width: 900px;
	color: #FF4848;
	font-weight: 400;
	font: 170% "Book Antiqua", Georgia, "Times New Roman";
	margin: 0 auto 20px auto;
}
/*
#wrapper a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#wrapper a:hover {
	border-bottom: 1px solid #999;
}
*/
.scrollButtons {
	display: block;
	float: left;
	cursor: pointer;
	font: 48px "Lucida Grande", Verdana, Arial, sans-serif;
	width: 50px;
	height: 261px;
	margin: 0px auto;
	color: #fff;
	background-color: #333;
	line-height: 260px;
	/*
	width: 50px;
	height: 180px;
	margin-top: 25px;
	*/
}
.disabled {
	color: #555;
}
/*
.scrollButtons.left {
	background-image: url('../images/left_big.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.scrollButtons.right {
	background-image: url('../images/right_big.png');
	background-position: center left;
	background-repeat: no-repeat;
}
*/
.hide {
	display: none;
}

div.scrollable {
	position: relative; /*needed*/
	overflow: hidden; /*needed*/	
	width: 900px; /*needed 900px*/
	height: 260px; /*needed 375px*/
	padding: 0;
	border-top: 1px solid #333; /*555*/
	margin: 0px auto;
	float: left;			
}
div.scrollable div.items {	
	width: 20000em;	/*needed*/
	position: absolute; /*needed*/
	clear: both; /*needed*/	
	margin-left: 0px;
}
/* single scrollable item */
div.scrollable div.items div {
	float: left; /*needed*/
	text-align: center;
	width: 300px;
	height: 260px; /*375*/
	font-size: 18px;
	border-right: 1px solid #555;
	background-color: #fff;
	margin: 0px;	/*0*/
}
div.scrollable div.items div a {
	text-decoration: none;
	border: 0;
	margin: 0px;
}
div.scrollable div.items div img{
	/*border: 1px solid #555;*/
	padding: 0px;
	width: 300px;
	height: 230px;
	margin: 0px;
}
div.scrollable div.items div h3{
	font: 95% "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #fff;
	background-color: #333;
	padding: 5px;
	height: 30px;
	margin: 0px;
}
*+html div.scrollable div.items div h3{
	margin-top: -4px;
}
/*
div.scrollable div.items div p{
	font: 65% 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-align: left;
	color: #555;
	padding: 5px;
}
*/
div.scrollable div.items div h3 a {
	font: 95% "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	border-bottom: 0;
	padding: 0px;
}
/*
div.scrollable div.items div h3 a:hover {
	font: 95% 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-decoration: none;
	width: 100%;
	color: #ef0000;
	border-bottom: 0;
	padding: 5px;
}
*/


/* active item */
/*
div.scrollable div.items div.active {		
	background-color: #65DC3C;
}
*/


/*about_us, services, contacts part*/
#wrapper2 {
	margin: 0px auto 0px auto;
	font: 100% "Lucida Grande", Verdana, Arial, sans-serif;
	color: #555;
}
.short {
	width: 642px;
}
.long {
	width: 800px;
}
#wrapper2 p {
	padding-bottom: 12px;
	font-size: 80%;
}
#wrapper2 ul {
	list-style-type: square;
	margin-left: 2em;
	font-size: 80%;
}
#wrapper2 h2 {
	color: #FF4848;
	font-weight: 400;
	font: 130% "Book Antiqua", Georgia, "Times New Roman";
	margin-bottom: 10px;
}
#wrapper2 a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#wrapper2 a:hover {
	border-bottom: 1px solid #999;
}
#wrapper2 .list {
	list-style: disc;
}
#wrapper2 .list li {
	margin: 5px 0 0 0;
}
#wrapper2 #left_block {
	float: left;
	display: block;
	margin: 0px 40px 0px 0px;
}
#wrapper2 #right_block {
	float: left;
	position: relative;
	display: block;
}
#wrapper2 form #left_block label {
	text-align: left;
	width: 150px;
	color: #333;
	display: block;
}
#wrapper2 form #left_block input[type="text"] {
	text-align: left;
	width: 150px;
	font-size: 75%;
	color: #333;
	border: 1px solid #555;
}
#wrapper2 form #right_block label {
	text-align: left;
	width: 400px;
	color: #333;
	display: block;
}
#wrapper2 form #right_block input[type="text"] {
	text-align: left;
	width: 400px;
	font-size: 75%;
	color: #333;
	border: 1px solid #555;
}
#wrapper2 form textarea {
	width: 400px;
	height: 96px;
	font-size: 75%;
	color: #333;
	border: 1px solid #555;
	/*position: relative;*/
}
#wrapper2 form input[type="button"] {
	width: 150px;
	height: 50px;
	background-color: #333;
	color: #fff;
	border: 2px outset #555;
	font: 125% "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 12px 2px;
}
#wrapper2 #notify {
	font: 125% "Lucida Grande", Verdana, Arial, sans-serif;
	width: 100%;
	background-color: #65DC3C;
	color: #fff;
	display: none;
	text-align: center;
	line-height: 125%;
	margin-bottom: 5px;
}
#wrapper2 table {
	margin: 0px auto;
	border-collapse: separate;
	border: 0px;
}
#wrapper2 table th {
	text-align: center;
}
.cleared {
	width: 1px;
	height: 1px;
	clear: both;
}