@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
background-color:#0049a2;
background-image:url(images/road-bkgnd1.jpg);
background-position:top center;
background-repeat: no-repeat;
background-attachment: fixed;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#474747;
}


p{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#474747;
margin-bottom:25px;
line-height:1.3em;
}

#main_content p{
padding-right:15px;
}

ul{
padding-left:13px;
}

ul li {
color:#474747;
font-size:13px;
margin-bottom:3px;
}

img{
border:0px;
}

a:link, a:visited {
color:#509916;
border-bottom:1px dotted #7dd139;
text-decoration:none;
}

a:hover {
color:#509916;
border-bottom:1px solid #7dd139;
text-decoration:none;
}



/***********************************************************************************************************************
	STYLES
***********************************************************************************************************************/
#logo{
float:left;
display:inline;
}

#title{
margin-bottom:24px;
}

.heading {
margin-bottom:3px;
}

#features {
margin-bottom:7px;
}

.price p {
margin-bottom:13px;
line-height:1.4em;
}

.price {
margin-bottom:50px;
}

.orderBtn-small {
margin-right:12px;
}


/***********************************************************************************************************************
	TOP
***********************************************************************************************************************/
#top{
width:960px;
height:45px;
margin:5px auto 0px auto;
}

/***********************************************************************************************************************
	NAVBAR
***********************************************************************************************************************/
#navcontainer
{
float:right;
overflow: hidden;
width: 460px;
display:inline;
margin-top:10px;
}

#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}


#navlist li
{
float:right;
color:#fff;
font-weight:bold;
font-size:16px;
letter-spacing:-1px;
margin-left:17px;
text-transform:uppercase;
}

#navlist a:link, #navlist a:visited{
color:#fff;
text-decoration:none;
border:0px;
}

#navlist a:hover{
color:#fff;
text-decoration:underline;
border:0px;
}

#navlist #active {
color:#ccc;
text-decoration:none;
border:0px;
padding:0px;
}


/***********************************************************************************************************************
	HEADER
***********************************************************************************************************************/

#header{
width:960px;
height:135px;
background-color:#fff;
margin:0px auto;
padding-bottom:5px
}


#marathonLogo {
margin-top:20px;
margin-left:21px;
float:left;
display:inline;
}

#quote{
margin-top:33px;
margin-right:21px;
float:right;
display:inline;
}

/***********************************************************************************************************************
	GUTS
***********************************************************************************************************************/

#guts {
background:#fff url(images/body-bkgnd-narrow1.jpg) top left repeat-y;
border-bottom:21px solid #fff;
width:960px;
margin:0px auto 30px auto;
}

/***********************************************************************************************************************
	SIDEBAR
***********************************************************************************************************************/

#sidebar {
float:left;
width:310px;
display:inline;
margin-left:26px;
padding-top:4px;
}

/***********************************************************************************************************************
	MAIN CONTENT
***********************************************************************************************************************/

#main_content {
width:540px;
float:right;
display:inline;
margin-right:40px;
padding-top:30px;
}