/********************************************
* SkyMed
* Developed by I-ology
* http://www.i-ology.com
*
* Created 04/2/2009- BD
*
* Print Style Definitions
********************************************/

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}

#header {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 25px;
}

a#logo img {
	border: 0;
}

#content {
    width: 100%;
    overflow: hidden;
}

#content-main {
    margin: 0;
    padding: 0;

}

#sidebar {
    width: 30%;
    margin: 0;
    padding-left: 15px;
    float: right;
    overflow: hidden;
    font-size: 12px;
    border-left: 1px dotted #CCC;
}

#nav,
#subnav,
#global,
#search,
#text-resize,
.link-right,
.btn-free-quote,
#short-term,
#annual,
#videos,
#interior-photo,
#sidebar, 
.back-details {
    display: none;
}

#short-term,
#annual {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 5px 0;
}

#short-term img,
#annual img {
    float: left;
    margin: 0 15px 0 0;
}

#short-term span,
#annual span {
    float: left;
    clear: right;
    font-weight: normal;
}

#footer {
    width: 100%;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #000;
}

p.no-print {
    display: none;
}

#details img,
img.content-photo {
    float: right;
    clear: right;
    margin: 5px 0 25px 25px;
    padding: 1px;
    border: 1px solid #CCC;
}

#footer-left {
    width: 50%;
    float: left;
    font-size: 11px;
}

#footer-right {
    width: 50%;
    float: right;
	text-align: right;
    font-size: 12px;
}

#sidebar ul {
    margin: 0 0 0 15px;
    padding: 0;
}

#sidebar ul li {
    margin-bottom: 5px;
}