/*-------------------------------------------*/
/*-------------------------------------------*/
/*--   Motor Stroller - Global Style Sheet --*/
/*--   http://www.MotorStroller.com        --*/
/*--   22/09/2007                          --*/
/*-------------------------------------------*/
/*-------------------------------------------*/

/*-----------------------------*/
/*--- Motor Stroller Banner ---*/
/*-----------------------------*/

/* Universal selector */
/* * {margin:0; padding:0;} */

html { height: 100% }

body 
{
	height:auto;
  	font: 70% Verdana, Arial, Helvetica, sans-serif;		
	background: #E2EDF3;
	background-image: url(../images/PageBackground.jpg);
	background-image2: url(../images/BodyBackground.gif);
	background-repeat: repeat-y;
	background-position:center top;
	background-color: #979B9A;
	/* The following was used to fix the IE border problem */
	padding-bottom: 0; 
	margin-bottom: 0;
    }
a, a:visited { color: Blue;}

/* p {margin: 10 10 10 10} */

#top_border_NOT_USED {
    width: 782px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 0;
}
#wrapper {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    border-left-style: solid;
    border-left-color:Black;
    border-left-width:1px;
    border-right-style: solid;
    border-right-color:Black;
    border-right-width:1px;
    border-bottom-style: solid;
    border-bottom-color:Black;
    border-bottom-width:1px;
    background: url(../images/PageHeaderBanner.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-position: top right;
}    


#wrapper_no_bg {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    border-left-style: solid;
    border-left-color:Black;
    border-left-width:1px;
    border-right-style: solid;
    border-right-color:Black;
    border-right-width:1px;
    border-bottom-style: solid;
    border-bottom-color:Black;
    border-bottom-width:1px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: top right;
}    
    
h1 {	
	color:blue;
	font-size: 1.2em;
	font-weight: bold;
	} 

#banner
{
    /*height: 185px;*/
    /*width: 816px;*/
    height: 150px;
    width: 782px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    margin-bottom: 0;
    padding: 0 0 0 0;
    background-image: url(../images/MotorStrollerBanner.jpg);
    }

#bannerText22
{
    position: absolute; left: 400px; top: 80px;
    }

.SaleSticker
{
	height: 150px;
	width: 150px;
	margin-left: 9px;
	/*background-image: url(../images/SaleSticker.png); */
	background-repeat: no-repeat;
	/* position:  absolute; left: 635px; top: 10px;*/
	/*position: absolute; left: 912px; top: 80px;*/
	/*position: absolute; left: 830px; top: 6px; */
	/*position: absolute; left: 912px; top: 130px; */
	}

.PageHeaderBanner
{
	vertical-align: top;
	margin-top: 10px;
	height: 100px;
}

#main_container
{
	display:block;
	margin-top: 10px;
	margin-left: 178px;
	margin-right: 10px;
	padding-left: 0px;
	width: auto;
}

.new { color: red; font-weight: bold;}

#GoogleAds
{
	background-image: url(../images/Ads by Google 770x110.jpg);
	background-repeat: no-repeat;
	float:left;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	width: 780;
}

.main_heading
{
	background-position:left top;
	background-image: url(../images/HeadingImage.jpg);
	background-repeat: no-repeat;
	color: #404040;
	font-size: 1.3em;
	height: auto;
	font-weight: bold;
	padding-top:2px;
	height: 21px;
	text-indent: 4px;
	border-bottom-style: double;
	border-bottom-width:1px;
	border-bottom-color: #101010;/*#C0C0C0;*/
	
}	

.bullet {
	background-image: url(../images/Bullets-Red.png);
	background-repeat: no-repeat;
	display: block;
	width: 8px;
        height: 8px;
	float: left;
	margin: 3px 8px 0px 0px;
	white-space: nowrap;
}
 
.main_text
{
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 0;
	padding: 5px 10px 10px 0px;
}

.more_info
{
	background-image: url(../images/MoreInfoArrow.jpg);
	background-position: left center;
	font-size: small;
	background-repeat: no-repeat;
	margin-left: 28px;
	padding-left: 23px;
	min-height: 16px;
	height: 16px;
}

#footer
{
	height: 100%;
    width: 816px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/MotorStrollerFooter.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: white;
	text-indent: 30px;
}

#footer a:link
{
	color: white;
	text-decoration: none;
}

#footer a:visited
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
	margin-top: 0; 
}
	
table.footer
{
	width: 100%;
	/* padding: 3px 20px 5px 15px; 
	text-indent: 15px; */
}

td.copyright
{
	color: white;
	font-family: Trebuchet MS;
	padding: 5px 10px 0px 25px;
	margin-bottom: 0;
}

/* #footer_menu */
td.footer_menu
{
	font-family: Trebuchet MS;
	text-align: right;
	padding: 5px 25px 5px 20px;
}

img.NETLogo {border:solid 1px black;}

.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Fix IE6 bug to expand the clickable area of a link */
* html ul.nav a { height: 1px; }

