/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000; 
	color: #FFF;
}

#wrapper {
	width: 959px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 959px;
	height:224px;
	background-image: url(../images/limo-second-page_03.png);
	background-repeat: no-repeat;
}
#nav{
	padding-top: 185px;	
	padding-left: 30px;
}
#content {
	width: 959px;
	height: 413px;
	background-image: url(../images/limo_05.png);
	background-repeat: no-repeat;
}
#content-services {
	width: 959px;
	height: 674px;
	background-image: url(../images/limo-second-page_05.png);
	background-repeat: no-repeat;
}
#content-services {
	width: 959px;
	height: 674px;
	background-image: url(../images/limo-second-page_05.png);
	background-repeat: no-repeat;
}
#footer {
	width: 946px;
	height:57px;
	background-image: url(../images/limo-second-page_06.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 13px;
}

.slick-black {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 11px;
	color: #ffffff;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#000000 0%,
		#8c8c8c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#000000),
		to(#8c8c8c));
	border-radius: 30px;
	margin-right:10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(71,71,71,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(71,71,71,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	text-transform: uppercase;
}

/* FORM CSS  */

form label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.025em;
	margin: 0 0 5px 15px;
	text-align: left;
 
}
 
form#simple-form input {

	background-color: #eaeaea;
	background: -moz-linear-gradient(top, #ffffff, #F6F6F6);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #F6F6F6));
	border: 1px solid #cacaca;
	color: #444;
	font-size: 14px;
	margin: 0 0 25px;
	padding: 2px 3px;
	width: 240px;
}

form#simple-form input, form#simple-form #comments {

	background-color: #eaeaea;
	background: -moz-linear-gradient(top, #ffffff, #F6F6F6);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #F6F6F6));
	border: 1px solid #cacaca;
	color: #444;
	font-size: 14px;
	margin: 0 0 25px;
	padding: 4px 5px;

}
 
form#simple-form input#submit {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #dedede;
	background: -moz-linear-gradient(top, #ffffff, #F6F6F6);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #F6F6F6));
	border: 1px solid #dedede;
	color: #484848;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	width: 100px;
}


form h2 {font-size:12px;}

#boxfont{
	font-family: calibri;
	font-size: 12px;
	color: #FFF;
	padding: 3px;
}
#boxfont h1{
	font-family: calibri;
	font-size: 14px;
	color: #FFF;
}

#boxfont3{
	font-family: calibri;
	font-size: 12px;
	color: #FFF;
	padding-top: 35px;
	padding-left: 100px;
}

#leftcolumn {
	border: 0px solid #ccc;
	height: 145px;
	width: 219px;
	float: left;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 13px;
}
#middle {
	float: left;
	border: 0px solid #ccc;
	height: 145px;
	width: 219px;
	display: inline;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightcolumn { 
 margin: 10px 0px 5px 15px;
 height: 145px;
 width: 219px;
 float: left;
 position: relative;
}
a {
	font-family: calibri;
	font-size: 12px;
	color: #FFF;
}

