html { background-color: #858585; }

body  {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    background-color: #858585;
    background-image: url(/images/blend.jpg);
    background-repeat: repeat-x;
}

.clearfloats {
    clear: both;
    width: 100%;
    height: 0px;
	margin: 0;
	padding: 0;
}

div.view-cart-link {text-align: right; margin-right: 40px; font-size: 14px; }
div.langicons ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div.langicons ul li { margin-bottom: 5px; }
div.langicons {
    color: #007AA3;
}
div.langicons span { display: inline-block; margin-right: 10px; }
div.langicons li:hover, div.langicons span:hover { text-decoration: underline; cursor: pointer;}

#content {
	padding: 10px 0;
	margin: 0px;
}

#container {
    width: 970px;  /* using the same width as NZHerald website*/
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(//s3.amazonaws.com/media.marathon-photos.com/website-assets/images/frontpage-graphics/Container-shade.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    }

#wrapper {
    width: 970px;  /* using the same width as NZHerald website*/
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(//s3.amazonaws.com/media.marathon-photos.com/website-assets/images/frontpage-graphics/Container-shade.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    } 
	
#main {
    margin-left: 10px;
}

#banner {
	height:95px;
    }

/* menu */

#menu {
	margin-left: 7px;
	float: left;
	display: inline; /* < IE6 double margin hack fix */
}

.menutext {
	float: left;
	display: inline; /* < IE6 double margin hack fix */
	margin: 6px 10px 0 10px;
	color: #333366;
}

#menu ul {
    margin-left: 10px;
}

#menu li {
    float: left;
	display: inline; /* < IE6 double margin hack fix */
    list-style-type: none;
    padding: 7px 8px 0 8px;
}

#menu ul li a:hover { }

#menu a {}

#whiteblend {
	height:8px;
	margin-left: 7px;
	background-image: url(//s3.amazonaws.com/media.marathon-photos.com/website-assets/images/frontpage-graphics/white-blend.jpg);
	background-repeat: repeat-x;
	clear:left; /* get under menus */
}

#footer {  
    padding: 0px; 
    background-color: #5A5F5F; 
    color: #DFE5E7; 
    height: 16px; 
    text-align: center; 
    width: 970px; 
    margin: 0px auto;
	margin-top: 6px;
}
#footer a { text-decoration:none; color: #DFE5E7; }

#footer a:hover {text-decoration:underline; color: #DFE5E7; }

/* index page */
#indexpage #main { color: #444444; }
#indexpage #main #intro {
    background-color:#FFFFFF;
    margin:auto;
    margin-top:15px;
    width:800px;
    padding:7px;
    color:#006699;
    border-bottom:solid 1px #006699;
    margin-bottom:3px;
}

#indexpage #main #intro h1 {
    text-align:center;
    color:#faa61a;
    font-size:14px;
}


#indexpage #main #selection {
    background-color:#FFFFFF;
    margin:auto;
    margin-top:0px;
    width:815px;
    padding:0;
    margin-bottom:30px;
}


#indexpage #main #column1 {
	width: 245px;
	float: left;
	margin-left: 7px; /* TESTING Pink */
	padding-left: 10px;
	display: inline; /* < IE6 double margin hack fix */
}
#indexpage #main #column2 {
	height: 100%;
	float: left;
	width: 280px; /* was 365px; */
	padding: 0 20px 0 35px;
	background-color: #FFFFFF;
	display: inline; /* < IE6 double margin hack fix */
}
#indexpage #main #column2 h1 {
	text-align:center;
	font-size: 14px;
	margin: 0 0 4px 0;
	font-weight: bold;
}
#indexpage #main #column2 h3 {
    text-align:center;
    font-size:14px;
    font-weight:bold
}

#indexpage #main #column2 h3 a {
    padding: 0 12px;
}

#indexpage #main #global-search {
    background-color:#FFFFFF;
    margin:auto;
    width:800px;
    padding:7px;
}

#indexpage #main .searchbox {
	background-color: #d2dce5;
	border-color: #1e3852;
	border-width: 1px;
	border-style: solid;
	height: 250px; /* 90px; */
	margin-bottom: 15px;
	text-align: center;
	width: 243px;
	background-image: url(//s3.amazonaws.com/media.marathon-photos.com/website-assets/images/frontpage-graphics/search1.jpg);
	background-repeat: no-repeat;
}
#indexpage #main .searchbox P {
	margin-left:130px;
	margin-top: 25px;
}
#indexpage #main .searchbox h1 {  /* Defines the boxed header shape and colour */
	color: #333333;
	font-weight:bold;
	text-align:center;
	background-image: url(//s3.amazonaws.com/media.marathon-photos.com/website-assets/images/frontpage-graphics/title-center-search.gif);
	background-repeat: repeat-x;
	border-bottom: solid #1e3852 1px;
	margin-bottom: 20px; /* 10px; */
}

#indexpage #main .searchbox .note {
    text-align:left;
    margin: 20px 15px;
    padding: 5px;
    border: solid 1px #000;
}

#indexpage #main .note p {
    margin: 0px;
    padding: 0px;
    font-size:11px;
}

#indexpage #main .flashbox {
    border-color: #1e3852;
    border-width: 1px;
    border-style: solid;
    /* height:220px; */
    margin-top:15px;
    margin-bottom:8px;
    padding: 7px;
    height: 260px;
}

#indexpage #main .flashbox img {
    padding-bottom:12px;
    margin: 0 3px;
    }
    
#indexpage #main #idcards {
    float:right;
    width:200px;
    background-color:#66FF99;
    background-color: #d2dce5;
    border-color: #1e3852;
    border-width: 1px;
    border-style: solid;
    height: 250px;
    margin-bottom: 15px;
    text-align: center;
}
#indexpage #main #idcards h1 {  /* Defines the boxed header shape and colour */
    color: #333333;
    font-weight:bold;
    text-align:center;
    padding: 3px 0 3px 0;
    background-image: url(//s3.amazonaws.com/media.marathon-photos.com/website-assets/images/frontpage-graphics/title-center-search.gif);
    background-repeat: repeat-x;
    border-bottom: solid #1e3852 1px;
}

#indexpage #main #idcards P {
    margin-top: 7px;
}
#indexpage #main #idcards form {
    text-align:right;
    margin-top:15px;
    margin-right:10px;
}
#indexpage #main #idcards input {
    width: 80px;
    margin-bottom:5px;
}

/* search page */
#searchpage #main div.header { 
    font-size: 14px; 
    font-weight: bold;
    margin-left: 20px;
}

#searchpage #main .search-results {
    list-style: none;
}

#searchpage #main .search-results li {
    margin-bottom: 5px;
}

#searchpage #main .found-msg {
    margin: 20px;
}

#searchpage #main form {
    margin: 20px;
}

/* cart page */
#cartpage #cart { margin: 20px; }

/* order page */
#orderpage #details { margin: 10px; }

/* login form */
table.login-form { width: 400px; margin: 40px auto; }
table.login-form th { padding-right: 20px; text-align: right; }
table.login-form td input { width: 100%; }
table.login-form tr.submit input { width: auto; }
table.login-form tr.submit td { text-align: right; }
