* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
  background: url(images/bg1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a {
    color: #F7155A;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
    color: #444444;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: none;
    word-spacing: 0;
    word-wrap: break-word;
    padding-bottom: 5px;
}
h1 {
  font: italic 27px/30px georgia,serif;
  color: #444444;
}
h2 {
  font: italic 26px/30px georgia,serif;
  color: #444444;
}
h3 {
  font: italic 22px/28px georgia,serif;
  color: #444444;
}
h4 {
  font: italic 19px/26px georgia,serif;
  color: #444444;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
li {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    list-style: none outside none;
}
li a {
    color: #F7155A;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding-left: 12px;
    line-height: 21px;
    text-transform: lowercase;
}
td {vertical-align: top;}
#wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#bgheader {
  width:100%;
  background:#fff;
}
#header {
    height: 90px;
    margin: 20px auto 0;
    width: 900px;
}
.topl {
    background: url("images/s_t.png") repeat-x scroll 0 0 transparent;
    height: 11px;
    width: 100%;
}
#header h1 {
    float: left;
    margin-bottom: -47px;
    position: relative;
}
#header h1 a {
    background: url("images/logo.jpg") no-repeat scroll 0 0 transparent;
    box-shadow: 0 0 6px 2px rgba(185, 185, 185, 0.75);
    display: block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    height: 90px;
    width: 148px;
    opacity: 0.7;
}
#header .menu {
    float: right;
    padding: 19px 0 24px;
    width: 520px;
}
#header .menu ul {
    height: 100%;
    overflow: hidden;
}
#header .menu li {
    list-style: none outside none;
}
#header .menu ul li.el_1 {
    min-width: 130px;
    width: auto !important;
}
#header .menu ul li {
    float: left;
}
#header .menu a {
    background: url("images/mm_arrow.png") no-repeat scroll left 10px transparent;
    border: medium none;
    color: #1A1A1A;
    display: block;
    font-size: 14px;
    line-height: 28px;
    outline: medium none;
    padding-left: 15px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
#header .menu a:hover {
    background: url("images/mm_arrow_h.png") no-repeat scroll left 10px transparent;
}
#header .menu a, .menu ul.menu li.li a {
    color: inherit;
    cursor: pointer;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
    margin: 40px auto 20px;
    padding: 20px;
    width: 860px;
    background-attachment: scroll;
    background-image: url("images/content_bg.png");
    background-position: left top;
    background-repeat: repeat;
}
#content a {
    color: #F7155A;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}
#content .decor {    
    background: url("images/ib_decor.png") repeat scroll left top transparent;
    padding: 11px 30px 30px;
    margin-top:10px;
}
#content ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#content li {
    background: url("images/more_arrow.gif") no-repeat scroll 10px 8px transparent;
    color: #444444;
    font-size: 14px;
    font-weight: normal;
    padding-left: 22px;
    line-height: 21px;
    text-transform: lowercase;
}
#content .social {  
    background: url("images/ib_decor.png") repeat scroll left top transparent;
    margin-top: 10px;
    padding: 5px 5px 0;
    text-align: center;
}
/* Footer
-----------------------------------------------------------------------------*/
#bgfooter {
  width:100%;
  background:#fff;
}
#footer {
	width: 900px;
	margin: -100px auto 0;
	height: 60px;
	position: relative;
}
.bottoml {
    background: url("images/s_b.png") repeat-x scroll 0 100% transparent;
    height: 11px;
    width: 100%;
}
#footer a {
    color: #F7155A;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    padding-right: 12px;
    padding-left:12px;
}