 header{

positionfixed;
  top0px;width100%;
  background-colorwhite;
}

#mheader{
  height70px !important;
  displayblock;
  margin0px auto;
}

/*-------------------------------------
   0. RESET
-------------------------------------*/



#dwrap div {
width: 158px;
height: 200px;
border: 0px solid #ffffff;
float: left;
}


#PageNum div {

text-align:center;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
:focus {
	outline: 0;
	}
	
body {
	line-height: 1;
	color: black;
	}
	
ol, ul {
	list-style: none;
	}
	
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}
	



/*----- 2.1. TOP NAVIGATION -----*/
	
#nav-top {
	height: 36px;
	background: url(images/bg_body_red.png) repeat-x;
	z-index: 4;
	position: relative;
	}
	
#nav-top ul {
	margin: 0;
	background: url(images/bg_nav_top.png) center top no-repeat;
        background-position: left -36px;
	height: 36px;
	padding-left: 2px;
	padding-right: 2px;

	}

#nav-top .menu-nav-top,
#nav-top .menu-nav-top ul {
	float: left;
	}

#nav-top .social-links,
#nav-top ul.social-links li {
	float: right;
	}

#nav-top ul li {
	font-size: 13px;
	float: left;
	height: 36px;
	background: url(images/bg_nav_top.png) right top no-repeat;
        background-position: right -36px;
	position: relative;

	}

#nav-top ul li a {
	color: #ffffff;
	height: 36px;
	line-height: 33px;
	vertical-align: middle;
	float: left;
	padding-left: 14px;
	padding-right: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	}
	
#nav-top ul.social-links li a {
	padding-left: 14px;
	padding-right: 16px;
	}
	
#nav-top ul.social-links li a img {
	margin-top: 9px;
	}
	
#nav-top ul li:hover { 
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}
	
#nav-top ul li a:hover {
	text-decoration: none;
	visibility: inherit;
	}
	
	
/*-------------------------------------
   1. GLOBAL
-------------------------------------*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #404040;
	}

p {
	color:#404040;
	}
	
a {
	color: #9f4747;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
.em {
	font-style: italic;
	}
	
.clear {
	clear: both;
	}

.display-none {
	display:none;
	}

.grid {
	width: 980px;
	margin: 0 auto;
	}


.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/*-------------------------------------
   5. WIDGETS
-------------------------------------*/

#sidebar {
	/*margin-top: 15px;*/
	}

#sidebar .widget {
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	overflow: hidden;
	}

#sidebar .widget:last-child {
	border-bottom: 0;
	}

#sidebar .widget h3,
#subfooter .widget h3 {
	color: #404040;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	background: url(images/bg_widget_shadow.png) no-repeat center bottom;
	}

#sidebar .widget .subtitle,
#subfooter .widget .subtitle {
	float: right;
	padding-top: 4px;
	}

#sidebar .widget .subtitle a,
#subfooter .widget .subtitle a {
	color: #aaaaaa;
	font-size: 11px;
	font-style: italic;
	}
	
/*----- 5.3 WIDGET SEARCH -----*/

#sidebar .widget-search,
#sidebar .widget_search {
	background: url(images/bg_widget_shadow.png) no-repeat center bottom;
	/*padding-top: 20px;*/
	/*border-top: 1px solid #f1f1f1; */
	}

#sidebar .widget-search .search-input,
#sidebar .widget_search .search-input {
	width: 230px;
	height: 35px;
	border: 0;
	background: url(images/search_inp.png) top left !important;
	color: #606060;
	font-size: 13px;
	font-style: italic;
	padding: 0 12px;
	}

#sidebar .widget-search .search-submit,
#sidebar .widget_search .search-submit {
	width: 36px;
	height: 35px;
	border: 0;
	margin-left: 0px;
	background: url(images/search_btn.png) top left !important;
	cursor: pointer;
	}
	
/*-------------------------------------
   6. FOOTER
-------------------------------------*/

#subfooter {
	background: url(images/pattern_bg.png);
	}
	
#subfooter .wrap-shadow {
	background: url(images/footer_bg.png) repeat-x top;
	padding-top: 50px;
	}
	
#subfooter .widget {
	width: 306px;
	float: left;
	margin: 0 30px 50px 0;
	}

#subfooter .last {
	margin-right: 0px !important;
	}

#subfooter .widget h3 {
	border-bottom: 0;
	padding-bottom: 38px;
	background: none;
	}

#footer {
	padding: 40px 0 30px 0;
	color: #999999;
	font-size: 11px;
	font-style: italic;
	position: relative;
	top: -3px;
	background: url(images/slider_bg.png) repeat-x top;
	}

#footer p {
	color: #999999;
	}
	
#footer ul li {
	float: left;
	}

#footer ul li a {
	color: #515151;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
	margin-right: 20px;
	}	