/* CSS Document */
* {
	margin: 0 auto;
	padding: 0;
}



body{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#373737;
	line-height:20px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	
}




#top{

	width:1000px;
	height:108px;
	float:left;
}

.logo{

	width:247px;
	height:39px;
	float:left;
}

#menu{

	width:162px;
	height:10px;
	float:right;
	font-size:13px;
	

}

#menu a{

	 color:#000000; text-decoration:none; padding-bottom:2px;
}

#menu a:hover{

	 color:#000000; text-decoration:none; border-bottom:3px solid #C5146C;padding-bottom:2px;
}

#menu .selected{

	 color:#000;  border-bottom:3px solid #C5146C;  padding-bottom:2px;
}




#header_image{

	width:1000px;
	height:300px;
	float:left;
}

#content_home{

	width:1000px;
	height:100%;
	clear: both;
	position: relative;
	margin-top:27px;
}

#image_box{
	
	width:230px;
	height:200px;
	float:left;
	border-bottom:1px solid #999999;
	margin-right:20px;
	margin-top:20px;

}


#image_box p{
	
	width:230px;
	height:20px;
	float:left;
	margin-top:7px;
}

#image_box p span{
	
	
	height:20px;
	float:left;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

#image_box p span img{
	
	float:right;
	
	
}


ul.gallery {
	
	list-style: none;
	margin: 0 auto; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 0px; padding: 0;
	text-align: center;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
ul.gallery li a.thumb {
	width: 230px;
	height: 130px;
	
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 230px;
	height: 130px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333;
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}


#space{

	width:1000px;
	height:20px;
	float:left;
}


.thumb-container {
	display: block;
	margin: 0;
	width: 230px;
	height: 130px;
	background-image: url(images/thumb_container_bg.jpg);
}

.thumb-container a{
	
	color:#C5146C;text-decoration:none;
}

.thumb-container a:hover{
	
	color:#C5146C; text-decoration:underline;
}

.thumb-type {
	padding: 10px 6px;
	position: absolute;
	z-index: 50;
	width: 210px;
	height: 125px;
	
}

.thumb-type h3{
	padding-bottom:8px;
	color: #555;
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 210px;
	
}

.thumb-type p{
	color: #000;
	clear: both;
	font: 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}




a .thumbheading, a:hover .thumbheading {
	color: #777c7b;
	padding: 0;
}

.thumb-bg {
	display: block;
	height: 130px;
	width: 230px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}


div.options {
	position: absolute;
	bottom: 20px;
	left: 0px;
}

div.options a{
	background-position: top;
}

div.options a:hover{
	background-position: bottom;
}

div.options a.zoom {
	width: 70px;
	height: 20px;
	text-indent: -9999px;
	display:  inline-block;
	background: url(images/zoom.jpg) center top;
}

div.options a:hover.zoom {
	width: 70px;
	height: 20px;
	text-indent: -9999px;
	display: inline-block;
	background: url(images/zoom.jpg) center bottom;
}

div.options a.visit-site {
	background-image: url(images/visit.jpg);
	width: 70px;
	height: 20px;
	text-indent: -9999px;
	display: inline-block;
	
}






div.item {
	width: 230px;
	height: 200px;
	position: relative;
	float: left;
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-top:0px;
	padding-right:26px;
	padding-bottom:10px;
	
}


div.item p{
	
	width:222px;
	height:20px;
	float:left;
	margin-top:7px;
	color:#8B8B8B;
}




div.item p span{
	
	
	height:20px;
	float:left;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	
}


div.item1 {
	width: 230px;
	height: 200px;
	position: relative;
	float: right;
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-top:0px;
	padding-bottom:10px;
	
}


div.item1 p{
	
	width:222px;
	height:20px;
	float:left;
	margin-top:7px;
	color:#8B8B8B;
}

div.item1 p span{
	
	
	height:20px;
	float:left;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	
}




.line{
	
	width:230px;
	border-bottom:1px solid #999999;
	height:40px;
	clear:both;
}


.wrapper{

	width:1000px;
	height:100%;
	float:left;
	margin-top:21px;
	
}

.rose{

	color:#C5156A;
}

#footer{
        
	width:100%;
	height:287px;
	clear:both;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;

}

#footer_box{
	
	width:1000px;
	height:109px;
	

}


.testimonals{

	width:239px;
	height:109px;
	float:left;
	background-image:url(images/testimonals.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-right:40px;

}

.testimonals_content{

	width:189px;
	height:50px;
	float:left;
	font-style:italic;
	color:#FCFCFC;
	padding:20px 0 0 26px;

}

.testimonals_name{

	width:139px;
	height:20px;
	float:right;
	color:#373737;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	padding:10px 90px 0 0;

}


#icons_box{

	 width:1000px;
	 height:51px;
	 padding-top:65px;
	 clear:both;

}


#input_box{

	width:231px;
	height:27px;
	float:left;
	float:right;
	padding:10px 6px 0 0;
	
	
}

#input{

	width:140px;
	height:27px;
	float:left;
	padding-top:3px;
	
}

.inputstyle{

	background-color:#282826;
	border:1px  solid #282827;
	color:#FFFFFF;	
}

#input_button{

	width:81px;
	height:27px;
	float:left;
	padding-top:1px;
	
}


#news_letter{

	width:610px;
	height:47px;
	float:left;
	background-image:url(images/news_letter.jpg);
	background-repeat:no-repeat;
}


#skype{

	width:107px;
	height:51px;
	float:left;
	margin-left:49px;

}

#facebook{

	width:30px;
	height:50px;
	float:left;
	margin-left:42px;
}


#validation{

	width:93px;
	height:20px;
	float:right;
	margin-right:9px;
	margin-top:-45px;

}


/*content*/


#content_left{

	 width:596px;
	 height:100%;
	 float:left;

}



#content_left_login{

	 width:586px;
	 height:100%;	
	 float:left;
	 background-color:#F5F5F5;
	 padding-left:22px;
	 padding-bottom:20px;

}

#content_left_login1{

	 width:349px;
	 height:100%;
	 float:left;
	

}

.content_left_login_outer{

	 width:349px;
	 height:47px;
	 float:left;
	 margin-top:20px;
	 

}

.content_left_login_box{

	 width:230px;
	 height:27px;
	 float:right;
	 padding-right:15px;
	 padding-top:10px;

}


#content_left_login_image{

	 width:185px;
	 height:185px;
	 float:left;
	 padding:10px 0 0 20px;
}

.inputstyle_contact{

	background-color:#666663;
	border:1px  solid #666662;
	color:#FFFFFF;
	width:220px;
	margin-top:3px;
}


#content_left_login_message{

	 width:544px;
	 height:187px;
	 float:left;
	 margin-top:20px;
	 background-image:url(images/contact_comment.jpg);
	 background-repeat:no-repeat;
	 padding:15px 0 0 25px;
	 

}

#get_touch{

	width:83px;
	height:33px;
	float:right;
	padding:10px 44px 0 0px;
}




#contact_heading{

	width:770px;
	height:40px;
	float:left;
	color:#000000;
	font-size:12px;
}


.light_grey{

	color:#666664;
	font-size:12px;
}

#contact_heading span{

	color:#666664;
}


#contact_heading a{

	color:#666664;
	text-decoration:underline;
}

#contact_heading a:hover{

	color:#666664;
}



#content_right{

	 width:378px;
	 height:100%;
	 float:right;

}


#content_right_map{

	 width:364px;
	 height:100%;
	 float:left;
	 background-color:#F5F5F5;
	 padding:15px 10px 10px 10px;
	 text-align:center;
	 color:#000000;

}


#content_right_content{

	 width:364px;
	 height:100%;
	 float:left;
	 background-color:#F5F5F5;
	 padding:10px;
	 color:#000000;
	 margin-top:30px;
	 line-height:30px;
	

}

.grey{

	color:#666665;
	
}

.black{

	color:#000;
	font-size:13px;
	font-weight:bold;
	
}

#contat_footer{

	width:100%;
	height:211px;
	clear:both;
	background-image:url(images/contact_footer_bg.jpg);
	background-repeat:repeat-x;

}


#contact_icons_box{

	 width:1000px;
	 height:51px;
	 padding-top:128px;
	 clear:both;

}

#footer_space{

	width:1000px;
	height:70px;
	float:left;
}

/*sub*/

.sub_content_outer{

	 width:1000px;
	 height:100%;
	 float:left;

}


.sub_left{

	 width:585px;
	 height:100%;	
	 float:left;
	 background-color:#F5F5F5;
	 padding-left:5px;
	 padding-bottom:20px;
	 padding-top:20px;

}


#sub_line{

	 width:580px;
	 height:10px;	
	 float:left;
	 margin-bottom:20px;
	 padding-top:10px;
	 border-bottom:1px solid #999999;

}


.sub_content_right_outer{

	 width:348px;
	 height:100%;
	 float:right;
	 background-color:#F5F5F5;
	 border:18px solid #F5F5F5;
	  color:#000000;


}


.sub_content_right_outer a{

	color:#C5146C;

}


.sub_content_right_outer a:hover{

	color:#000000; text-decoration:underline;

}




#sub_content_right{

	 width:332px;
	 height:100%;
	 background-color:#fff;
	 padding:15px 15px 15px 15px;
	 color:#666;
	 text-align:left;
	 

}








