* {
	margin: 0px;
}
html {
	height: 100%;
	overflow: hidden;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin: 0px;
	text-align: center;
	overflow: hidden;
	background-color: #007DC3;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #007DC3;
}
a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}
hr {
	margin-bottom: 10px;
}

h1 {
	height: 33px;
	background-image: url(../images/bullet_large.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 8px 0 0 40px;
	margin: 0 0 -10px 0;
	color: #007DC3;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	height: 22px;
	background-image: url(../images/bullet_small.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 5px 0 0 29px;
	margin: 0 0 -5px 0;
	color: #007DC3;
	font-size: 14px;
	font-weight: normal;
}
h3 {
	padding-top: 5px;
	color: #007DC3;
	font-size: 14px;
	font-weight: normal;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 0px;
	background-color: #FFFFFF;
	padding: 2px;
}

#container_box {
	position: absolute;
	top: 50%;
    left: 50%;
	width: 769px;
	height: 521px;
	margin: -260.5px 0 0 -384.5px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#left_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
	height: 218px;
	padding: 0;
	background-image: url(../images/webdesign_new_style_03.png);	
}

#left_padding_logo {
	position: absolute;
	top: 218px;
	left: 0;
	width: 218px;
	height: 10px;
	padding: 0;
	margin: 0;
	background-image: url(../images/webdesign_new_style_07.png);
}

#left_menu_box {
	position: absolute;
	top: 228px;
	left: 0;
	width: 218px;
	height: 151px;
	padding: 0;
	background-image: url(../images/webdesign_new_style_09.png);
}

#left_menu_box ul {
	margin: 0;
	padding: 13px 0 0 0;
}

#left_menu_box ul li {
	list-style: none;
	margin: 2px 0 0 0 !important;
	margin: 4px 0 0 0;
	padding: 0;
}

#left_padding_menu {
	position: absolute;
	top: 379px;
	left: 0;
	width: 218px;
	height: 142px;
	padding: 0;
	background-image: url(../images/webdesign_new_style_10.png);
}

#center_padding {
	position: absolute;
	top: 0;
	left: 218px;
	width: 10px;
	height: 521px;
	padding: 0;
	background-image: url(../images/webdesign_new_style_04.png);
}

#right_content {
	position: absolute;
	top: 0;
	left: 228px;
	width: 511px;
	height: 506px;
	padding: 15px 15px 0 15px;
	background-image: url(../images/webdesign_new_style_05.png);
}

.content_inner {
	width: 511px;
	height: 491px;
	line-height: 21px;
	padding-right: 5px;
	overflow: auto;
}
.content_block {
	text-align: justify;
	height: 210px;
	margin-top: 10px;
}

.contact_table, .contact_error {
	line-height: normal;
}
.portofolio_image {
	display: inline-block;
	float: left;
	width: 130px;
}
.portofolio_image img, .portofolio_gr_image img {
	border: 5px solid #FFFFFF;
}
.portofolio_gr_image {
	display: inline-block;
	float: left;
	width: 130px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.portofolio_descr_right {
	display: inline-block;
	float: left;
	padding-left: 10px;
	width: 350px;
}
.portofolio_descr_left {
	display: inline-block;
	float: left;
	padding-right: 10px;
	width: 350px;
}
.clearer {
	display: block;
	clear: both;
	padding: 10px 0 10px 0;
}