@charset "utf-8";
/*==========================================================

Red: 		#f9161f
blue: 		#00aeef
dark grey	#363636

TABLE OF CONTENT
00 - Global reset 
01 - Main Elements
02 - General Typo
03 - Header


===========================================================*/




/*==========================================================
		00 - GLOBAL RESET				
===========================================================*/
@import url('syntax.css');

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

.clear{
	clear: both;
}

/*==========================================================
		01 - Main Elements				
===========================================================*/

html, body {
	height: 100%;
	font: normal normal 95% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif, "Arial Black";
	background: #c1c1c1 url(../img/bg-body.jpg) repeat-x;
}

#container{
    margin: 0 auto;
    width: 980px;
	background: #fff url(../img/bg-container.jpg) no-repeat center top;
	border-bottom: 50px solid #c1c1c1;
}

#header{
	height: 140px;
	background: url(../img/bar.jpg) repeat-x center bottom;
	overflow: hidden;
	margin: 0 0 1px;
	overflow: hidden;
}

#content-container{
	min-height: 400px;
	
}

#footer{
	height: 34px;
	padding: 40px 10px 0;
	background: url(../img/bar.jpg) repeat-x center top;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	clear: both;
}


/*==========================================================
		02 - General Typo				
===========================================================*/

a{
	color: #f9161f;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:hover{
	color: #00aeef;
}

a.more{
	text-decoration: underline;
	font-weight: bold;
	line-height: 30px;
}

p{
    color: #444;
    margin-bottom: 0.5em;
}

p.thankyou{
	margin: 50px auto;
	font-weight: bold;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Arial Black" ;
	color: #111;
}

h1{
	font-size: 2.2em;
	
}

h2{
	font-size: 2.1em;
}

h3{
	font-size: 1.8em;
}

h4{
	font-size: 1.5em;
}

h5{
	font-size: 1.2em;
}

blockquote{
	font-style: italic;
	padding: 20px;
}


#inner-content ol li{
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	margin: 0 0 6px;
}

.red{
	color: #f9161f;
}

.blue{
	color: #00aeef;
}

/*==========================================================

		02 - Header				
===========================================================*/

#logo{
	width: 225px;
	height: 103px;
	float: left;
	background: url(../img/spun-digital-logo.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 0 0 16px;
}
#logo a {
	display: block;
	width: 225px;
	height: 103px;
}

#numbers{
	float: right;
	width: 680px;
	height: 51px;
	text-align: right;
	padding: 10px;
	color: #f9161f;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
}

#numbers img{
	margin: 0 0 -3px;
}

#nav{
	float: right;
	width: 730px;
	overflow: hidden;
	height: 70px;

}

#nav ul{
	float: right;
	position: relative;
	margin-top: 1px;
}

#nav ul li{
	float: left;
	margin: 0 1px;
}

#nav ul li a{
	color: #363636;
	font-weight: bold;
	font-size: 16px;
	padding: 0  0 0 4px;
	height: 35px;
	line-height: 35px;
	display: block;
}

#nav ul li a:hover{
	color: #fff;
}

#nav ul li ul{
	position: absolute;
	width: 700px;
	left: 0;
	display: none;
	height: 35px;
	background: url(../img/bar.jpg) repeat-x;
}

#nav ul li:hover ul{
	display: block;
	z-index: 10;
}

#nav ul li.selected ul,
#nav ul li.ancestor ul
{
	display: block;
	z-index: 1;
}


#nav ul li ul li{
	float: left;
}

#nav ul li ul li a{
	height: 18px;
	line-height: 18px;
	margin: 0 5px;
	padding: 0;
	background-image: none;
}


#nav ul li a span{
	padding: 0 12px 0 8px;	
}

li.selected a span,
li.ancestor a span
{
	background: url(../img/bg-nav-right.png) no-repeat right top;
	display: block;
	
}




#nav ul li:hover a{
	background: url(../img/bg-nav-left.png) no-repeat left top;
}

#nav ul li:hover a span{
	background: url(../img/bg-nav-right.png) no-repeat right top;
	display: block;
}

li.selected a,
li.ancestor a
{
	background: url(../img/bg-nav-left.png) no-repeat left top;
}

#nav ul li ul li a,
#nav ul li ul li a span{
	margin: 0 3px;
	padding: 0;
}

#nav ul li:hover ul li a,
#nav ul li:hover ul li a span{
	background-image: none;
}


li.selected ul li a,
li.selected ul li a span,
li ul li.selected a,
li ul li.selected a span,
li.ancestor ul li a,
li.ancestor ul li a span
{
	background: none;
}

#nav ul li ul li a span:before{
	content: "/ ";
}


#nav ul li.selected a{
	color: #fff;
}

#nav ul li.selected ul li a{
	color: #000;
}


#nav ul li ul li a{
	color: #000;
	padding: 6px 6px;
}




#nav ul li ul li a:hover{
	color: #fff;
}


/*==========================================================

		02 - content			
===========================================================*/

#left{
	float: left;
	width: 440px;
	margin: 20px 0 20px 20px;

}

.left{
	float: left;
}

.right{
	float: right;
}

#left h1{
	display: inline;
	text-transform: uppercase;
	font-size: 39px;
	line-height: 39px;
	letter-spacing: -1px;

	
}

#right{
	float: right;
	width: 500px;
	margin: 20px 20px 5px 0;
}

#right img{
	margin: 0 0 10px;
}

h3.page-title{
	border-bottom: 1px solid #f9161f;
	margin: 0 0 15px;
	color: #f9161f;
}

.border{
	border-bottom: 4px solid #00aeef;
	padding: 0 0 15px;
}

#blocks{
	clear: both;
	height: 180px;
	margin: 2px 10px;
	padding: 15px 0;
	border-top: 5px solid #666;
}

#blocks li h1,
#blocks li h2,
#blocks li h3,
#blocks li h4,
#blocks li h5,
#blocks li h6,
#blocks li a,
#blocks li p,
#blocks li .red,
#blocks li .blue{
	max-width: 280px;
}

#blocks li{
	width: 280px;
	height: 140px;
	float: left;
	padding: 20px;
	background: url(../img/bg-block.jpg) no-repeat;
	overflow: hidden;
}

#blocks li h3{
	font-size: 22px;
}


#latest-news{
	border-top: 4px solid #00aeef;
	background: url(../img/bg-latest-news.png) no-repeat center 15px;
	min-height: 200px;
	margin: 10px 0 0;
	padding: 35px 20px 20px;
}

#latest-news h6{
	text-transform: uppercase;
	color: #a5a5a5;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 3px 0 3px;
}

#latest-news h3 a{
	color: #00aeef;
}

#contact-form{
	margin: 30px 0 50px ;
}

#contact-form h4{
	font-size: 22px;
	font-family: "Arial Black" ;
	color: #00aeef;
	border-bottom: 3px solid #00aeef;
	margin: 0 25px 10px 0;
}

label{
	position: absolute;
	font-family: "Arial Black" ;
	text-transform: uppercase;
	color: #999;
	top: 6px;
}

input, textarea{
	margin: 0 0 0 100px;
	padding: 6px;
	width:300px;
	background: #fff url(../img/shade.jpg) repeat-x;
	border: 1px solid #999;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#contact-form p{
	border-bottom: 1px;
	position: relative;
	
}

.errorlist li{
	font-weight: bold;
	color: #f91621;
	margin: 0 0 0 100px;
}

.button{
	background: url(../img/button.jpg) repeat-x;
	border-top: 1px solid #54cfef;
	border-left: 1px solid #54cfef;
	border-bottom: 1px solid #0f5069;
	border-right: 1px solid #0f5069;
	width: 120px;
	font-family: "Arial Black" ;
	padding: 0;
	height: 32px;
	line-height: 32px;
	color: #f3f3f3;
}
.button:hover{
	background-image: none;
	background-color: #098dbe;
	cursor: pointer;
}

/*==========================================================

		02 - news			
===========================================================*/

h2.main-title{
	text-transform: uppercase;
	border-bottom: 4px solid #00aeef;
	margin: 0 10px 20px;
	font-size: 38px;
}

.post_info{
	color: #acacac;
	font-size: 11px;
	margin: 0 0 15px;
}

#sidebar{
	width: 280px;
	float: right;
	margin: 10px;
}

#sidebar h5{
	border-bottom: 1px solid #ccc;
	color: #aaa;
	margin: 0 0 5px;
	text-transform: uppercase;
	font: normal normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sidebar ul{
	margin: 0 0 20px;
}

#sidebar ul li{
	margin: 0 0 5px;
	font-weight: bold;
}

.blogdetail{
	width: 600px;
	border-bottom: 4px solid #00aeef;
	padding: 0 10px 30px;
	margin: 10px 10px 20px;
}

.more{
	font-weight: bold;
	text-decoration: underline;
}












