/**

 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $

 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )

 * @package Joomla

 * @subpackage Accessible-Template-Beez

 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.

 * @license GNU/GPL, see LICENSE.php

 * Joomla! is free software. This version may have been modified pursuant to the

 * GNU General Public License, and as distributed it includes or is derivative

 * of works licensed under the GNU General Public License or other free or open

 * source software licenses. See COPYRIGHT.php for copyright notices and

 * details.

 */





html {

	background-color: Black;

}





body {

	/*color: White;*/

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #bdd7ff;

	padding: 0px;

	text-align: center;

}



td {

	vertical-align: top;

	text-align: left;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #bdd7ff;	



}



div {

	vertical-align: top;

	text-align: left;

}



/* navigation */



a {

	color: #bdd7ff;
	font-weight: bolder;
	text-decoration: none;
	border: none;

}



a:hover {

	color: white;

}



a.selected:link selected:visited selected:hover selected:active {

	font-style: italic;

}



.textmenu {

	color: red;



}







/* structure */



#wrapper {

	width: 1002px;

	height: 651px;

	background-color: Black;

	padding: 10px;

	border: 4px double #3c5173;

	margin-left: auto;

	margin-right: auto;

	margin-top: 2px;

}











#content {

	width: 697px;

	height: 430px;

	/*border: 2px solid #3c5173;*/

	float: left;

	margin-top: 20px;

}



#navigation {

	width: 611px;
	height: 195px;
	margin-right: 3px;
	float: left;
	text-align: left;
	margin-top: 4px;
}



#textnav {

	width: 100px;

	height: 195px;

	/*color: #6495ED;*/

	color: #bdd7ff;	

	/*border: 1px solid red;*/

	float: left;

	padding-top: 0px;

	margin-left: 1px;

	text-align: left;

	font-size: 14px;

	font-weight: normal;

	line-height: 20px;

}



#sidebar {

	width: 260px;

	height: 636px;

	/*border: 1px solid blue;*/

	float: right;

}



.rand {

	width: 238px;

	height: 159px;

	background-color: #3c5173;

	border: 3px solid #3c5173;

	float: right;

	padding: 0px;

}



.rand_2 {

	width: 238px;

	height: 159px;

	background-color: #3c5173;	

	border-left: 3px solid #3c5173;

	border-right: 3px solid #3c5173;

	border-bottom: 3px solid #3c5173;

	float: right;	

}



#brochure {

	font-size: 9px;

	margin-top: -5px;

	width: 53px;

	text-align: center;

}



/*image flow */



#imageflow {

	width: 700px;

	/*max-width: 800px;

	min-height:100%;*/

	height: 637px;

	text-align: left;

	margin: 0 auto;

	/*position: relative;*/

	/*border: 1px solid #3c5173;*/

	background-color: black;

	padding: 0px 0px;

}

#imageflow div#imageflow_images img {

	position:absolute;

	top:0px;

	border:none;

}

#imageflow div#imageflow_images {

	visibility: hidden;

}

#imageflow div#imageflow_loading{

	margin-top:10px;

	margin-bottom:20px;

	text-align:center;

	color: yellow;

	width:100%;

}

#imageflow div#imageflow_loading img{

	margin-top:10px;

	position:relative;

}

#imageflow div#imageflow_captions{

	font-weight:bold;

	position:relative;

	text-align:center;

	color: yellow;

}

#imageflow div#imageflow_scrollbar{

	visibility: visible;

	position: relative;

	border-bottom: 1px solid silver;

}

#imageflow div#imageflow_slider {

	position: absolute;

	margin-top: -7px;

	margin-left: -7px;

	background-image: url(/c_house/templates/c_house/images/slider.png);

	background-repeat: no-repeat;

	width: 140px;

	height: 140px;

}


