/* CSS Document */

html,body {
	background-image: url(../images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	margin:0;
	padding:0;
	height: 99.50%;
	font-family:arial;
	font-size:12px;
}
body{
	margin: auto;	
	height: 100%;
	min-width:99.50%;
	color:#cccccc;
}
a{
	text-decoration:none;
	color:#999900;
}
a:hover{
	color:#cccccc;
}
a:visited{
	color:#999900;
}

.hidden {
	display: none;
}
#wrapper{
	margin: 0;
	padding:0;
	position: relative;
	/*border:1px solid #efefef;*/
}
#top_content{
	height:220px;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#middle_content{
	height:275px;
	width:900px;
	margin:0 auto;
	clear:both;
	position: relative;
}
#bottom_content{
	height:27%;
	width:900px;
	margin:0 auto;
	position: relative;
}
#mc_left {
	float: left;
	height: 275px;
	width: 287px;
}
#mc_separator {
	float: left;
	height: 275px;
	width: 16px;
	background-image: url(../images/separator.gif);
	background-repeat: no-repeat;
}
#mc_right {
	float: right;
	height: 275px;
	width: 590px;
	position: relative;
}
ul#list_menu{
	list-style:none;
	margin:0px;
	padding:0px;
	display: block;
	position: relative;
}
ul#list_menu li{
	float:left;
	line-height:30px;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	width:70px;
	background:url(../images/underline.gif) no-repeat bottom left;
	font-weight:bold;
	display: block;
}
#box_frame{
	clear: both;
	position: relative;
	height: 223px;
	overflow: hidden;
	top:10px;
	left: 12px;
}
#box_frame .box_list {
	height: auto;
	position: relative;
	width: 200px;
	float: left;
	z-index: 4;
	/*border:1px solid #CCCCCC;*/
}
#box_frame .box_form {
	height: 100px;
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
#form_cetek_sms {
	margin: 0px;
	padding: 0px;
}

.box_form input {
	font-family: arial;
	font-size: 10px;
	border: 1px groove #CCCCCC;
	background-color: #000;
	margin-top: 2px;
	color:#FFFFFF;
}

.scrool_bar {
	width: 25px;
	position: relative;
	float: right;
	/*border:1px solid #CCCCCC;*/
	height: 220px;
	margin-right: 20px;
	margin-top: 10px;
}
.scrool_bar .down{
	height:30px;
	text-align:center;
}
.scrool_bar .middle{
	height:160px;
}
.scrool_bar .up{
	height:30px;
	text-align:center;
}
#content_frame {
	clear: both;
	position: relative;
	height: 233px;
	overflow: hidden;
	top:10px;
	left: 10px;
}
#content_frame .mc_content {
	clear: both;
	display: block;
	height: 225px;
	position: relative;
}

#content_frame .page_content {
	height: auto;
	position: relative;
	width: 530px;
	float: left;
	/*border:1px solid #CCCCCC;*/
}


.mc_content h3{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
}
#frame_portfolio {
	position: relative;
	height: 150px;
	clear:both;
	margin-top: 10px;
	overflow: hidden;
	width: 870px;
	margin-left: 10px;
}
#portfolio_list {
	width: 2249px;
	position: relative;
}
pre{
	border-top:#CCCCCC 1px groove;
	border-bottom:#CCCCCC 1px groove;
	color:#220000;
	font-family:Courier New;
	padding:5px;
	overflow:auto;
	width:540px;
	text-transform:italic;
	overflow: hidden;
	color:#CCCCCC;
}
#page_content_collapse {
	float: right;
	height: 30px;
	width: 58px;
	position: relative;
	right: 280px;
}

/*GALLERY*/

.thumb_group{
	width:95px;
	height:72px;
	border-right:#efefef solid 1px;
	border-bottom:#efefef solid 1px;
	position: relative;
	margin:5px 5px 0 0;
	padding-top:2px;
	padding-left:2px;
	background-color:#000000;
	float:left;
}
.thumb_group_info{
	width:400px;
	height:72px;
	border-top:#efefef solid 1px;
	border-left:#efefef solid 1px;
	position: relative;
	margin:5px 5px 0 0;
	float:left;
	clear:right;
}
.thumb_group_info .info{
	margin:2px 2px 0 2px;
	height:50px;
}
.thumb_group_info .action{
	margin-left:2px;
	height:50px;
	text-align:right;
}

.thumb{
	width:90px;
	height:67px;
	border:#efefef solid 1px;
	position: relative;
	margin:5px 5px 0 0;
	float:left;
}
#cetekbox{
	z-index:1000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	position:absolute;
	background:#fff;
	text-align:right;
	left:100px;
	top:300px;
}

#cetekbox .close{
	margin-top:10px;
	margin-right:10px;
}

.boxCetekContent{
	position:absolute;
	padding-bottom:5px;
	z-index:2000;
	top:0;
	left:0;
	border:#555555 solid 1px;
}