/*Elements*/
HTML
{
	overflow-y: scroll;
}
BODY
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
}
*
{
	margin: 0;
	padding: 0;
}

hr {
	border: none 0;
	border-top: 1px dashed #000;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

H1
{
	/*[empty]color:;*/
	/*[empty]font-family:;*/
	font-size: 16px;
	/*[empty]font-weight:;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #F1942F;
	text-align: left;
}
H2
{
	/*[empty]color:;*/
	/*[empty]font-family:;*/
	font-size: 19px;
	/*[empty]font-weight:;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #036;
}
H3
{
	/*[empty]color:;*/
	/*[empty]font-family:;*/
	font-size: 18px;
	/*[empty]font-weight:;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
P
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #000;
}
A
{
	color: #999;
}
A:hover
{
	color: #666;
}
UL
{
	list-style-position: inside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
LI
{
}
A IMG
{
	border: none;
}
TABLE
{
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
}
TR
{
}
TD
{
}
/*Classes*/
.clear
{
	clear: both;
}
.float-right
{
	float: right;
}
.float-left
{
	float: left;
}
.invisible
{
	display: none;
}
/*HEADER*/
DIV#header-container
{
	height: 164px;
}
DIV#header
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	color: #000000;
}
IMG#logo
{
	position: absolute;
	left: 71px;
	top: -11px;
	width: 280px;
	height: 181px;
}
IMG#flash {
	position: absolute;
	left: -552px;
	top: 532px;
	width: 454px;
	height: 77px;
}
/*NAVIGATION*/
DIV#header UL.navigation
{
	position: absolute;
	left: 23px;
	top: 181px;
	width: 969px;
}
UL.navigation
{
	list-style-type: none;
}
UL.navigation LI
{
	display: block;
	float: left;
}
UL.navigation LI A
{
	display: block;
	float: left;
	text-indent: -3000px;
	overflow: hidden;
	padding-right: 30px;
}
UL.navigation LI A.home
{
	width: 50px;
	height: 28px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left top;
}
UL.navigation LI A.services
{
	width: 85px;
	height: 28px;
	background-image: url(../images/products.png);
	background-repeat: no-repeat;
	background-position: left top;
}
UL.navigation LI A.renew {
	width: 220px;
	height: 28px;
	background-image: url(../images/renew.png);
	background-repeat: no-repeat;
	background-position: left top;
}
UL.navigation LI A.about
{
	width: 95px;
	height: 28px;
	background-image: url(../images/customers.png);
	background-repeat: no-repeat;
	background-position: left top;
}
UL.navigation LI A.contact
{
	width: 55px;
	height: 28px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.clear
{
}
/*SLIDE*/
DIV#slide
{
	width: 500px;
	height: 800px;
	position: relative;
	background-image: url(../images/slide-bg_vert.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
DIV#cross-slide
{
	width: 457px;
	height: 764px;
	left: 13px;
	top: 10px;
	position: relative;
}
/*CONTENT*/
DIV#content
{
	width: 1000px;
	margin: 0 auto;
}
DIV#content H2
{
	color: #000000;
	font-size: 22px;
	font-weight: normal;
}
DIV#content H3
{
	font-weight: bold;
	font-size: 18px;
}
DIV#content P
{
	font-size: 15px;
	line-height: 1.5em;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
}
DIV#content UL
{
	line-height: 1.5em;
	font-size: 18px;
}
DIV#left-column
{
	float: left;
	width: 400px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 50px;
	background-image: url(../images/panel1bg.png);
	background-repeat: repeat-y;
	margin-right: 20px;
	text-align: justify;
	margin-top: 60px;
	margin-bottom: 27px;
}
DIV#full-column {
	float: left;
	width: 900px;
	text-align: justify;
	margin-top: 10px;
}
DIV#full-column2 {
	float: left;
	width: 960px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: justify;
	margin-bottom: 27px;
	margin-top: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
DIV#left-column3 {
	float: left;
	width: 380px;
	padding-left: 60px;
	padding-top: 57px;
	padding-bottom: 37px;
}
DIV#right-column
{
	float: left;
	width: 460px;
	padding-top: 57px;
	padding-bottom: 37px;
	padding-left: 27px;
}
UL.tick-list
{
	list-style-type: none;
	margin-top: 10px;
	list-style-position: outside;
}
UL.tick-list LI
{
	background: url(../images/tick.jpg) no-repeat top left;
	padding-left: 61px;
	padding-bottom: 12px;
	padding-top: 7px;
}
UL.tick-list LI H3
{
	margin-bottom: 0;
	color: #FFF;
	font-size: 18px;
}
UL.tick-list LI P
{
	color: #C9DCEE;
	font-size: 11px;
}
.slideshow
{
	width: 320px;
	height: 246px;
	list-style-type: none;
}
DIV#right-column .slideshow
{
	margin-top: 75px;
	/*[empty]padding-top:;*/
}
/*FOOTER*/
DIV#footer-container
{
	height: 200px;
	background-repeat: repeat-x;
	background-position: left top;
}
DIV#footer
{
	width: 980px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
}
DIV#footer UL.navigation
{
	position: absolute;
	left: 5px;
	top: 16px;
	height: 76px;
	width: 449px;
}
A.motion
{
	position: absolute;
	left: 771px;
	top: 170px;
}
DIV#left-column2 {
	float: left;
	width: 920px;
	padding-left: 37px;
	padding-top: 27px;
	padding-bottom: 37px;
	padding-right: 37px;
	background-image: url(../images/panel2bg.png);
	margin-top: 60px;
}
.motion {
	font-size: 10px;
	color: #999;
}
.black {
	color: #000;
}
.motion {
	font-size: 12px;
}
#content #left-column2 table tr td p {
	font-size: 12px;
}

