@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
}


#wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:auto;
}

.logo
{
	width:auto;
	height:139px;
	float:left;
}

.nav_bar 
{
	width:785px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/nav_bar.jpg);
	background-repeat:no-repeat;
	float:left;
	
}

.nav_text
{
	margin-top:10px;
	margin-left:20px;
	word-spacing:20px;
	font-weight:bold;
	width:500px;
	float:left;
}

.nav_text a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f96ff4;
	text-decoration:none;
	font-weight:bold;
}

.nav_text a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f96ff4;
	text-decoration:none;
	font-weight:bold;
}

.nav_text a:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f96ff4;
	text-decoration:none;
	font-weight:bold;
}

.nav_text a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.header
{
	width:782px;
	height:191px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	float:left;
	
}


body
{
	background:url(../images/rose_red.jpg) no-repeat top right;
	background:repeat:
}

#main
{
	width:780px;
	margin-top:15px;
	margin-left:5px;
	float:left;
	height:auto;
}


#left_side
{
	width:395px;
	margin-top:15px;
	margin-left:5px;
	float:left;
	height:auto;
}

#left_side_portfolio
{
	width:295px;
	margin-top:15px;
	margin-left:5px;
	float:left;
	height:auto;
	margin-bottom:30px;
	padding-bottom:30px;
}


#right_side
{
	width:350px;
	margin-top:30px;
	margin-left:20px;	
	height:auto;
	float:left;
	text-align:center;
	border-left:1px dashed #dfdfdf;
	margin-bottom:30px;
}


#right_side_a
{
	width:270px;
	margin-top:60px;
	margin-left:500px;	
	height:auto;
	text-align:center;
	float:right;
}

#right_side_forsale
{
	width:220px;
	margin-top:45px;
	padding:10px;
	background-color:#f9f9f9;
	margin-left:30px;	
	height:auto;
	float:left;
}

#left_side_forsale
{
	width:480px;
	margin-top:10px;
	margin-left:5px;
	float:left;
	height:auto;
}

.right_content
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:250px;
	padding:10px;
	padding-top:10px;
	padding-bottom:10px;
	
}

#recent
{
	height:100px; 
	width:270px;
	margin:20px 0 20px 40px;
}


html*#recent
{
	height:100px; 
	width:270px;
	margin:20px 0 20px 20px;
}


.text_area
{
	margin-top:5px;
	height:auto;
	padding:10px;
	float:left;
	width:350px;
}

.text_area_top
{
 
	margin-top:5px;
	height:auto;
	padding:10px;
	float:left;
	width:350px;   
}

.text_area p
{
    padding:10px 0 10px 0;  
}


.text_area img
{
	padding:0 5px 0 0;
}

.text_area_services
{
	margin-top:5px;
	width:700px;
	height:auto;
	margin-left:10px;
	margin-bottom:30px;
	float:left;
	
}

#port_links
{
	margin-top:-30px;
}



.footer_all
{	
	clear:both;
	width:140%;
	height:75px;
	margin-top:60px;
	margin-left:-320px;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ccc;
	text-align:left;
	background-color:#3C3C3C;
	padding: 20px 0 0 330px;
}





/*para tags*/



h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#f96ff4;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}

p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	text-align:justify;
	line-height:1.7em;
	margin:0px 0 10px 0;
}

a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f96ff4;
	text-decoration:none;
}

a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f96ff4;
	text-decoration:none;
}

a:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f96ff4;
	text-decoration:none;
}

a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}

ul
{
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f96ff4;
	text-align:left;
	display:block;
}

li
{
	list-style-type:none;
}

.btn
{
	border:0px;
	background-color:#f96ff4;
	width:70px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	cursor:hand;
}

.btn:hover
{
	border:0px;
	background-color:#cccccc;
	width:70px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	cursor:hand;
}


.input
{
	border:1px solid #cccccc;
	width:120px;
	height:15px;
}

.input:hover
{
	border:1px solid #f96ff4;
	width:120px;
	height:15px;
}

.inputbox
{
	border:1px solid #cccccc;
	width:300px;
	height:70px;
}

.inputbox:hover
{
	border:1px solid #f96ff4;
	width:300px;
	height:70px;
}


.input_quote
{
	border:1px solid #cccccc;
	width:300px;
	height:15px;
}

.input_quote:hover
{
	border:1px solid #f96ff4;
	width:300px;
	height:15px;
}