/*Template: Limuzine Iasi
   Website: www.limuzineiasi.ro
*/

body {margin: 0px;padding: 0px;border: 0px;font-family:Arial, Helvetica, sans-serif;background:#111111;color:#666;}


@font-face {
	font-family: Alice_in_wonderland;
	src: url('Alice_in_Wonderland_3.ttf');
}

@font-face {
	font-family: Alice_in_wonderland;
	font-weight: bold;
	src: url('Alice_in_Wonderland_3.ttf');
}




/*Fonts*/
a { font-size:12px; color:#ffffff;}
a:link{color:#ffffff; text-decoration:none;}
a:visited{color:#ffffff; text-decoration:none;}
h1 { font-size:20px; font-weight:bold; color:#ffffff;}
h2 { font-size:24px; font-weight:bold; color:#ffffff; margin:0px;}
h3 {font-size:14px; font-weight:bold; color:#ffffff;}
h4 {
	font-size:30px;  
	color:#ffffff; 
	font-family:Alice_in_wonderland;
	letter-spacing:5px;
	display:block;
	text-shadow: 4px 3px 15px #ffffff;
}
/*Fonts END*/

#header {background:url(images/headerbg.png) no-repeat; width:1024; height:105px;}
#menu{float:center;}
#toprow {min-height:250px;background:none;}
#toprowsub {height:70px;background: none;}
#toprowsub h2{padding:15px 30px;}
#midrow {width:960px; height:323px;}

/*Menu Begin*/
#menu ul li{display:inline; list-style-type:none;}
#menu ul li a{padding:8px 0px; font-size:14px; text-decoration:none; margin:2px 12px; font-weight:bold;}
#menu ul li a span{font-size:14px; text-decoration:none; padding:0px 12px; color:#ffffff;}
#menu ul li a.active{background:url(images/menur.gif) no-repeat right;}
#menu ul li a.active span{background:url(images/menul.gif) no-repeat left; padding:8px 12px;color:#333;}
#menu ul li a:hover{background:url(images/menur.gif) no-repeat right; font-weight:bold;}
#menu ul li a:hover span{background:url(images/menul.gif) no-repeat left; padding:8px 12px;color:#333;}
/*Menu End*/

.center{width:960px;}
.site{with:auto; height:auto;}

#contactFrom {
	padding-left:10px;
}

/*Homepage Boxs*/
#container {float:center;}
.box {margin-top:15px;padding-top:5px;width:480px;height:300;float:left;background:none;}
.box h1{padding-left:60px;}
.box p {margin:30px;width:350px;padding:20px 5px 10px 50px;float:center;color:#ffffff;font-size:14px;}
.last{background:none;}

/*Homepage Boxs END*/

/*Subpage Boxs*/
#box2holder{padding: 20px 30px;}
.box2{width:450px; float:left; padding:20px 0px;}
.box2 img{ border: solid 5px #F2F2F2; float:left;}
.box2 h3{margin:0px; padding:0px 5px; float:left;}
.box2 p{width:220px; float:left;padding:5px 5px; margin:0px;}
/*Subpage Boxs END*/


/*Footer*/
#footer {background:none;float:left;width:100%;height:50px;}
.foot{width:960px;margin:0 auto; padding:10px 0px; font-size:12px;}
.foot a:link{color:#ffffff;text-decoration:none;}
/*Footer END*/


.textbox{float:left;padding:50px 0px;width:700px;}
.textbox2{padding:10px 30px; background:url(images/textbox2bg.gif) repeat-x;}
.feed{width:auto; float:left;}
.feed img{ border: solid 0px; margin-top:120px; padding:0px 7px;}

/* GALLERY */
#gallery {
width : 993px;
margin : 0 auto;
text-align : left;
border: solid #ffffff 0px;
-moz-border-radius: 1em 1em 1em 1em;
border-radius: 1em 1em 1em 1em;
padding-left: 30px;
}

#picture {
	display: inline;
	border: solid #ffffff 0px;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}

#picture img {
	width:170px;
	border: solid #333333 6px;
	margin:3px;
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
}
