/* Reset browser defaults for consistency */
html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, label, fieldset, form, label, legend {
	margin:0px; padding:0px;
	border:0px;
	line-height:1.2em;
	font-weight:inherit; font-style:inherit; font-size:100%; font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
html,body {
	width:100%; height:100%;
	background:#fcfeff url(../media/common/outer_background.gif) repeat-x 0px 0px;
	background-attachment:fixed;
}

td { text-align:left; }

h1.intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4a4a4a;
	font-size:80%; font-weight:normal;
	line-height:1.5em;
	margin-bottom:10px;
}
h1.intro span {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#010000;
	font-size:140%; font-weight:bold;
}

p.nrm {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4a4a4a;
	font-size:75%; font-weight:normal;
	line-height:1.5em;
	margin-bottom:10px;
	letter-spacing:0.070em;
}

.pA {
	width:197px;
	float:left;
	color:#716071;
	margin-right:6px;
	font-size:70%;
	line-height:1.3em;
	letter-spacing:0px;
}
.pA b {
	color:#484848;
	font-size:105%;
}
.pA a {
	color:#e50022;
	font-size:100%;
}

#MainContent {
	width:603px;
	float:left; 
	padding:26px 10px 0px 20px;
}
 
/* Containers */

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
	#OuterContainer {
		width:100%; 
		background-image:url(../media/common/inner_background.png) !important;
		background-repeat:repeat-y;
		background-position:center 0px;
		background-attachment:fixed;
	}
	h1.intro {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#4a4a4a;
		font-size:80%; font-weight:normal;
		line-height:1.5em;
		margin-bottom:10px;
		letter-spacing:0.070em;
	}
	h1.intro span {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#010000;
		font-size:140%; font-weight:bold;
		letter-spacing:0.10em;
	}
}

#OuterContainer {
	width:100%; 
	background-image:url(../media/common/inner_background.png);
	background-repeat:repeat-y;
	background-position:center 0px;
	background-attachment:fixed;
}

#InnerContainer {
	margin:0px auto;
	width:777px; min-height:100%;
	padding:0px 26px 0px 27px;
}

#LeftSide {
}

#Header {
	width:777px; height:222px;
	background:#fff url(../media/common/spottiswoode_trading.jpg) no-repeat 0px 0px;
}
	#Header .Nav {
		padding:198px 0px 0px 10px;
	}
	#Header .Nav ul {
		list-style:none;
	}
	#Header .Nav li {
		float:left; 
		font-size:70%; font-weight:normal;
		color:#fff;
	}
	#Header .Nav li.Seperator {
		background:transparent url(../media/common/link_seperator.gif) no-repeat center right;
		padding:0px 5px 0px 5px;
	}
	#Header .Nav li.Seperator2 {
		padding:0px 5px 0px 5px;
	}
	#Header .Nav li.Break1 {
		margin-left:122px;
	}
	#Header .Nav li.Break2 {
		margin-left:65px;
	}
 	#Header .Nav li a {
		color:#fff;
		text-decoration:none;
	}
	#Header .Nav li a:hover {
		text-decoration:underline;
	}

/* Left Navigation */
#LeftNav {
	width:142px;
	padding:4px 0px 0px 0px;
	float:left;
	background-color:#fff;
}
	#LeftNav ul li.Header {
		width:142px; height:24px;
		color:#fff;
		text-align:center;
		background:#acd8ee url(../media/common/left_nav_header.gif) no-repeat 0px 0px;
		font-size:80%;
		display:block;
		padding:7px 0px 0px 0px;
	}
		#LeftNav ul li.Header a {
			color:#fff;
			text-decoration:none;
		}
		#LeftNav ul {
			list-style:none;
		}
		#LeftNav ul li {
			width:115px; height:21px;
			color:#000;
			text-align:left;
			background:#acd8ee url(../media/common/left_nav_bg.gif) no-repeat 0px 0px;
			padding:6px 0px 0px 27px; margin:0px;
			font-size:80%;
		}
		#LeftNav ul li a {
			font-family:Georgia, "Times New Roman", Times, serif !important;
			color:#073e83;
		}
		#LeftNav ul li.Header a:hover { text-decoration:underline; }


/* Home Page */
.HomeHeader {
	width:591px; height:33px;
	background:#fff url(../media/home/best_sellers.jpg) no-repeat 0px 0px;
}
.HomeRow1 {
	width:591px; height:180px;
	background:#fff url(../media/home/row1.jpg) no-repeat 0px 0px;
}
.HomeRow2 {
	width:597px; height:153px;
	background:#fff url(../media/home/row2.jpg) no-repeat 0px 0px;
	margin:5px 0px 5px 0px;
}
.HomeRow1T div,.HomeRow2T div {
	width:145px;
	color:#606060;
	float:left;
	font-size:70%;
}
.HomeRow1T div b,.HomeRow2T div b {
	font-weight:bold;
	color:#484848;
	font-size:105%;
}
.HomeRow1T div a,.HomeRow2T div a {
	color:#e20022;
	text-decoration:none;
	font-size:100%;
}
.HomeRow1T div a:hover { text-decoration:underline; }

#footer {
	background-color:#90beee;
	width:100%;
	border-top:3px solid white;
	padding:10px 0px 59px 0px;
	text-align:right;
}
#footer a {
	color:#fff; text-decoration:none;
	font-size:70%;
	padding:0px 10px 0px 0px;
}
#footer a:hover { text-decoration:underline; }

/* helper styles */
.ClearB { clear:both; }
.FloatL { float:left; }
.AlignR { text-align:right; }
.AlignC { text-align:center; }
.AlignL { text-align:left; }






/*popBox styles*/
	.PopBoxImageSmall {
		border: none 0 white;
		cursor: url("magplus.cur"), pointer;
		margin:0 auto;
		padding-bottom:15px;
		width:360px;
	}
	.PopBoxImageLarge {
		border: solid thin #CCCCFF;
		cursor: url("magminus.cur"), pointer;
	}

#newsletter_signup { background:#CDE3F7; font-size:11px; border:1px solid #8DBBD5; }

#newsletter_signup #newsletter_intro { color:#073E83; font-size:10px; margin-bottom:10px; line-height:14px; }

#newsletter_signup input { width:105px; margin-bottom:10px; }
#newsletter_signup label {  }


