body {
	background: url(../images/background.gif) top center repeat-x;
	margin: 0px;
	padding: 0;
	color: #282828;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0c1541;
}

img {
	border-style: none;
}

a {
	color: #C60000;
	text-decoration: none;
}
a:hover {
	color: #172983;
}
h1{
	font-size:24px;
	color:#122066;
	font-weight: normal;
	line-height: 26px;
}
h2{
	font-size:18px;
	color: #122066;
	font-weight: normal;
}
h3{
	font-size:18px;
	color: #555;
	font-weight: normal;
}
h4{
	font-size:18px;
	padding:2px;
	margin:0px;
	color: #122066;
	border-bottom:1px #999999 dashed;
	font-weight: normal;
}
ul {
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}
/*---------layout----------*/

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	line-height: 20px;
}

#head {
	width: 960px;
	height: 106px;
}
#logo {
	float:left;
	padding-top: 0px;
}
#area {
	width: 960px;
	height: 300px;
	background-color: #686868;
}

#main {
	margin: auto;
	background: url(../images/bg_main.gif) repeat-y;
	width: 960px;
	height: auto;
	background-color: #FFF;
}

#content_left {
	float:left;
	padding:0 20px 30px 30px;
	width: 575px;
	height:auto;
}
#content_left_car {
	float:left;
	padding:0 20px 30px 30px;
	width: 400px;
	height:auto;
}
#content_right_car{
	float:left;
	padding:5px;
	width: 470px;
	height:auto;
}
#content_full {
	float:left;
	padding:0 20px 30px 30px;
	width: 900px;
	height:auto;
}
#content_right{
	float:left;
	padding:5px;
	width: 300px;
	height:auto;
}
#welcome {
	width: 960px;
	height:40px;
	background-image: url(../images/bg-welcome.gif);
	background-repeat: no-repeat;
}
/*---------navigation----------*/

#menu {
	position: absolute;
	top: 31px;
	left: 295px;
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	float: left;
	margin: 0 8px;
	height: 22px;
	font-size: 16px;
	display: block;
	width: 115px;
	text-align:center;
}
#menu li a {
	padding: 0 0 7px 0;
	height: 22px;
	color: #666;
}
#menu li a:hover {
	color:#122066;
}
#menu .current {
	color:#122066;
	font-weight:bold;
}

/*---------various----------*/

.item_box{
	width:auto;
	height:auto;
	padding:10px 0 5px 0;
	border-bottom:1px #666666 dashed;
	line-height: 17px;
}
img.pic_left{
	float:left;
	padding:5px;
	margin:0 8px 8px 0px;
	border:1px  #CCCCCC solid;
}
.spacer{
width:auto; height:2px; clear:both; padding-bottom:2px;}


.project_details{
	float:left;
	width:170px;
	color:#333;
	padding:0px 9px 0 10px;
	background-repeat: no-repeat;
	border: 1px dotted #ccc;
}
.keywords {
	font-size:16px;
	font-weight: normal;
	color: #D90000;
}

/*---------occasions----------*/

ul.details { padding: 0px; margin: 0px; }
ul.details li { list-style-type: none; }

ul.details span.name {
	display: block;
	float: left;
	width: 75px;
	height: 60px;
}
ul.details span.value {
	display: block;
	float: left;
	width: 220px;
	height: 40px;
	padding-top: 20px;
}



/*---------contact----------*/

#form {
	padding: 0px;
	margin: 0px;
}
#fields label {
	width: 260px;
	display: block;
	padding: 0px;
}
#fields input {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
}
#fields textarea {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
	height: 63px;
}
#send input {
	width: 64px;
	height: 20px;
	margin: 0px;
}

.contact_info{
	float:left;
	width: 220px;
	padding-left: 75px;
}
.apk{
	float:left;
	width: 300px;
	text-align: center;
}
#submit {
	border: 1px solid #929292;
	padding: 2px;
	cursor: pointer;
	background-color: #CCC;
	font-family:Arial, Helvetica, sans-serif;
}


/*---------footer----------*/

#footer {
	text-align:center;
	font-size:10px;
	color:#000033;
	padding-top:10px;
	width: 960px;
	height:40px;
	background-image: url(../images/bg-footer.gif);
}
#footer a {
	background: none;
	padding: 0px;

}


/*---------slider----------*/


#slider1 {
	width: 960px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	clear: both;
}

#featured{
	width:960px;
	position:relative;
	border-bottom:0px solid #ccc;
	height:300px;
	overflow:hidden;
	background:#fff;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:0px;
	left:605px;
	list-style:none;
	padding:0;
	margin:0;
	width:350px;
	height:300px;
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{
	padding:1px 0;
	padding-left:13px;
	font-size:12px;
	color:#05103E;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:3px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{
	font-size:12px;
	font-family:Arial;
	line-height:20px;
}
#featured li.ui-tabs-nav-item a{
	display:block;
	height:72px;
	text-decoration:none;
	color:#05103E;
	background:#fff;
	line-height:20px;
	outline:none;
	cursor: pointer;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../images/selected-item.gif') top left no-repeat;  
	
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background-color: #FFF;

}
#featured .ui-tabs-panel{
	width:600px;
	height:300px;
	position:relative;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	bottom:0;
	left:0;
	height:40px;
	background: url('../images/transparent-bg.png');
	width: 600px;
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:10px;
	margin:0;
	font-weight:bold;
	overflow:hidden;
	padding-bottom: 0px;
	display: block;
}
#featured .info p{
	margin:0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#f0f0f0;
	padding: 10px;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

