* {margin: 0;padding: 0;}

body
{
    text-align: center;
    background: url(../images/bg.gif) repeat;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

div#bgwrapper
{
    width: 100%;
    background: url(../images/bg_wrapper.gif) repeat-x;
}

div#container, div.container
{
    margin-left: auto;
    margin-right: auto;
    width: 967px;
    text-align: left;
}

div#container
{
    background: url(../images/body_bg.png) top right repeat-y;
}

div#header
{
    width: 953px;
    height: 90px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #333;
    background: url(../images/header_bg.png) repeat-x;
    background-color: #969696;
}

div#footer
{
    width: 953px;
    height: 50px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #333;
    background: url(../images/footer_bg.png) repeat-x;
    background-color: #727272;
}

div#body
{
    /*height: 440px;*/
    position: relative;
    height: 100%;
    /*
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #333;
    background: url(/sr22/images/SR22_GTS_S0558T.jpg) top left no-repeat;
    */
}

div#body div.mainbody
{
    font-size: 14px; /* CHANGED FROM 11pt */
	padding: 15px 20px 30px 15px;
    line-height: 20px;
}

.mainbody div.attention
{
    padding: 10px;
}

.mainbody p
{
    margin-bottom: 20px;
}

.mainbody h4
{
    color: #6666cc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mainbody ul, .mainbody ul li
{
    list-style: normal;
    list-style-type: square;
    margin-bottom: 4px;
}

.mainbody ul
{
	margin-bottom: 20px;
}

div#bottom
{
    margin-left:7px;
    width: 946px;
    height: 5px;
    background: url(../images/body_bottom.png) top left repeat-x;
}

div#bottom span
{
    margin-left: 946px;
    width: 7px;
    height: 5px;
    background: url(../images/body_bottom_right.png) no-repeat;
}

div#modellineup
{
    position: absolute;
    left: 152px;
    bottom: 0px;
    height: 141px;
    width: 792px;
    background: #fff;
    border-top: 1px solid black;
    padding: 10px 0 0 10px;
}

div#modellineup img {
    border: 0;
}

div#modeltext
{
    position: absolute;
    bottom: -1px;
    width: 953px;
    background: #747474;
    border-top: 1px solid black;
	margin-left: 1px;
    text-align: justify;
}

div#modeltext h1
{
    font-size: 11pt;
    margin-bottom: 4px;
    color: #ffcc00;
}

div#modeltext div
{
    font-size: 9pt;
    line-height: 20px;
    color: #fff;
}

div#platformtitle
{
    position: absolute;
    left: 152px;
    bottom: 151px;
    width: 786px;
}

div#platformtitle
{
    background: #333;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    padding: 0 16px 0 0;
}


div#platformtitle div, div#pagetitle div
{
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    color: #fff;
    font-size: 24pt;
    text-align: right;
}

div#pagetitle
{
    background-color: #747474;
    padding: 0 16px 6px 0;
}

div#pagetitle div
{
    color: #ffcc00;
}

/* pk's Cirrus Button Class */
a.cirrusButton 
{
    background-color: Transparent;
    background: transparent url(../images/button_left.gif) no-repeat 0 0px;
    
    font-size: 12pt;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    padding: 4px 0 4px 13px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
a.cirrusButton span {
    background: transparent url(../images/button_right.gif) no-repeat 100% 0px;
    height: 40px;
    line-height: 40px;
    margin-top: -4px;
    padding: 4px 16px 4px 0;
}

a.cirrusButton:hover {
    background-position: 0 -36px;
    text-decoration: none;
}

a.cirrusButton:hover span {
    background-position: 100% -36px;
    /*padding: 4px 16px 4px 0;*/
}

/** LINK STYLES **/
a:link, a:visited, a:active
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

/* Global Style Fixes */
input {
    margin-right: 6px;
}
ul, ol {
    margin-left: 40px;
}
#modelmenu, div#leftmenu ul, div#leftmenu ol{
    margin-left: 0px;
}

/* Press Release Style */
.pressRelease h1 
{
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 0.5em;
}
.pressRelease h2
{
    font-size: 1.1em;
    text-align: center;
    padding-bottom: 1.0em;
}

blockquote {
    margin-left: 40px;
}