/* project: internet services template

   author: luka cvrk (www.solucija.com) */



   

/* default styles

   -------------- */

   

body {
	padding: 0;
	margin: 0;
	font: 0.7em Tahoma, sans-serif;
	line-height: 1.5em;
	color: #454545;
	background: #0084BF url(../images/bg-blue.jpg) repeat-x;

}



a {
	color: #006997;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #0086BF;
	background: inherit;
	text-decoration: underline;
}



h1 {

	font: normal 2.1em Arial, Sans-Serif;

	letter-spacing: 1px;

	padding: 7px 0 0 8px;

	margin: 0;

	font-weight: bold;

}

.dark  { color: #737373; background: inherit; font-weight: bold; }

h1 a, h2 a { text-decoration: none; }

h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }

h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }

h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

h4 {

	margin: 0;

	padding: 0;

	font: Arial, Sans-Serif;

	letter-spacing: 0px;

	font-size: 12px;

}

h5 {

	font-size: 1em;

	color: #000;

	text-align: left;

	padding: 0 0 5px 0;

	margin: 0 0 0 0;

}

h6 {
	font-size: 1.2em;
	color: #000000;
	background: inherit;
	font-weight: bold;
	font: Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}






p {
	margin: 0 0 3px 0;
}



ul { margin: 0; padding : 0; list-style : none; }



form { 	margin: 0; }

.color_content {
	width: 100%;
	height: 100px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	clear: both;
	background: #014D6F;
	text-align: center;
}

.color_content_clear {

	width: 100%;

	height: 100px;

	border-top: solid 1px #000;

	border-bottom: solid 1px #000;

	clear: both;

	background: #8F9AAF;

	text-align: center;

}

.content_top {
	margin: 0 auto;
	width: 930px;
	padding: 0px 0px 0 0px;
	background-color: #ffffff;
	height: 57px;

}
.content_top_map {
	margin: 0 auto;
	width: 930px;
	padding: 20px 10px 0 10px;
	background-color: #ffffff;
	height: 40px;
	background-image: url(../images/fade-top-grey.jpg);
}




/* layout

   ------ */



.content {
	padding: 10px 0px 0 0px;
	background: #ffffff;

}
.bg-wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	background: url(../images/bk-fade.png) repeat-y;
}


.content_outline {
	margin: 0 auto;
	width: 910px;
	padding: 10px;
	background-color: #ffffff;
	border-top: 1px solid #000000;

}



input.search {

	width: 292px;

	border: 0;

	background: #FFF url(../images/input.gif) no-repeat;

	padding: 4px;

	color: #667c99;

	font-weight: bold;

}



input.submit {

	background: #667c99 url(../images/submit.gif) no-repeat;

	border: 0;

	padding: 4px 0;

	width: 65px;

	margin: 0 15px 1px 0;

	color: #FFF;

	font: bold 1em Arial, Sans-Serif;

}



input.login { 

	width: 150px;

	border: none; 

	

	padding: 4px; 

}




.header { 

	height: 55px;

	background: #eee;

	color: #808080;

	margin: 3px 0;

	padding: 10px 0 0 0;

	border-bottom: 1px solid #ccc;

}





.top_info {

	float: right;

	width: auto;

	padding: 5px 0 4px 0;

	border-bottom: 1px solid #eee;

	background: #eee;

	color: #808080;

}





	.top_info_left {

		width: 200px;

		float: left;

	}



	.top_info_right {

	float: right;

	width: auto;

	padding: 0 15px 0 35px;

	border-left: 1px solid #eee;

	text-align: right;

	}



.browse_category  {
	font-size: 14px;
	width: 300px;
	color: #FFF;
	background: inherit;
	font-weight: bold;
	font: Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.browse_category2 {
	font-size: 14px;
	width: 190px;
	color: #000;
	background: inherit;
	font-weight: bold;
	font: Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	float: left;
	text-align: left;
	margin-left: 27px;

}
.browse_category_main {
	font-size: 14px;
	width: 220px;
	color: #FFF;
	background: inherit;
	font-weight: bold;
	font: Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}





.bar {
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #FFF;
	margin: 0 0 0 0px;
	padding-left: 8px;
	background: #014D6F url(../images/bar-bg.jpg);

}



	.bar li {
	margin: 0;
	padding: 7px 20px 1px 20px;
	color: #FFF;
	float: left;

	}

	

	.bar li.active {
	color: #fff;
	font-weight: bold;
	padding: 7px 10px 6px 10px;

	}

	

	.bar li a {
	font-weight: bold;
	color: #FFF;
	background: inherit;
	} 

	

	.bar li a:hover {
	color: #eee;
	background: inherit;
	} 



.search_field {

	color: #808080;

	clear: both;

	text-align: center;

}



.grey {

	color: #808080;

	background: inherit;

	font-weight: normal;

}





.search_form {
	text-align: right;
	background-color: #eee;
	padding: 5px 25px 0 0;
	font-weight: bold;
	margin: 0px 0 0px 0;
	height: 22px;

}
.search_form a {
}


.search_form2 {
	text-align: center;
	background-color: #eee;
	padding: 3px 7px 0 0;
	font-weight: bold;
	margin: 0px 0 0px 0;
	height: 22px;
	color: #000000;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 1.1em;

}




.search_form a:hover {
	text-decoration: underline;

}
.search_form2 a:hover {
}








.subheader {

	margin: 0px 0 10px 0;

	border-bottom: 1px solid #eee;

	padding: 5px 0 5px 0;

	background: #A4A4A4;

	color: #fff;

}



/* left side

   --------- */



.left {
	float: left;
	width: 630px;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	border-right: dashed 1px #000000;
	padding: 0 15px 0 15px;

}





.left h3 {
	clear: both;
	background: #fff;
	color: #000000;
	padding: 10px 0 5px 15px;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px #cccccc;
	font: bold 16px Arial, Sans-Serif;
	letter-spacing: 1px;

}

		

	.left_side a, .right_side a { color: #414141; background: #FFF; }

		

	.left_box {
	margin: 0px 3px 3px 0;
	color: #000;
	background: #fff;
	padding: 0px 0px 3px 0px;

}

	.left_side {

	float: left;

	width: 180px;

	padding: 0 0 0 40px;

	margin: 10px 0;

	}

		

	.right_side {

	float: right;

	width: 220px;

	background: #FFF url(../images/dotted.gif) repeat-y;

	color: #414141;

	padding: 0 0 0 0;

	margin: 10px 0 0 0;

	}

	

		

/* right side

   ---------- */

		

.right {
	float: right;
	width: 250px;
	margin: 0 0 10px 0;
	padding-right: 10px;

}



.right h3 {
	background: #fff;
	;
	color: #000;
	padding: 10px 0 5px 15px;
	margin: 0 0 0px 10px;
	font: bold 16px Arial, Sans-Serif;
	letter-spacing: 1px;
	border-bottom: solid 1px #cccccc;

}



	.right_articles {
	color: #414141;
	padding: 0px 0 0px 10px;
	margin: 0px 0px 3px 0px;

	}

.right_articles a:hover {

}



.right_articles li {
	padding: 3px 0 5px 15px;
	background: #f8f8f8;
	margin: 5px 0 5px 0;
	border: solid 1px #cccccc;

}
.right_articles li:hover {
	background-color: #FFFFFF;
}




	

.image {

	float: left;

	margin: 0 9px 3px 0;

}



/* footer

   ------ */



.footer {
	clear: both;
	text-align: center;
	padding: 0px 0 0px 0;
	margin: 0;

}



.footer a { color: #808080; background: #fff; }



.logo {

	width: 376px;

	padding: 0 0 0 0;

	background-image: url(../images/solb_main2.gif);

	height: 48px;

}

.subheader {

	font-size: 12px;

}

.left_box2 {

	margin: 0 10px 10px 0;

	color: #000;

	background: #ffffff;

	padding: 3px 0;

	background-image: url(../images/header2.jpg);

	height: 155px;

	border: 1px solid #000000;

}

.header2 {

	height: 55px;

	background: #eee;

	color: #808080;

	margin: 3px 0;

	padding: 0 0 0 0;

	border-bottom: 1px solid #ccc;

	width: 100%;

}

.linkdir {

	text-align: center;

	padding: 10px 0 10px 0;

	margin: 0;

}

.linkdir a {

	color: #000000;

}

.news {

	font-family: verdana, arial, "ms sans serif", sans-serif;

	font-size: 10px;

	line-height: 10px;

	padding-left: 5px;

	color: #fff;

	background-color: #7C8AA4;

	font-weight: bold;

}

.news a{

	color: #000000;

	text-decoration: none;

}

.news a:hover{

	color: #000000;

	text-decoration: underline;

}

.colorline {
	background-color: #6C757A;
	height: 15px;
	border-bottom: 1px solid #000;
	text-align: right;
	text-decoration: none;
	padding-left: 200px;
	padding-right: 20%;
	color: #eee;
	font-weight: bold;

}

.colorline2 {
	height: 0px;

}

.colorline3 {

	height: 95px;

	background: #fff;

	border-bottom: 1px solid #ccc;

}

.header_search {

	height: 55px;

	background: #eee;

	color: #808080;

	margin: 3px 0;

	padding: 0 0 0 0;

	border-bottom: 1px solid #ccc;

	width: 100%;

}

.search_nav {

	width: 195px;

}

.left_listings {

	float: left;

	width: 100%;

	margin: 0 0 5px 0;

}

.left_listings h3 {

	clear: both;

	background: #7C8AA4 url(../images/fade_blue_top.gif) repeat;

	color: #FFF;

	padding: 9px 0 5px 15px;

	font: bold 1em Tahoma, Arial, Sans-Serif;

	margin: 0 0px 0px 0px;

}

.search_box {

	border-top: solid 1px #ccc;

}

.main_square {

	height: 45px;

	width: 150px;

	border: solid 1px #ccc;

	text-align: center;

	float: left;

	margin: 30px 0 3px 37px;

	background-color: #eee;

}



.square_content {

	margin-top: 7px;

	font-variant: small-caps;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

}

.square_content a {

	color: #667c99;

	text-decoration: none;

}

.quote_header {font-size: 12pt;

	font-weight: bold;

}



.square_content a:hover {

	color: #99A8BB;

	text-decoration: none;

}

.BODYTABLE {

	background-color: #FFFFFF;

}

.footer_image {

	width: 950px;

	margin: 0 auto 0 auto;

	text-align: right;

}

.form_outline {
	border: solid 1px #ccc;
	background: #f8f8f8;
	padding: 5px 15px 5px 15px;

}

.color {
	background-color: #B0DFFF;
}
.listings_mainpage {
	text-align: center;
	background-color: #f8f8f8;
	padding: 3px 7px 0 25px;
	font-weight: bold;
	margin: 3px 0 10px 0;
	height: 22px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #000000;
	font-size: 14px;
}
.listings_mainpage a {
	font-size: 14px;
}


.listings_mainpage a:hover {

}
.space {
	height: 10px;
}
.space2 {
	height: 10px;
}
.style2 {
	color: #000000;
	font-weight: bold;
}
.footer_help {
	text-align: right;
	width: 950px;
	margin: 0 auto 0 auto;
}

.esa_container {
	width: 930px;
	margin: 0 auto;
	height: 100px;
}
.esa_number {
	float: right;
	width: 210px;
	color: #000000;
	border: solid 1px #000000;
	background: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0 3px 10px;
	margin: 28px 15px 0 0;
	text-align: left;
}

.container_float {
	float: right;
	width: 300px;
	height: 100px;
}
.phone_top {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom: solid 1px #000000;
}
.phone_top a {
	color: #FFFFFF;
	text-decoration: none;
}


.phone_top_container {
	margin: 0px auto;
	width: 930px;
	text-align: right;

}
.top_logo {
	height: 85px;
	width: 210px;
	clear: both;
	border: solid 1px #000000;
	margin: 7px 0 0 775px;
	position: absolute;
	background-image: url(../images/phoenix-homesmart-text-s.jpg);
	left: -80px;
}
.logo_wrap {
	position: absolute;
	width: 930px;
	margin-left: -465px;
	left: 50%;
}



.ledad {
	width: 936px;
	margin: 0 auto;
}
.travel-top {
	height: 75px;
}
.travel-logo {
	text-decoration: none;
	width: 100px;
	height: 62px;
	float: left;
	margin: 5px 0 0 5px;
}
.travel-menu ul {
	float: left;
	margin-top: 37px;
	margin-left: 50px;
	width: 675px;
}
.travel-menu ul li {
	float: left;
	padding: 10px 30px 10px 30px;
	text-align: center;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	font-size: 14px;
}
.travel-menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.travel-end     {
	border-right: solid 1px #000000;
	background: #6C757A;

}
.travel-at {
	color: #000000;
	background: #ffffff;
	font-weight: bold;

}
.travel-beg {
	text-decoration: none;
	background: #6C757A;
}
.travel-button {
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	background: #0084bd;
	border-top: solid 1px #cccccc;
	width: 195px;
	font-size: 12px;
	font-weight: bold;
}
.travel-button a {
	color: #FFFFFF;
	text-decoration: none;
}
.red {
	color: #990000;
}

.fade-sm {
	height: 10px;
	width: 930px;
	margin: 0 auto;
	background: url(http://www.phoenixpowersearch.com/images/fade-sm-bk.jpg);
}

