/* 
    Author     : Mario Awad
    Website    : http://www.softkube.com
*/

/**************************************************/
/*                 CSS RESET                      */
/**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}





/**************************************************/
/*              SoftKube Styles                   */
/**************************************************/

/*
    Common Styles
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

p {
    font-size: 1.1em;
    line-height: 2.1em;
    color: #272727;
    margin: 10px 0px 15px 0px;
}

ul, ol {
    line-height: 2em;
    margin: 10px 0px 15px 0px;
    list-style: none;
}
ul li {
    padding: 5px 5px 5px 25px;
    margin-left: 15px;
    background: url('images/icons/small/list-item.png') no-repeat left center;
    /* FIXME: When an item has more than one line, the item is looking ugly */
}
.alt-ul li {
    padding: 4px 5px 5px 25px;
    margin-left: 15px;
    background: url('images/icons/small/list-item-alt.png') no-repeat left center;
    /* FIXME: When an item has more than one line, the item is looking ugly */
}
ol {
    list-style: decimal;
}
ol li {
    padding: 5px 5px 5px 0px;
    margin-left: 40px;
}




.line {
    border-top: 1px solid #e1e1e1;
    padding-bottom: 5px;
}



a {
    color: #1C7FBA;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}



h1, h2, h3, h4 {
    color: #658b09;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
}

h1 {
    font-size: 24px;
    padding-top: 44px;
    padding-bottom: 10px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
    font-weight: normal;
}




.clear {
    clear: both;
}









/* Styles for messages */
.success_message, .error_message, .warning_message, .note_message {
    font-weight: normal;

    border: 1px solid;
    padding: 20px 35px;

    background-position: 10px;
    background-repeat: no-repeat;
}
.success_message {
    color: #35a502;
    background-color: #e4fcd9;
    border-color: #bffda3;
}
.success_message p {
    color: #35a502;
}
.error_message {
    color: #d80303;
    background-color: #fdd9d9;
    border-color: #fba3a3;
}
.error_message p {
    color: #d80303;
}
.warning_message {
    color: #fd6002;
    background-color: #fbf0b3;
    border-color: #fbbb95;
}
.warning_message p {
    color: #fd6002;
}
.note_message {
    color: #026da5;
    background-color: #ddeafa;
    border-color: #a3d8fd;
}
.note_message p {
    color: #026da5;
}

.success_message ul li, .error_message ul li, .warning_message ul li, .note_message ul li {
    list-style: disc;
    background: none;
    padding: 3px;
    margin-left: 40px;
}


/*
    Main Block Styles
*/

#header, #main, #footer {
    width: 960px;
    margin: 0px auto;
}

#header {
    background: #012957 url('images/header-bg.png') no-repeat;
    height: 200px;
    color: white;
}

#header-wrap {
    width: 100%;
    /*background: #012957 url('images/header-wrap-bg.png') repeat-x;*/
    background: white;
}

#main {
    background: white url('images/main-bg.gif') repeat-x;
}

#main-wrap {
    width: 100%;
    /*background: white url('images/main-bg.gif') repeat-x;*/
    background: white;
}

#footer {
    background: black url('images/footer-bg.gif') repeat-x;
    height: 120px;
    color: #7c818b;
}

#footer-wrap {
    width: 100%;
    /*background: black url('images/footer-bg.gif') repeat-x;*/
    background: white;
}

#main {
    width: 958px;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}




/*
    Header Styles
*/
#logo {
    float: left;
    display: inline; /* IE6 workaround */
    padding-left: 60px;
}




/*
    Header Menu Styles
*/
#menu {
    padding: 17px 50px 0px 10px;
    float: right;
    display: inline; /* IE6 workaround */
}

ul#menu-list {
    list-style: none;
    line-height: 1em;
    margin: 0;
}

ul#menu-list li a {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding: 7px;
}

ul#menu-list li a:hover {
    /*color: #7aa416;*/
    background-color: #074576;
    /*color: #123F78;*/
}

ul#menu-list li, ul#menu-list li.last-item {
    float: left;
    display: inline; /* IE6 workaround */
    padding: 5px 10px;
    margin: 0px;
    background: url('images/menu-sep222.gif') no-repeat right scroll;
}
ul#menu-list li.last-item {
    background: none;
}










/*
    Additional Header Elements
*/
#body-title {
    float: left;
    display: inline; /* IE6 workaround */
}

#body-title h1 {
    padding: 60px 0px 0px 60px;
    font-size: 30px;
    font-style: italic;
    color: white;
    border: none;
}

#request-quote {
    padding: 50px 68px 0px 0px;
    float: right;
    display: inline; /* IE6 workaround */
}




/*
    Footer
*/
#footer-text {
    float: left;
    display: inline; /* IE6 workaround */
    padding: 60px 0px 0px 60px;
}

#footer-menu {
    float: right;
    display: inline; /* IE6 workaround */
    padding: 65px 50px 0px 0px;
}

ul#footer-menu-list {
    list-style: none;
    line-height: 1em;
    margin: 0;
}

ul#footer-menu-list li a {
    font-size: 12px;
    color: #1f8dc8;
    text-decoration: none;
}

ul#footer-menu-list li a:hover {
    color: white;
}

ul#footer-menu-list li, ul#footer-menu-list li.last-item {
    float: left;
    display: inline; /* IE6 workaround */
    padding: 5px 10px;
    margin: 0px;
    background: url('images/footer-menu-sep.gif') no-repeat right scroll;
}
ul#footer-menu-list li.footer-last-item {
    background: none;
}







/*
    Content Styles
*/

#content {
    padding: 0px 10px 0px 60px;
    width: 540px;
    float: left;
    display: inline; /* IE6 workaround */
}






/*
    Sidebar and Box Styles
*/

#sidebar {
    padding: 0px 40px 0px 10px;
    width: 290px;
    float: right;
    display: inline; /* IE6 workaround */
}

.box {
    padding: 15px 30px;
    margin: 14px 0px;
    background: white url('images/box-bg.png') no-repeat bottom scroll;
    border: 1px solid #b8c6d4;
}

.box h1, .box h2, .box h3, .box h4 {
    text-align: center;
}

.box h1 {
    padding-top: 0px;
}





/*
    Content box styles
*/
.content-box {
    float: left;
    display: inline; /* IE6 workaround */
    width: 240px;
    padding: 15px 30px 15px 0px;
    margin: 14px 0px;
}

.content-box h1, .content-box h2, .content-box h3, .content-box h4 {
    text-align: center;
    font-size: 18px;
}









/*
    Common styling for box and content-box
*/


.content-box img, .box img {
    float: left;
}

.content-box h1, .box h1 {
    padding-top: 12px;
    padding-left: 8px;
    border: 0px;
    float: left;
}

.content-box h1 a, .box h1 a {
    color: #658B09;
}

.content-box h2, .box h2 {
    padding-top: 15px;
    padding-left: 8px;
    border: 0px;
    float: left;
}

.content-box h2 a, .box h2 a {
    color: #658B09;
}






/*
    Image thumbs styles
*/
.thumb img {
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    margin: 4px 0 4px 5px;
    padding: 4px;
}

.thumb img:hover {
    background-color: #A9A9A9;
}