
/* CSS Document */

body { font-family: Calibri, Tahoma, Trebuchet MS;
 
margin:0;
padding:0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
background-color:#fff;}
html, div, span,head,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, font, img,
small, strong, ol, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;



 }
 
.container {
width: 600px;  
margin: 0 auto;
 }  
 
 
#main {
	margin:0 auto;
	padding:0;
}

#main p{
	padding: 5px 0px;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#444;
	line-height: 15px;
}

/*------header styles-----*/
#header
{
	margin:auto;
	margin:40px 0px 20px;
	}
#logo
{
	
	}
#contact_details
{
	font-family: Calibri, Tahoma, Trebuchet MS;
	color: #444;
	font-size:13px;
	font-style:normal;
	padding-right:42px;
	margin-top: 40px;
	padding-left: 170px;
	text-align: left;
	}

#contact_details a
{
	color:#00529B;
	font-size:13px;
	text-decoration:none;
	letter-spacing:0.5px;
	
}

/*------content styles-----*/	
#content
{
	padding:10px 44px;
}
.text
{
	text-align:center;
	margin-top:40px;
	padding-bottom:40px;
}
.text h2
{
	font-family: Calibri, Tahoma, Trebuchet MS;
	font-size:30px;
	color:#444;
	font-style:normal;
	font-variant:normal;
	font-weight:lighter;
	letter-spacing:2px;
	}
.details
{
	height:120px;
}


/* jQuery Countdown styles*/

#defaultCountdown { width: 757px; height: 60px; }


.hasCountdown {
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	color: #444;
	margin-top:5px;
	font-size:28px;
	font-weight:normal;
	font-family: Calibri, Tahoma, Trebuchet MS;
	}


