/**
 * CSS stylesheet used for www.stjamesshopping.com
 *
 * History:
 *  created for the new design of the StJamesShopping website.
 *  the new design uses the standard branding colors as the current site
 *
 * Reminders:
 * margin: top, right, bottom, left
 */

/*
* Standard HTML tags styling 
*/
body, html {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 100%;
    width: 100%;
    background-color: #666666;
    background-repeat: repeat-x;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

span, #container-name span, #container-slogan span {
    color: #006AC3;
}

h1 {
    font-size: 22px;
    color: #666666;
    margin: 0 0 0 0;
    padding: 0px 0 20px 25px;
    background-image: url( ../images/h1_arrow.gif );
    background-repeat: no-repeat;
    background-position: 5px 7px;
    line-height: 24px;
    text-transform: uppercase;
}

h2 {
    font-size: 16px;
    color: #006AC3;
    padding: 5px 0 5px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    font-size: 14px;
    color: #006AC3;
    padding: 5px 0 0px 25px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

h4 {
    font-size: 14px;
    color: #006AC3;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

hr {
    border: none 0;
    border-top: 1px solid #cccccc;
    height: 1px;
}

input {
	background-color: #FFFFA0;
	font-size: 11px;
    color: #006AC3;
    width: 160px;
}

#requiredelement input {
	background-color: #FFFFA0;
	font-size: 11px;
    color: #006AC3;
    width: 160px;	
}

textarea {
    font-size: 11px;
    color: #006AC3;
    width: 260px;
    height: 80px;
}

select {
    font-size: 11px;
    color: #006AC3;
    /* width: 135px; */
}

#readmore {
	font-size: 10px;
    color: #006AC3;
    text-transform: uppercase;
}

table {
	float: right;
}


/*
* Container styling 
*/
#container {
    width: 750px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    height: 100%;
}

#container-header {
    width: 670px;
    height: 140px;
    padding: 20px 40px 0px 40px;
    /* background-image: url( ../images/bg_header.gif ); */
    background-color: #FFFFFF;
    line-height: 20px;
    font-size: 28px;
    font-weight: bold;
}

#container-logo {
    float: right;
}

#container-name {
    float: left;
}

#container-slogan {
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    padding-right: 10px;
}

#container-eyecatcher {
    width: 670px;
    padding: 0px 40px 0px 40px;
    height: 175px;
    /* background-image: url( ../images/bg_eyecatcher_grey.gif ); */
    background-color: #FFFFFF;
    z-index: 0;
}

#container-navigation {
    width: 670px;
    background-color: #FFFFFF; /*#45AAFF; */
    height: 22px;
    border-bottom: 1px solid #ffffff;
}

#container-content {
    /* background-image: url( ../images/bg_content.gif ); */
    background-repeat: no-repeat;
    padding: 20px 40px 0px 40px;
    margin: 0 0 0 0; /*height: 500px;  *//* this only needs to be as long as the background image*/
    width: 670px;
    height: auto; /* this doesn't work in I.E and if its not set then firefox doesn't work. weird! */
    background-color: #FFFFFF;
    z-index: 10;
}

#container-footer {
    position: relative;
    border-top: 4px solid #E5E5E5;
    width: 670px;
    padding: 10px 0px 40px 0px;
    margin: 0 40px 0px 0px;
    clear: both;
    color: #aeaeae;
    background-color: #FFFFFF;
}

#container-footer a {
    font-weight: bold;
    padding: 2px 2px 2px 2px;
    color: #aeaeae;
}

#container-footer a:hover {
    color: #006AC3;
}

/*
* content styling
*/
#content {
    width: 308px;
    float: left;
    padding: 0px 0px 0px 5px;
    margin-right: 10px;
}

#content-container {
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF; /* #ffe2c2; */
    height:100%;
    /* overflow:auto; */
    width:670px;
}

#content hr {
    border: none 0;
    border-top: 1px solid #cccccc;
    margin: 0px 0 0px 25px;
    height: 1px;
}

#content p {
    line-height: 19px;
    color: #666666;
    margin: 0 0 20px 25px;
}

#content p a, #menu p a {
    text-decoration: none;
    color: #006AC3;
    border-bottom: 1px dotted #006AC3;
    padding: 2px 2px 2px 2px;
}

#content p a:hover, #menu p a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #006AC3;
    padding: 2px 2px 2px 2px;
}

#content li {
    line-height: 20px;
    color: #666666;
    margin: 0 0 0 15px;
}

#content .quote {
    border-top: 1px solid #E5E5E5;
    background-color: #f7f7f7;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 10px 10px 45px;
    background-image: url( ../images/bg_quote.gif );
    background-repeat: no-repeat;
    background-position: 10px 10px;
    color: #0066CC;
    font-style: italic;
}

#content img {
    background-color: #E7F1FF;
    padding: 4px;
    border: 1px solid #006AC3;
}

/*
* Newsletter styling
*/
#newsletter {
    float: left;
    padding: 60px 0px 0px 0px;
    font-size: 11px;
    color: #006AC3;
}

/* Banner styling */
#banner {
    float: left;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    color: #006AC3;
    width: 468;
    height: 125;
}

/*
* Navigation styling
*/
ul#navigation {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#navigation li {
    display: inline;
    list-style: none;
    height: 22px;
}

#navigation li a {
    color: #ffffff;
    line-height: 22px;
    font-size: 11px;
    text-decoration: none;
    padding: 5px 15px 6px 15px;
    border-right: 1px solid #ffffff;
}

#navigation li a:hover {
    text-decoration: underline;
    background-color: #0066CC;
}

/*
* Scroller styling
*/
#scroller {
    width: 670px;
    background-color: #45AAFF;
    height: 22px;
    border-bottom: 1px solid #ffffff;
}

ul#scroller-text {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#scroller-text li {
    display: inline;
    list-style: none;
    height: 22px;
    color: #ffffff;
    line-height: 22px;
    font-size: 11px;
    text-decoration: none; /*padding: 5px 15px 6px 15px; I.E doesn't like this automatically pads li blocks.*/
}

/*
* Promos styling
*/
#promos {
    display: inline;
    float: left;
    padding: 0px;
    width: 135px;
    text-align: left;
    z-index: 0;
}

div#promos ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0.5em 0pt 0pt;
}

/*
* classes for styling the
* promotions section of the website
*/
#promolink li {
    list-style: none;
}

/* This styles the image
that is in the promotions tag */
#promos img {
    background-color: #FFFFFF;
    padding: 2px; /*border: 1px solid #006AC3;*/
    border: 0px;
}

ul#promolink {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: none;
}

#promolink p {
    line-height: 17px;
    font-size: 11px;
    color: #666666;
    margin: 0 0 15px 10px;
}

/*
* Menu & News
*/
#menunews {
    width: 135px;
    padding: 0px;
    float: left;		
}

/*
* Menu styling
*/
#menu {
    width: 135px;
    padding: 8px;
    float: left;
    background-color: #E5E5E5; /* #FFCD97; */
    
	BORDER-RIGHT: #c4daed 1px solid;	
	BORDER-TOP: #c4daed 1px solid;	
	MIN-HEIGHT: 90px;	
	BACKGROUND: url(../images/boxbackblend.gif) #88aff9 no-repeat;	
	MARGIN-BOTTOM: 10px;	
	BORDER-LEFT: #c4daed 1px solid;	
	BORDER-BOTTOM: #c4daed 1px solid    
     
}

#menu p {
    line-height: 17px;
    font-size: 11px;
    color: #666666;
    margin: 0 0 15px 10px;
}

/*
* Latest News
*/
#latestnews {
    width: 135px;
    padding: 8px;
    float: left;
    background-color: #FFCD97;
    
	BORDER-RIGHT: #c4daed 1px solid;	
	BORDER-TOP: #c4daed 1px solid;	
	MIN-HEIGHT: 90px;	
	BACKGROUND: url(../images/boxbackblue.gif) #cde2f0 no-repeat;	
	MARGIN-BOTTOM: 10px;	
	BORDER-LEFT: #c4daed 1px solid;	
	BORDER-BOTTOM: #c4daed 1px solid    
    
}

#latestnews p {
    line-height: 17px;
    font-size: 11px;
    color: #666666;
    margin: 0 0 15px 10px;
}

/*
*  Footer styling
*/
#footer {
    font-size: 11px;
    color: #aeaeae;
    width: 670px;
    margin-bottom: 20px;
}

#footer-copyright {
    float: left;
    width: 625px;
    padding-left: 10px;
}

#footer-meta {
    float: right;
    text-align: right;
    width: 325px;
    padding-right: 10px;
}

/*
* Table styling
*/

ul#pagenavigation {
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 15px 20px;
    background-image: none;
    font-weight: bold;
    background-color: #E5E5E5;
}

#pagenavigation li {
    display: inline;
    list-style: none;
    padding: 2px 0px 2px 10px;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px dotted #006AC3;    
}

#pagenavigation li a {
    text-decoration: none;
    color: #006AC3;
    /*border-bottom: 1px dotted #006AC3;*/
}

#pagenavigation li a:hover {
    text-decoration: none;
    /*border-bottom: 1px solid #006AC3;*/
    color: #FFFFFF;
}

/*
* Table styling
*/

table#subnavigation {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    background-image: none;
    font-weight: bold;
}

#subnavigation td {
	height: 30px;
    list-style: none;
    padding: 2px 0px 2px 10px;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px dotted #006AC3;    
}

#subnavigation td a {
    text-decoration: none;
    color: #006AC3;
    /*border-bottom: 1px dotted #006AC3;*/
}

#subnavigation td a:hover {
    text-decoration: none;
    /*border-bottom: 1px solid #006AC3;*/
    color: #FFFFFF;
}

/*
* Subnavigation styling
*/

ul#subnavigation {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    background-image: none;
    font-weight: bold;
}

#subnavigation li {
    list-style: none;
    padding: 2px 0px 2px 10px;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px dotted #006AC3;    
}

#subnavigation li a {
    text-decoration: none;
    color: #006AC3;
    /*border-bottom: 1px dotted #006AC3;*/
}

#subnavigation li a:hover {
    text-decoration: none;
    /*border-bottom: 1px solid #006AC3;*/
    color: #FFFFFF;
}

/*
* Styling for the news section
* of the website
*/
ul#news {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: none;
}

#news li {
    list-style: none;
    background-image: url( ../images/li_cube.gif );
    background-repeat: no-repeat;
    background-position: 2px 6px;
    padding: 2px 0px 2px 15px;
    margin: 0 0 15px 0px;
}

#news li a {
    text-decoration: none;
    color: #666666;
}

/*
* Main Image classes
* Used to style imags directly
*/
img.alignleft {
    float: left;
    margin: 0 15px 5px 0px;
}

img.alignright {
    float: right;
    margin: 0 0 5px 15px;
}

img.alignabove {
    margin: 0 0 10px 0;
}

/*
* Misc styling
*/
.clearer {
    clear: both;
}

#marqueecontainer {
    position: relative;
    width: 125px;
    height: 150px;
    overflow: hidden;
    padding: 2px;
    padding-left: 4px;
}

#bluebar {
    width: 670px;
    background-color: #45AAFF;
    height: 22px;
    border-bottom: 1px solid #ffffff;
}

/*
* Box styling
*/
#boxtop { 
	height: 19px; 
	background: url(../images/boxtop.gif) no-repeat; 
	color: #000; 
	margin: 0 0 0 15px;
}

#box { 
	background: url(../images/box.gif) no-repeat bottom left; 
	color: #5b5b5b; 
	padding: 0 10px 5px 10px; 
	margin: 0 0 10px 15px; 
}

#box p { 
	padding: 0; 
	margin: 0;
}

.image { 
	float: left; 
	margin: 0 9px 3px 0; 
}

/*
* Pagination styling
*/
.pagination {
float:left;
width:100%;
}
.pagination ul {
margin:0pt;
padding:0pt;
text-align:center;
}
.pagination li {
display:inline;
list-style-type:none;
padding-bottom:1px;
}
.pagination a, .pagination a:visited {
background-color:inherit;
color:#0191D0;
font-weight:bold;
padding:5px 8px;
text-decoration:none;
}
.pagination a:hover, .pagination a:active {
background-image:url(../images/pagination_bg.png);
background-position:center top;
background-repeat:no-repeat;
color:#FFFFFF;
text-decoration:none;
}

.pagination li.currentpage {
background-color:inherit;
background-image:url(../images/pagination_bg.png);
background-position:center top;
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
padding:5px 9px;
}
.pagination li.disablepage {
border:1px solid #929292;
color:#929292;
padding:0pt 5px;
}
.pagination li.nextpage {
font-weight:bold;
}
* html .pagination li.currentpage, * html .pagination li.disablepage {
padding-left:9px;
padding-right:9px;
}

