/*
Theme Name: Master
Theme URI: -
Description: -
Version: 0.1
Author: Telcos
Tags: -
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {line-height: 1.5;height: 100%;}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img {border: none;}
ul{padding:0;margin:0;list-style-type:none}
:focus { outline: 0; }

html{
	height: 100%;
}

body{
	background-color: #FFF;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	height: 100%;
}

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */ 

body{
	background-image: url("img/body.png");
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

@font-face{
	font-family: 'Pragmatica';
	src: url('css/pragmaticacondc-webfont.eot');
	src: local('☺'), url('css/pragmaticacondc-webfont.woff') format('woff'), url('css/pragmaticacondc-webfont.ttf') format('truetype'), url('css/pragmaticacondc-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1{
	font-family: 'Pragmatica';
	font-size: 3em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2{
	font-family: 'Pragmatica';
	font-size: 2.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2.quote{
	background-image: url("img/quote.png");
	background-repeat: no-repeat;
	padding-left: 35px;
}

h3{
	font-family: 'Pragmatica';
	font-size: 1.5em;
	color: #bc090a;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h4{
	font-family: 'Pragmatica';
	font-size: 1.6em;
	color: #000;
	margin-bottom: 10px;
}

h5{
	font-family: 'Pragmatica';
	font-size: 1.6em;
	color: #000;
	margin-bottom: 10px;
	background-image: url("img/h5.png");
	background-repeat: no-repeat;
	padding: 5px 10px 5px 40px;
}

h4 span, h5 span, h3 span, h2 span{
	color: #bc090a;
}

a{
	color: #bc090a;
}

a:hover{
	color: #000;
}

h1 span{
	color: #bc090a;
	font-size: 0.6em;
}

h1~h3{
	margin-top: -20px;
}

h2~h3{
	margin-top: -20px;
}

h2.quote~h3{
	padding-left: 35px;
	display: inline-block;
}

p{
	margin-bottom: 15px;
}

dl{
	margin: 20px 0px 20px 20px;
}

dt{
	color: #A20B0B;
	font-size: 1.2em;
	float: left;
	margin-right: 10px;
	width: 130px;
	text-transform: uppercase;
	font-weight: bold;
}

dd{
	overflow: hidden;
	background-color: #CBC7BC;
	width: 50%;
	padding: 10px 20px;	
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
}

.greybox dd{
	background-color: #E3E2DE;
	text-shadow: rgba(255,255,255,0.9) 0px 1px 0px;
}

/* layout
---------------------------------------- */

#container{
	width: 950px;
	margin: 0px auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-shadow: 0px 0px 15px #969696;
	-webkit-box-shadow: 0px 0px 15px #969696;
	-moz-box-shadow: 0px 0px 15px #969696;
	position: relative;
	text-align: left;
}

.wrapper{
	background-image: url("img/wrapper.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}

.picture{
	position: absolute;
	right: 0px;
	top: 0px;
}

#header{
	height: 278px;
	width: 950px;
	background-image: url("img/header.png");
	background-repeat: repeat-x;
}
	#header .logo{
		float: left;
		width: 240px;
		padding-top: 50px;
		padding-left: 90px;
	}
	
#nav{
	width: 235px;
	float: left;
}
	#nav li{
		line-height: 32px;
		border-bottom: 1px dashed #696969;
		background-image: url("img/menu_bullet.png");
		background-repeat: no-repeat;
		padding-left: 55px;
		background-position: 15px 10px;
	}
	#nav li.current_page_item{
		background-image: url("img/menu-bullet-current.png");
		background-position: 10px 5px;
	}
		#nav li.current_page_item a{
			color: #9F9F8B;
		}
	#nav ul{
		margin-top: 20px;
		margin-right: 30px;
	}
	#nav a{
		color: #fff;
		font-family: 'Pragmatica';
		text-decoration: none;
		font-size: 15px;
		text-transform: uppercase;
	}	
	#nav a:hover{
		color: #9F9F8B;
	}	

#footer{
	background-color: #000;
	height: 55px;
	width: 890px;	
	padding: 30px 30px;
}	

/* Content Styles
-------------------------------------------------------------- */

#content{
	background-color: #EFEEEC;
	width: 950px;
}
	#content .brownbox{
		background-color: #D4D1C8;
		padding: 30px 40px;
		border-bottom: 1px dashed #fff;
	}
		#content .brownbox .block_a{
			float: left;
			width: 300px;
			margin-right: 45px;
		}
		#content .brownbox .block_b{
			float: left;
			width: 510px;
			margin-top: 60px;
		}
			#content .brownbox .block_b .photo{
				background-color: #fff;
				padding: 8px;
				border: 1px solid #999;	
				float: left;
				box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
				-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
				-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
			}
				#content .brownbox .block_b .photo img{
					border: 1px solid #AAA996;
				}
			#content .brownbox .block_b div.principle{
				float: left;
				width: 210px;
				margin-right: 35px;
			}
			#content .brownbox .block_b div.features{
				float: left;
				width: 255px;
			}
				#content .brownbox .block_b div.features li.title{
					background-color: #000;
					color: #AAA996;
					line-height: 1.2;
					padding: 4px 8px;
					padding-left: 40px;
					margin-left: 0px;
					-moz-border-radius: 0px 10px 0px 0px;
					-webkit-border-radius: 10px;
					border-radius: 10px;
					background-image: url("img/lititle.png");
					background-repeat: no-repeat;
					background-position: 7px 7px;
					border-bottom: 5px solid #A20B0B;
				}
				#content .brownbox .block_b div.features li{
					background-image: url("img/bullet.png");
					background-repeat: no-repeat;
					background-position: 5px center;
					padding: 9px 0px;
					padding-left: 30px;
					line-height: 1.2;
					border-bottom: 1px dashed #818270;
					margin-left: 0px;
				}
	#content .greybox{
		padding: 30px 40px;
	}
	#content ul.contentlist li{
		background-image:url("img/bullet.png");
		background-repeat: no-repeat;
		padding-left: 30px;
		line-height: 24px;
	}
	#content ul.contentlist{
		margin-left: 100px;
	}

div.video{
	width: 640px;
	height: 360px;
	margin: auto;
	margin-bottom: 20px;
}










