/* Start of CMSMS style sheet 'ClosetSystems' */
@charset "UTF-8";
/* CSS Document */

body {
    font-family: Arial, verdana, sans-serif;
    font-size: 12px;
    color: #5e6b72;
    background-color: #fff;
    line-height: 15px;
}

p, a {
    font-family: Arial, verdana, sans-serif;
    font-size: 12px;
    color: #5e6b72;    
}

a {
    /*text-decoration: none;   */
}
a:hover {
    color: #0091c5;
}

a.active {
    color: #0091c5;
}

#nav a {
    text-decoration: none;
}
#nav a:active, #nav a:hover {
    text-decoration: none;
}

h1 {
    font-size: 20px;
    line-height: 30px;
}
h2 {
    font-size: 18px;
    color: #0091c5;
    line-height: 26px;
}
h3 {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
h3 a {
    font-size: 16px;
    line-height: 23px;
}
h4 {
    font-size: 14px;
    line-height: 20px;
}

#center {
    margin: 0 auto;
    width: 950px;
}

#wrapper {
    height: 525px;
}
#wrapper_short {
    height: 160px;
}
#header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 15;
}
#logo {
    position: absolute;
    top: 55px;
    left: 34px;
}
#bluebox {
    position: absolute;
    left: 34px;
}
#nav {
    position:absolute;
    left: 360px;
    width: 590px;
    top: 100px;
    text-align: right;
}
#nav div {
    float: left;
    text-align: right;
    height: 28px;
}
#nav div a {
    display: block;
    position: absolute;
    bottom: 0px;
}

#centerimage {
    position: relative;
    top: 120px;
    left: 0;
    z-index: 10;
}
#centerimagelinks {
    position: absolute;
    width: 930px;
    top: 355px;
    left: 0px;
    background-color: #ff0000;
}
#centerimagelinks div {
    float: left;
}
#centerimagelinks div a {
    display:block;
    position: absolute;
}

#buyimagelinks {
    position: absolute;
    width: 930px;
    top: 70px;
    left: 0px;
}
#buyimagelinks div {
    float: left;
}
#buyimagelinks div a {
    display:block;
    position: absolute;
}

#homecontent {
    color: #fff;
    font-size: 11px;
    position: absolute;
    left: 500px;
    top: 270px;
    width: 380px;
}
#homesocial {
    margin: 15px 0 0 75px;
    text-align: right;
}
#homesocial div {
    float:left;
    line-height: 20px;
}
#homesocial a {
    color: #fff;
    font-size: 11px;
}
#homesocial a img {
    margin-left: 14px;
}

#content {
    width: 930px;
}
#content_short {
    width: 750px;
    margin-left: 130px;
}
#content div {
    float:left;
}
.insidecontent{
    padding-left: 30px;
    padding-top: 20px;
}
#twocolumn {
    width: 410px;
    margin: 0 20px 20px 20px;
}
#contentslogan {
    padding-left: 68px;
    margin-top: 40px;
    margin-right: 15px;
}
#contentimage {
    margin-left: 11px;
    line-height: 15px;
}
#contentimage span a {
    display:block;
    margin-top: 5px;
    color: #0091c5;
    font-size: 11px;
    text-align: center;
    width: 138px;    
}

#footer {
    width: 930px;
    clear: both;
    color: #5e6b72;
    text-align: center;
    padding-top: 15px;
    line-height: 15px;
    font-size: 11px;
    height: 50px;
}
#footer a {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 11px;
    text-decoration: none;
}
#bottomblurb {
    text-align: center;
}

.sitemap ul {
    list-style: square;
    margin-left: 30px;
}
.sitemap li {
    margin-top: 10px;
}


/* End of 'ClosetSystems' */

