 html, body {
   margin:0px;
   padding:0px;
   height:100%;    
 }

 img {
   border: none;
 }

 form {
   display: inline;
 }

 #wrapper {         
   min-height:90%;
   _height:100%; // IE 6 fix
 }

 #main-container {
   padding:0px;          
   width: 100%;
 }

 #top-menu {
   border-top: solid 8px #2c4562;
   width: 890px;
   height: 25px;
   margin:0px auto;
   padding: 6px 0px 0px 0px;
   display: block;
   text-align: right;
 }

 #top-menu a {
   font-family: Arial;
   font-size: 14px;
   font-weight: 500;
   text-decoration: none;
   color: #555555;
   margin-left: 22px;
 }

 #top-menu a:hover {
   color: #a90202;
 }

 #header {
   width: 990px;
   height: 80px;
   margin:0px auto;
 }

 #logo {
   float: left;
 }

 #live-support {
   float: right;
   margin-top: 4px;
   margin-right: 49px;
   _margin-right: 24px;// IE6 fix
 }

 #bar{
   width: 100%;
   height: 357px;
   margin-top: 20px;
   background-image: url("../images/top-bar.png");
   background-position: top;
   background-repeat: repeat-x;
   display: block;
   text-align: left;
 }

 #bar-content {
   width: 890px;
   height: 357px;
   margin:0px auto;
   padding: 0px auto;
   display: block;
   text-align: left;
 }

 #bar-content .text {
   float: left;
   display: block;
   width: 445px;
   margin-top: 25px;
 }

 #bar-content .text p {
   font-family: Arial, serif;
   font-size: 24px;
   color: #FFFFFF;
   display: block;
   width: 400px;
   height: 180px;
   margin: 0px;
   margin-top: 15px;
   line-height: 31px;
 }

 #bar-content h1 {
   color: #FFFFFF;
   font-family: Arial, serif;
   font-size: 36px;
   font-weight: 500;
   margin: 0px;
 }

 #bar-content .buttons {
   clear: left;
   float: left;
   display: block;
   width: 445px;
   height: 50px;
   margin-top: 10px;
 }

 #bar-content .buttons a {
   margin-right: 50px;
 }

 #bar-content .screenshots {
   float: right;
   display: block;
   width: 401px;
   height: 330px;
   margin-top: 28px;
   text-align: right;
 }

 #inner-bar{
   width: 890px;
   margin: 0px auto;
   height: 0px;
   margin-top: 0px;
   background-image: url("../images/inner-top-bar.png");
   background-position: top;
   background-repeat: repeat-x;
   display: block;
   text-align: left;
 }

 #inner-bar-content {
   width: 890px;
   margin: 0px auto;
   padding-top: 45px;
   font-family: Arial, serif;
   font-size: 22px;
   font-weight: 500;
   color: #FFFFFF;
 }

 #inner-bar-content h1 {
   margin: 0px;
   margin-bottom: 15px;
   padding: 0px;
   font-weight: 500;
   font-size: 36px;
   display: block;
 }

 #inner-body {
   width: 944px;
   margin: 0px auto;
   padding-top: 20px;
   display: block;
   font-family: Arial;
   line-height: 30px;
   color: #000000;
 }

 #inner-body h1 {
    color:#000000;
    #font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
 }

 #body-text {
   width: 910px;
   height: auto;
   margin:0px auto;
   margin-top: 25px;
   padding: 0px auto;
   display: block;
   text-align: left;
 }

#body-text span {
   width: 445px;
   display: block;
   margin-bottom: 25px;
   margin-left: 10px;
   float: left;
   font-family: Arial;
   font-size: 16px;
   color: #000000;
   line-height: 30px;
}

#body-text span .heading {
   font-family: Arial, serif;
   font-size: 23px;
   color: #000000;
   margin: 0px;
   padding: 0px;
   font-weight: 600;
}

#content
{
    #background-color: #FCFCFC; 
		margin-bottom: 20px;
		width: 100%;
		height: 100%;
}

/************
* Navigation
*************/
/*
#navigation
{
        #background : #E4EAEF url(../images/nav_bg.gif) top repeat-x;
        #border-top : 1px solid #B8C9D8;
        color : #425D8D;

        height: 25px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ccc;
}

#navigation a:link, #navigation a:visited
{
        color : #657FA6;
}

#navigation a:hover
{
        color : #455F8D;
        text-decoration : none;
}
#navigation span.current
{
        color : #204070;
        font-weight : bold;
}
*/
/*****************
* Navigation Tabs
******************/
/*
ul.tabs
{
        float: right;
        height: 20px;
        margin-top: 10px;
}

ul.tabs li
{
        list-style-type: none;
        display: inline;
        margin: 0;
}

ul.tabs li a
{
        float: left;
        font-size: 11px;
        line-height: 12px;

        padding: 4px 10px 4px 10px;
        margin-left: 4px;

        border-top: 3px double #ccc;
        border-left: 3px double #ccc;
        border-right: 3px double #ccc;

        background: white;
}

ul.tabs li a.selected
{
        border-bottom: 1px solid white;
        background: white;
}

ul.tabs li a span
{
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: -3px;

        padding: 2px 5px 2px 16px;
}

ul.tabs li a span.cart
{
        background-image: url(../images/icons/basket.jpg);
}

ul.tabs li a span.checkout
{
        background-image: url(../images/icons/basket_go.jpg);
}

ul.tabs li a span.error
{
        background-image: url(../images/icons/cross.jpg);
}

ul.tabs li a span.complete
{
        background-image: url(../images/icons/accept.jpg);
}

ul.tabs li a span.voucher
{
        background-image: url(../images/icons/tag_orange.jpg);
}

.with_id
{
        margin-left: 30px;
}

/*********************
* End Navigation Tabs
**********************/
/****************
* End Navigation
*****************/
/*
#footer
{
        background : #163F8B;
        color : white;
}

#footer a:link, #footer a:visited
{
        color : #E1E8F4;
}
#footer a:hover
{
        color : white;
}
*/
h1
{
        /*background : white url(../images/h1_border.gif) bottom repeat-x;*/
        color : #163F8B;
}

h1 em
{
        color : #234D8D;
}

h2
{
        color:#000000;
    font-size:18px;
    font-weight:bold;
    padding-bottom:7px;
}

h3
{
        border-bottom : 1px solid #D2DFEB;
        color : #354D6B;
        margin-top: 10px;
        margin-bottom: 5px;
}

h4
{
        color : #0C234D;
        font-weight : bold;
        text-decoration : underline;
}

p
{
        font-size : 1.2em;
        color : #000000;
}

a:link, a:visited
{
        color : #3D61A3;
        text-decoration : none;
}
a:hover
{
        text-decoration : underline;
}

/*********
* Tables
**********/
table
{
        border: 1px solid #D0D0D0;
        background : #E0E0E0;
        border-collapse: collapse;
}

table.form, table.form td
{
        border: 0px;
        background : transparent;
        border-collapse: collapse;
        width: auto;
}


th, td
{
        background : #FFFFFF;
        border: 1px solid #D0D0D0;
        /*border-top : 1px solid #D5E1F6;*/
        /*border-right : 1px solid white;
        border-bottom : 1px solid white;*/
}

th
{
        background : #000000;
        border-left : 0;
        color : #FFFFFF;
}

th a:link, th a:hover, th a:visited
{
        color: white;
}

tr.alt td, td.alt, td.empty
{
        #background : #F7F9FB;
}

td.empty
{
        text-align: center;
}

tr>th.last, td.last, td.manage, td.empty
{
        border-right : 0;
}

td.manage, td.id
{
        text-align : center;
}

table.settings td.left
{
        width: 26%;
}

table#invoice_summary
{
        width: 25%;
        float: right;
        margin-left: 75%;
}

table#new_account label
{
        font-weight: bold;
}

table tr td.placeholder
{
        background: white;
}

table.list tr td a
{
        background : url(../images/arrow.gif) 5px center no-repeat;
        padding: 5px;
        padding-left: 40px;

        display: block;
        text-decoration: none;
}

table.list tr td a span.indent
{
        margin-left: 30px;
}

table.list tr td a:hover
{
        background-image : url(../images/arrow_on.gif);
}

.center
{
        text-align: center;
}
p.message
{
        background : #779BD1;
        border : 3px double white;
        color : white;
        margin : 12px;
        padding : 4px;
}

/*********
* Notices
**********/
#fail
{
        background: #BE4646 url(../images/cross.gif) 5px center no-repeat !important;
        border : 3px double white;
        font-size: 1.1em;
        padding-left : 25px;
        margin-bottom: 10px;
}

#fail p
{
        color : white;
}

p#fail
{
        border : 0;
        border-left : 1px solid #B23636;
        border-top : 1px solid #B23636;
        color : white;
        padding-left : 30px;
}

p#fail.comment
{
        margin : 12px;
}

#fail a:link, #fail a:visited
{
        color : #F4E0E0;
        text-decoration : underline;
}

#fail a:hover
{
        color : white;
        text-decoration : none;
}

#success
{
        background: #73C350 url(../images/tick.gif) 5px center no-repeat !important;
        border: 3px double white;
        font-size: 1.1em;
        padding-left : 25px;
        margin-bottom: 10px;
}

#success p
{
        color : white;
}

#success a:link, #success a:visited
{
        color : #E5F1DF;
        text-decoration : underline;
}

#success a:hover
{
        color : white;
        text-decoration : none;
}

#notice
{
        background: #1F829E url(../images/notice.gif) 5px center no-repeat !important;
        border : 3px double white;
        font-size: 1.1em;
        padding-left : 25px;
        margin-bottom: 10px;
}

#notice p
{
        color : white;
}

p#notice
{
        border : 0;
        color : white;
}

p#notice.comment
{
        background-position : left center !important;
        font-size : 1em;
        margin : -1px;
}

#notice a:link, #notice a:visited
{
        color : #D8E9EE;
        text-decoration : underline;
}

#notice a:hover
{
        color : white;
        text-decoration : none;
}
/*************
* End Notices
**************/

.small
{
        font-size:0.9em;
}
a.collapse:link, a.collapse:visited, a.expand:link, a.expand:visited
{
        background : center 1px no-repeat;
        text-decoration : none;
        text-indent : -1000em;
        width : 14px;
}
a.collapse:hover, a.expand:hover
{
        background-position : center -16px;
}
a.collapse:link, a.collapse:visited
{
        background-image : url(../images/collapse.gif);
}
a.expand:link, a.expand:visited
{
        background-image : url(../images/expand.gif);
}

.open_statuses { color : #3366CC; }
.closed_statuses { color : #666666; }

td.manage
{
        border-right : 0;
        text-align : center;
}
td.id { text-align : center; }

ul.list
{
        font-size : 1.2em;
        margin : 6px 12px;
        margin : 0;
        padding : 0;
}
ul.list li
{
        border-bottom : 1px solid #E7EEF9;
        list-style : none;
        margin : 0;
        padding : 0;
}
ul.list a:link, ul.list a:visited
{
        background : #FAFCFD url(../images/arrow.gif) 5px center no-repeat;
        border : 1px solid white;
        display : block;
        padding : 6px 8px 6px 32px;
        text-decoration : none;
}
ul.list li.alt a:link, ul.list li.alt a:visited
{
        background-color : #F2F8FA;
}
ul.list a:hover
{
        background-image : url(../images/arrow_on.gif);
}
ul.issues a:link, ul.issues a:visited
{
        background-image : url(../images/issue.gif);
        padding-left : 48px;
}
ul.issues a:hover { background-image : url(../images/issue_on.gif); }

.top { border-top : 1px solid white; }

.right
{
        float: right;
}

/* Opera Hack */
@media all and (min-width: 0px){
#login input {
        font-size: 1.2em!important;
}
}


/***********
* Fieldsets
************/
fieldset
{
        border: 1px solid #C2CDFF;
        background-color: white;
}

legend
{
        color: #A43A15;
}
/***************
* End Fieldsets
***************/

/* new css */
.no_bg{
	background: none!important;
}
.no_border{
	border: none!important;
}
.no_border td{
	background: none!important;
}
.no_border tr{
	background: none!important;
}

/* footer */
#footerWrap {
    height: 94px;
	background: #070707;
	padding: 15px 0 0; 
    vertical-align: bottom;
}

#footer {
	width: 944px;
	margin: 0 auto 25px auto;
	text-align: center;
}

#footer ul {
	margin: 0;
	padding: 1px 0 5px;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #515151;
	padding: 1px 8px 0 9px;
	margin: 0;
	font-size: 11px;
}

#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	text-decoration: underline;
	color: #D0D0D0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}

.copyright2 {
	font-size: 12px;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 18px;
	text-align: center;
	color: #444444;
}

.copyscape {
	background: #070707;
	line-height: 8px;
	text-align: center;
	padding: 15px 0 0;
	margin: 0;
}
