/*========================================================================
-------------------------------01-----------------------------------
=========================================================================*/
.header{
	width:1184px;
	margin:0 auto;
	padding:0;
}
.body {
	width:1184px;
	height:auto;
	margin: 0 auto;
	padding:0;
	/*background-color:#e1e1e1;*/
	background-color:#f2f2f2;
	border-radius:4px;
}

.wrapper {
	width:1184px;
	height:auto;
	margin:0 auto;
	padding-left:23px;	
	padding-right:26px;
}
.wrapper .row { 
	padding: 15px 0px 15px 0px;
	width:1184px;
	height:auto;
	overflow:hidden;
}
.wrapper .row .cell { 
	width:360px;
	float:left;
}
.image_block {
	width:360px;
	height:215px;
	border-style:solid;
	border-width:2px;
	border-radius:10px;
	border-color:#575757;
	/*box-shadow: 2px 2px 1px #888888;*/
}
.image_block img {
	width:360px;
	height:215px;
	border-radius:10px;
}
.text_block {
	width:360px;
}
.text_block h2{
	padding:10px 0 5px 0;
}
.text_block h2, .text_block h2 a{
	font-size: 16px;
	font-weight: 400;
}
 .text_block p{
	font-size: 12px;
}
.image_block:hover {
	border-color:#00ff00;
}

/*========================================================================
------------------------------COMMON START--------------------------------
=========================================================================*/
html, body {
	width: 100%;
    height: 100%;
	font-size:100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
img{
	border: none;
}
h1,h2,h3,h4,h5,h6,p,a,b,.trademark{
	margin:0;
	padding:0;
	font-family: "myriad-pro-1","myriad-pro-2","Helvetica","Arial","sans-serif";
	color: #575757;	
	text-decoration: none;	
}
ul,ol,dl { 
	padding: 0;
	margin: 0;
}
h1{
	font-size:25px;
	font-weight:200;
}
h2{
	font-size:20px;
	font-weight:200;
	color:#fff;
}

/*h4 used for phone text*/
h4{
	font-size: 18px;
	line-height: 21px;
}
h6{
	font-size:16px;
	font-weight:700;
	color:#444f58;
}

.line {
	width: 1184px;
	height:1px;
	background-image:url("../img/line.png");
	background-repeat:repeat-x;
}

#header_wrapper, #content_wrapper, #footer_wrapper{
	width:100%;
}

.header_block, .content_block, .footer_block{
	width:1184px;
	margin: 0 auto;
}

/*========================================================================
-------------------------------HEADER START-------------------------------
=========================================================================*/
#header_wrapper {
	z-index:5000;
	height: 136px;
}
.header_block {
	height: 136px;
}
.logo {
	float:left;
	width:225px;
	height:100px;
}
.socialmedia_block {
	float: right;
	width:850px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}
.navbar {
	padding: 0px;
	width: 1184px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index:5000;
}
.phone_block{
	float:right;
}
.phone_block h3{
	float:left;
	font-weight: 200;
	padding: 0px 7px 0px 0px;
}
.phone_block img{
	width:15px;
	height:15px;
	float:left;
	padding-top:4px;
	margin-right:5px;
}
/*======================================
-------------SOCIAL START---------------
=======================================*/
.socialmedia_block  a{
	float:right;
	width:33px;
	height:33px;
	padding-left:7px;
}
.facebook {			
	background:url("../img/sprites.png") -678px -10px;
}
.twitter {
	background:url("../img/sprites.png") -635px -10px;
}
.pintrist {
	background:url("../img/sprites.png") -592px -10px;;
}
.facebook:hover {
	background:url("../img/sprites.png") -807px -10px;
}
.twitter:hover {
	background:url("../img/sprites.png") -764px -10px;
}
.pintrist:hover {
	background:url("../img/sprites.png") -721px -10px;
}

.BBB:hover {
	background:url("../img/sprites.png") -208px -10px;
}
/*======================================
--------------NAVBAR START--------------
=======================================*/
.navbar ul {
	margin: 0px;
	padding: 0px;
}
/*======================================
------------MAIN NAV BUTTONS------------
=======================================*/

/*-------standard states----------*/
.navbar ul li {
	float: left;
	position: relative;
	list-style-type: none;
	background-color:#7c7c7c;
	background:url("../img/nav.png") -938px -10px;
}
.navbar > ul > li:first-child {
	background-color:#7c7c7c;
	background:url("../img/nav.png") -1096px -10px;
}

.navbar > ul > li:last-child {
	width: 296px;
	background-color:#7c7c7c;
	background:url("../img/nav.png") -632px -10px;
}
/*-------rollover states----------*/
.navbar ul li:hover {
	background-color:#4a4a4a;
	background:url("../img/nav.png") -316px -10px;
}
.navbar > ul > li:first-child:hover {
	background-color:#4a4a4a;
	background:url("../img/nav.png") -474px -10px;
}
.navbar > ul > li:last-child:hover {
	background-color:#4a4a4a;
	background:url("../img/nav.png") -10px -10px; 
}
/*--------------------------------*/

.navbar ul li a {
	font-family: "myriad-pro-1","myriad-pro-2","Helvetica","Arial",sans-serif;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 36px;
	width: 148px;
	font-weight: normal;
}
.navbar ul li:last-child  a{
	width: 296px;
}
.navbar ul ul {
	position: absolute;
	visibility: hidden;
	z-index:5001;
}
.navbar ul ul a {
	width:138px;
	text-align: left;
	font-size:12px;
	padding-left:10px;
	background:url("");
	background-color:#4a4a4a;
}
.navbar ul ul li:last-child a {	
	width:138px;
	height:40px;
	background-color:#4a4a4a;
	border-bottom-right-radius:7px;
    border-bottom-left-radius: 7px;
	border-style: hidden; 
}
.navbar ul ul li a:hover {
	color:#00ff00;
	background-color:#525252;
}
.navbar ul ul li:last-child:hover {
	width:138px;
	height:40px;
	background-color:#4a4a4a;
	border-bottom-right-radius:7px;
    border-bottom-left-radius: 7px;
	background-color:#525252;
}
.navbar ul li:hover ul {
	visibility: visible;
}


/*========================================================================
-------------------------------CONTENT START-------------------------------
=========================================================================*/
.content_block{
	margin-top:3px;
	padding-bottom:10px;
}

.breadcrumbs_block {
	width:1184px;
	margin:0 auto;
	padding-top:5px;
}
.breadcrumbs, .breadcrumbs a , .breadcrumbs b{
	font-size: 10px;
	line-height: 19px;
	text-decoration: none;
	font-weight: 200;
	letter-spacing:0.2em;
}
.breadcrumbs b {
	font-weight: 600;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}

.header h1 {
	margin:10px 0 10px 0;
}
.header p {
	margin-bottom:10px;
}



/*==================================================================================================
------------------------------------------------FOOTER----------------------------------------------
===================================================================================================*/
#footer_wrapper {
	height: 200px;
}
.footer_block {
	padding-top: 14px;
}
.BBB {
	float:right;
	width:281px;
	height:117px;
	background:url("../img/sprites.png") -10px -10px;
}
.BBB:hover {
	background:url("../img/sprites.png") -301px -10px;
}
.navblock {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow:hidden;
}
.navblock ul{
	float: left;
	width: 150px;
}
.navblock li{
	list-style:none;
	text-decoration:none;
}
.navblock a {
	font-size: 12px;
	line-height:19px;
	font-weight:200;
}

/*Hover effects */
.navblock ul li a:hover {
	text-decoration:underline;
}
.footer_block p {
	font-size: 12px;
	line-height:19px;
	font-weight: 200;
	padding-top:10px;
	padding-bottom:10px;
}

.trademark {
	font-size:10px;
	font-weight:lighter;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}



