/* Design by VTEM http://www.vtem.net  All Rights Reserved */
@import url(components.css);
@import url(modules.css);
@import url(layouts.css);
@import url(navigation.css);
@import url(forms.css);
@import url(typo.css);
@import url(3rd_party.css);

/* #######################  GENERAL SETTINGS ############################ */
body {
    font-size: 12px;
    color: #444;
    /*background:url(../images/bg.jpg) no-repeat  50% 0 #86373a;*/
    background: url(../images/bg.gif) repeat 0 0;
}

#main-content {
    background: url(../images/top.jpg) repeat-x 0 0 #fff;
    width: 990px;
    margin: 0 auto;
    box-shadow: 0 0 4px #333;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #ccc !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 3px;
    background: #fff !important;

}

.wraptocenter:hover, img.nsp_image:hover {
    border: 1px solid #999 !important;
}

.wraptocenter * {
    vertical-align: middle;
}

/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

body {
	font-size: 12px;
	color: #444;
	margin:0;
	padding:0;
	line-height:1.5;
	height:100%;
	background:#fff;
	}

/*  Global Formatting */
h1 {
    font-size: 180%;
    line-height: 1em;
    font-weight: 900;
}

h2 {
    font-size: 160%;
    line-height: 1em;
    font-weight: 900;
}

h3 {
    font-size: 140%;
    line-height: 1em;
    font-weight: 900;
}

h4 {
    font-size: 12px;
    line-height: 1em;
    font-weight: 900;
}

h5 {
    font-size: 100%;
    line-height: 1em;
    font-weight: 900;
}

h6 {
    font-size: 80%;
    line-height: 1em;
    font-weight: 900;
}

a, a:link, a:visited {
    outline: none;
    color: #575757;
    text-decoration: none;
}

a:hover {
}

img {
    border: 0 none;
    margin: 2px 10px 2px 2px;
}

* {
    margin: 0;
    padding: 0
}

ul, ol {
    padding-left: 20px;
    margin-left: 5px;
}

p {
    padding-bottom: 8px;
}

/* Clears Divs */

/* #######################  END GENERAL SETTINGS ############################ */
