
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: Quiligotti stylesheet
author: Simon Tweedale
created: 07/02/11
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */
   
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
   	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 80%;
	color: #ccc;
	background: url(../images/bg.jpg) center 0 no-repeat #000;
}

p	{
	font-size: 110%;
	padding-top: 20px;
	}
	
a	{
	color: #fff;
	text-decoration: none;
	}
	
a:hover	{
	color: #65cebe;
	}	
	
strong	{
	font-size: 130%;
	}
	
/* -----------------------------------------------------------------------------
   generic layout style */

#wrapper	{
	width: 960px;
	margin: 0 auto;
	padding: 280px 0 40px;
	text-align: center;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); 
	}

.services	{
	margin-bottom: 40px;
	}
	
.logo	{
	margin-top: 40px;
	}

/* -----------------------------------------------------------------------------
	end style sheet */
