/*
HOMEPAGE
*/
body
{
	background: #0281ee;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
#wrapper
{
	margin: 0px;
	padding: 0px;
}
#contentOuter
{
	height: 666px;
	width: 100%;
/*
	position: relative;
	background-image: url(images/bg_area.jpg);
	background-repeat: no-repeat;
	background-position: center top;
*/
}
#contentInner
{
	height: 666px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_area.jpg);
	position: relative;
	overflow: hidden;
}
#bucket1, #bucket2, #bucket3, #bucket4, #bucket5, #bucket6 {
}
#bucket1 h2,#bucket2 h2, #bucket3 h2, #bucket4 h2,#bucket5 h2, #bucket6 h2{
	text-indent: -5000px;
}
#bucket1 h2 {
	background: url(images/1_transform.gif) no-repeat;
	display: block;
	width: 277px;
	height: 67px;
	position: absolute;
	top: 15px;
	left: 30px;
	cursor:pointer;
}
#bucket1 .caption
{
	position: absolute;
	top: 90px;
	left: 30px;
	width: 277px;
	display: block;
	overflow: hidden;
	text-align: justify;
}

#bucket2 h2 {
	background: url(images/2_vistit.gif) no-repeat;
	display: block;
	width: 260px;
	height: 179px;
	position: absolute;
	top: 15px;
	left: 368px;
	cursor:pointer;
}
#bucket3 h2 {
	background: url(images/3_current.gif) no-repeat;
	display: block;
	width: 283px;
	height: 36px;
	position: absolute;
	top: 15px;
	left: 687px;
	cursor:pointer;
}
#bucket3 .caption
{
	position: absolute;
	top: 65px;
	left: 687px;
	width: 283px;
	display: block;
	overflow: hidden;
	text-align: justify;
}


#bucket4 h2 {
	background: url(images/4_recent.gif) no-repeat;
	display: block;
	width: 277px;
	height: 35px;
	position: absolute;
	top: 329px;
	left: 30px;
	cursor:pointer;
}
#bucket4 .caption
{
	position: absolute;
	top: 375px;
	left: 30px;
	width: 277px;
	display: block;
	overflow: hidden;
	text-align: justify;
}

#bucket5 h2 {
	background: url(images/5_contact.gif) no-repeat;
	display: block;
	width: 260px;
	height: 32px;
	position: absolute;
	top: 425px;
	left: 368px;
	cursor:pointer;
}
#bucket5 .caption
{
	position: absolute;
	top: 468px;
	left: 368px;
	width: 260px;
	display: block;
	overflow: hidden;
	text-align: justify;
}
#bucket6 h2 {
	background: url(images/6_cs_and_you.gif) no-repeat;
	display: block;
	width: 283px;
	height: 35px;
	position: absolute;
	top: 329px;
	left: 687px;
	cursor:pointer;
}
#bucket6 .caption
{
	position: absolute;
	top: 375px;
	left: 687px;
	width: 283px;
	display: block;
	overflow: hidden;
	text-align: justify;
}
/* footer */
#footer
{
	color: #DDD;
	padding: 10px 0px 0px 0px;
}

#footer a
{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer .row1 a {
	color: #FFF; 
}
#footer .row2 { font-size: 10px; }

a:link, a:visited {
	color: #fdd476;
}

a:hover
{
}
img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 0px 5px 0px 5px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 0px 5px 0px 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	padding: 0px 5px 0px 5px;
	float: right;
}

.alignleft
{
	padding: 0px 5px 0px 5px;
	float: left;
}

/* End Images */
img
{
	border: none;
	padding: 0px 5px 0px 5px;
}

img.right { margin: 5px 0 5px 12px; }
img.left { margin: 5px 12px 5px 0; }

img.border
{
	background: #555;
	display: block;
	padding: 3px;
}
/* misc */
.clearer
{
	clear: both;
	font-size: 0;
}

.left { float: left; }
.right { float: right; }
#content li { margin-left: 18px; }
code,ul,ol { padding: 0px 0px 0px 10px; }
