/*-----MAIN STYLE------*/

body {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	background-color:#000000;
	margin:0px;
	line-height:20px;
	padding-bottom:30px;
	text-align: justify;
}

#navigation {
	background-color:#000000;
	border-bottom:1px solid #6c6c6c;
	height:40px;
	font-size:12px;
}

a.nav {
	margin-left:5px;
	margin-right:15px;
	color:#ffffff;
	font-family:Lucida Sans, Times;
	text-decoration:none;
	line-height:50px;
}

a.nav:hover {
	color:#c432aa;
}

a.navcur {
	margin-left:5px;
	margin-right:15px;
	color:#ffffff;
	font-family:Lucida Sans, Times;
	text-decoration:none;
	line-height:50px;
	background-image:url(images/navcur.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:17px;
}

a.navcur:hover {
	color:#ffffff;
}

#navhold {
	background-image:url(images/navtop.jpg);
	background-repeat:no-repeat;
	width:810px;
	margin:auto;
	position:relative;
	height: 40px;
}

#navright {
	line-height:50px;
	top:0px;
	right:0px;
	position:absolute;
}

#main {
	background-color:#ffffff;
	background-image:url(images/alligator.jpg);
	background-repeat:repeat-x;
}

#logo {
	text-align:center;
	height:150px;
}

#logo img {
	/*padding-top:50px;*/
}

#content_interior {
	background-image:url(images/content_top_interior.jpg);
	background-repeat:no-repeat;
	padding:20px;
	padding-bottom:40px;
	padding-top:20px;
}

#content {
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	padding:15px;
	padding-bottom:30px;
}

#left {
	float:left;
	width:470px;
	padding-top:10px;
}

#right {
	margin-left:510px;
}

#footer {
	color:#ffffff;
	padding-bottom:20px;
}

/*------SHOWCASE------*/

#showcase {
	background-color:#000000;
	height:285px;
	padding-top:10px;
	padding-left:10px;
	position:relative;
	margin-bottom:40px;
}

#showcase_nav {
	position:absolute;
	width:32px;
	height:76px;
	right:-32px;
	top:50px;
	background-image:url(images/showcasenavbg.jpg);
	background-repeat:no-repeat;
	padding-top:17px;
}

.showcase_blockbg  {
	background-image:url(images/blockbg.png);
	background-repeat:no-repeat;	
	width:370px;
	height:275px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
}

.showcase_desc {
	width:330px;
	padding:10px;
	padding-top:20px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:20;
	color:#ffffff;
	font-size:14px;
}

.showcase_desc h6 {
	float: right;
	margin: 0;
	color: yellow;
}
.showcase_desc img {
	float: left;
}

.showcase_title {
	color:#ffffff;
}

#slides {
	position:relative;
	height:275px;
}

#slides .slide {
	position:absolute;
	height:275px;
}

/*------CONTENT------*/

#content_bottom {
	height:40px;
	background-image:url(images/content_bottom.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.graybox {
	background-color:#f0f0f0;
	border-bottom:2px dotted #bbbbbb;
	padding:10px;
	margin-bottom:20px;
}

.column_left {
	float:left;
	width:250px;
	margin-right:15px;
}

.column_right {
	float:left;
	width:250px;
}	

.block-left {
	width:230px;
	float:left;
}

.block-right {
	width:230px;
	float:left;
	margin-left:10px;
}


.container {
	width:810px;
	margin:auto;
	position:relative;
}

.linkbox {
	margin-bottom:20px;
}

.linkbox a {
	display:block;
	border-bottom:1px dotted #d0d0d0;
	text-decoration:none;
	color:#000000;
	line-height:35px;
}

.port_left {
	float:left;
	width:90px;
}

.port_right {
	margin-left:90px;
}
