/* TOP | RIGHT | BOTTOM | LEFT */

html {
	overflow-y	:	scroll;
}

body {
	font-family			:	Verdana, Arial, Sans-Serif;
	font-size			:	11px;
	padding				:	0;
	text-align			:	center;
	margin-top			:	0;
	background-color	:	#dfdfdf;
}

a {
	font-weight			:	bold;
	text-decoration		:	none;
}

a:active { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }

.linkwrapper {
	margin	:	0px 0px 10px 0px; /* make space between links in vertical dimension */
}

a.link {
	color			:	#736C67;
	padding			:	0px 0px 0px 15px;
	margin			:	0px 0px 0px 0px;
	background		:	url("../images/arrow_4.gif") no-repeat 0px 0px;
}

a.mail { color: #8f8f8f; }

.mainbox {
	background-color	:	#ffffff;
	width				:	800px;
	margin				:	0px auto 0px auto;
	text-align			:	left;
	border				:	10px solid #ffffff;
}

.skinbox {
	width			:	800px;
	height			:	256px;
	margin			:	0px 0px 50px 0px;
	background		:	url("../images/solutions.jpg") no-repeat 0px 0px;
}

.skinbox1 {
	width			:	800px;
	height			:	256px;
	margin			:	0px 0px 50px 0px;
	background		:	url("../images/embedded.jpg") no-repeat 0px 0px;
}

.leftbox {
	width: 39%;
	float: left;
}

.leftbox .lboxcontent{
	float		:	left;
	line-height	:	150%;
	margin		:	20px 0px 0px 40px;
}

.headerwrapper {
	margin	:	0px 0px 0px 40px;
}

.header {
	width		:	220px;
	height		:	24px;
	background	:	url("../images/banner_4.gif") no-repeat 0px 0px;
}

.header .headertext {
	margin		:	0;
	padding-top	:	2px;
	color		:	#ffffff;
	font-size	:	13px;
	text-align	:	center;
}

.rightbox {
	border-left	:	1px solid #afafaf;
	width		:	59%;
	float		:	right;
}

.rightbox .rboxcontent {
	float		:	left;
	line-height	:	150%;
	margin		:	20px 40px 0px 40px;
}

.h1wrapper {
/*
border:	1px solid #afafaf;
*/
	margin	:	0px 0px 0px 40px;
}

H1 {
	font-size	:	18px;
	color		:	#464646;
}

.footer {
	clear		:	both;
	width		:	100%;
	height		:	24px;
}

.contacts {
	color	:	#8f8f8f;
	width	:	800px;
	clear	:	both;
}

.contacts .contacttext {
	color		:	#8f8f8f;
	padding		:	5px 0px 5px 10px;
}

ul.list {
	list-style-image	:	url("../images/disc.gif");
}

