* {
    margin: 0;
    padding: 0;	
}
body {
    color: #191919;
    background: white;
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
}

img {
	border: none;
}

.hack:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.hack {display: inline-block;}

/* Hides from IE-mac \*/
* html .hack {height: 1%;}
.hack {display: block;}
/* End hide from IE-mac */

a {
    text-decoration: underline;
    color: #ff1598;
}
a:hover {
    /*text-decoration: none;*/
    color: #ff36a7;
}
.clear {
    clear: both;
}
h1, h2, h3, h4, h5 {
    color: black;   
    font-family: arial;
    font-weight: normal;
}

h1 {
    margin-bottom: 23px;
    line-height: 23px;
    font-size: 25px;
}
h2 {
    margin: 20px 0;
    line-height: 20px;
    font-size: 20px;
}
h3 {
    margin: 18px 0;
    line-height: 18px;
    font-size: 18px;
}
h4 {
    margin: 16px 0;
    line-height: 16px;
    font-size: 16px;
}
h5 {
    margin: 14px 0;
    line-height: 14px;
    font-size: 14px;
}

p {
    margin: 0 0 15px 0
}

ul, ol {
    margin: 0 0 15px 15px
}


textarea, input[type=text] {
    padding: 5px;
}

input[type=button], input[type=submit], button {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    
    padding: 5px 10px;
    margin: 0 0 10px 0;
    color: white;
    
   background: #b4a480; /* Old browsers */
background: -moz-linear-gradient(top,  #b4a480 0%, #9b8b65 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4a480), color-stop(100%,#9b8b65)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b4a480 0%,#9b8b65 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b4a480 0%,#9b8b65 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b4a480 0%,#9b8b65 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b4a480 0%,#9b8b65 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4a480', endColorstr='#9b8b65',GradientType=0 ); /* IE6-9 */

}

input[type=button]:hover, input[type=submit]:hover, button:hover {
   background: #cfbc91; /* Old browsers */
background: -moz-linear-gradient(top,  #cfbc91 0%, #bfaa79 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfbc91), color-stop(100%,#bfaa79)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cfbc91 0%,#bfaa79 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cfbc91 0%,#bfaa79 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cfbc91 0%,#bfaa79 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cfbc91 0%,#bfaa79 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfbc91', endColorstr='#bfaa79',GradientType=0 ); /* IE6-9 */

}

/********************************************************************************/

#wrapper {
    width: 100%;
    text-align: center;
}

#container {
    width: 884px;
    text-align: left;
    background: white;
    padding: 20px 30px;
    margin: 0 auto 20px;
}

#head {
    background: url(/design/images/header.jpg) no-repeat;
    width: 884px;
    height: 230px;
    margin: 0 auto 20px;
    color: black
}

#icons {
     /*border: 1px solid red;*/
    clear: both;
    float: right;
    left: -18px;
    position: relative;
    top: 18px;
    width: 81px;
}

#icons a {
    float: left;
    margin: 0 0 0 15px;
}

#logo {
    /*border: 1px solid red;*/
    float: left;
    height: 168px;
    left: 7px;
    position: relative;
    top: 0;
    width: 234px;
}

#phone {
    /*border: 1px solid red;*/
    float: right;
    font-size: 11px;
    height: 49px;
    left: 81px;
    position: relative;
    text-align: left;
    top: 176px;
    width: 216px;
    color: #212121;
}



#phone span {
    display: block;
    font-family: "Myriad Pro", Arial;
    font-size: 18px;
    margin: 0px 0 0 0;
    font-weight: bold;
}

#link {
    background: url("/design/images/pdf_link.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 32px;
    left: 198px;
    padding: 2px 0 0 34px;
    position: relative;
    top: 184px;
    width: 200px;
}
#link a {    
    text-decoration: none;
    border-bottom: 1px dashed;
    color: white;
}

#menu {
    /*border: 1px solid red;*/
    background: url("/design/images/mm_bg.jpg") repeat-x scroll 0 0 transparent;
    color: #7F7F7F;
    float: left;
    font-size: 12px;
    height: 50px;
    left: -226px;
    margin: 14px 0 0;
    position: relative;
    top: 109px;
    width: 402px;
}
#menu a {
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    background: url(/design/images/mm_bet.jpg) no-repeat;
    text-decoration: none;
    text-shadow: -1px -1px 1px #9f8f6b;
    filter: dropshadow(color=#9f8f6b, offx=-1, offy=-1);
    
}

#menu li:first-child a{
    background: none;
}
#menu a:hover, #menu a.active {
    color: #eae6dd
}
#menu ul {
    margin: 0;
    padding: 0;
}
#menu li {
    margin: 0 4px;
    padding: 0;
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:top; 
    *zoom:1; 
    *display:inline;
    background: none;
    list-style: none;
}

#content {
    background: url("/design/images/body_bg2.jpg") repeat-y top center ;
    margin: 0 auto 0px;
    width: 884px;
}

#content_inner {
    background: url("/design/images/body_bg.jpg") no-repeat top center;
    padding: 41px;
}

#content_footer {
    width: 884px;
    height: 7px;
    background: url(/design/images/body_footer.jpg) no-repeat;
}

#footer {
    color: #bababa;
    width: 884px;
    text-align: left;
    margin: 0 auto 20px;
}

.error {
    background: #cc3300;
    color: #f2ccc0;
    padding: 10px;
    margin: 10px 0;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.success {
    background: #6A8E0E;
    color: #D9F293;
    padding: 10px;
    margin: 10px 0;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.hide {
    display: none;
}

sup { color: red }

.fuckie {
	behavior: url("/design/scripts/pie/PIE.php");
	border: 0;
	}
	

ul.list-items {
	margin:0;
	padding:0;
	vertical-align:top;
	}
ul.list-items li {
	margin:0 10px;
	padding:0;
	background:none;
	text-align:center;
	width: 177px;
	font-size: 11px;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:top; 
	*zoom:1; 
	*display:inline;
}
ul.list-items li .photo {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
    width: 190px;
}
