
/********************************************
SUMMARY
*********************************************/

/*

- TOP

	-- LOGO
	-- MENU

- HEADER 

	-- SLIDER

- BODY

	-- FIND DOMAIN
	-- PLAN BOXES
	-- BOTTOM
	-- AUTOINSTALL SCRIPTS


- FOOTER

   -- COPYRIGHT



/********************************************
HEADER
*********************************************/
#wrapper_header {
	margin: 0 auto;
	width: 740px;
	height: 150px;
	background: url(../images/bg_top.jpg) no-repeat left top;	
}
.logo {
	float: left;
	width: 740px;
	height: 100px;
	padding-top: 50px;
	text-align: center;
}



/********************************************
BODY
*********************************************/
#wrapper_body {
	margin: 0 auto;
	width: 740px;
}
.main_content {
	float: left;
	width: 610px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.imgright {
	float: right;
}
.imgleft {
	float: left;
	margin-right: 28px;
}
.imgleft_02 {
	float: left;
	margin-right: 18px;
}
.colum_left {
	float: left;
	width: 240px;
}
.colum_right {
	float: left;
	width: 370px;
}
.colum_left_02 {
	float: left;
	width: 350px;
	padding-right: 30px;
	border-right: 1px solid #EAEAEA;
}
.colum_right_02 {
	float: left;
	width: 195px;
	padding-left: 25px;
}
.colum_right_02 ul {
	margin: 0px;
	padding: 0px;
}
.colum_right_02 li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	line-height: 23px;
	list-style-type: none;
	background: url(../arrow_01.jpg) no-repeat left 7px;
	color: #1181BB;
}
.download_resume:link, .download_resume:visited {
	float: left;
	width: 195px;
	height: 39px;
	background: url(../images/button_downresume_normal.jpg) no-repeat left top;
}
.download_resume:hover {
	float: left;
	width: 195px;
	height: 39px;
	background: url(../images/button_downresume_hover.jpg) no-repeat left top;
}
ul.mynetworks {
	float: left;
	margin: 0px 40px 0px 0px;
	padding: 0px;
	width: 265px;
}
.mynetworks li {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 235px;
	height: 39px;
	padding: 10px 15px;
	list-style-type: none;
	background: url(../images/network_bg.jpg) no-repeat left top;
}
ul.mynetworks strong {
	display: block;
}

.gallery_hide {
	display: none;
}


/* ---------- Contact Form ---------- */

.contact_form {
	float: left;
	width: 350px;
}
.contact_form label{
	width: 350px;
	padding-top: 5px;
	display: block;
}
.input_bg {
	width: 290px;
	height: 23px;
	padding: 7px 10px 0px 10px;
	background: url(../images/input_bg.jpg) no-repeat left top;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #727272;
}
.textarea_bg {
	width:  290px;
	height: 133px;
	padding: 7px 10px 0px 10px;
	background: url(../images/textarea_bg.jpg) no-repeat left top;
	color: #727272;
}
.input_submit {
	width: 105px;
	height: 31px;
	background: url(../images/button_formsubmit.jpg) no-repeat left top;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
}


/********************************************
FOOTER
*********************************************/
#wrapper_footer {
	margin: 0 auto;
	width: 740px;
}
.wrapper_footer_center {
	float: left;
	width: 740px;
	height: 50px;
	background: url(../images/bg_bottom.jpg) no-repeat left top;
}







