/*------------------------------------------------------------------

[Table of contents]

	=Reset CSS
	=Body
		=Container
			=Header
				=Navigation
			=Content
			=Footer
		
------------------------------------------------------------------- =Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*----------------------------------------------------------------- =Basic */

h1,
h2,
h3,
h4,
h5,
h6,
.contact {
	color: #555;
}

h1 {
	font-size: 1.8em;
	margin: 20px 0;
	padding-left: 5px;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	font-style: italic;
}

h4 {
	font-size: 1.2em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 1.8em;
}
	
ul {
	margin-left: 20px;
}
		
a:link,
a:visited {
	color: #9296be;
}

a:hover,
a:active {
	text-decoration: none;
}

/*----------------------------------------------------------------- =Body */

body {
	background: #fff url(../images/background.jpg) repeat-x top center;
}

	/*----------------------------------------------------------------- =Container */

	#container {
		color: #000;
		font-size: 1.3em;
		line-height: 1.8em;
		margin: 0 auto;
		text-align: left;
		width: 900px;
	}
	
	/*----------------------------------------------------------------- =Header */
	
		#header {
			background: url(../images/soldier.png) no-repeat bottom right;
			height: 417px;
			position: relative;
		}
		
			/* logo */
			#header img {
				margin-left: 25px;
				margin-top: 100px;
			}
			
			/* slogan */
			#header p {
				color: #863a3a;
				font-size: 1.8em;
				line-height: 1.2em;
				margin: 70px 0 0 0;
				width: 350px;
			}
			
				#header p a {
					color: #000;
				}
		
		/*----------------------------------------------------------------- =Navigation */
		
		#header ul {
	bottom: 30px;
	left: 0;
	margin: 0;
	position: absolute;
	width: 650px;
		}
		
			#header ul li {
				float: left;
			}
			
			#header ul li a {
				color: #9296be;
				font-size: 1.3em;
				display: block;
				padding: 0 30px 2px 0;
				text-decoration: none;
			}
			
			#header ul li a.active {
				text-decoration:underline;
			}
			
			#header ul li a:hover,
			#header ul li a:active,
			.box input.btn {
				text-decoration:underline;
			}
					
	/*----------------------------------------------------------------- =Content */
	
	#content {
		margin-top: 10px;
		position: relative;
	}


		#slider {
			width: 900px;
			
			margin: 0 auto;
			position: relative;
		}
		
		.scroll {
	height: 250px;
	width: 900px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	text-align: center;
	}
	
	
		
			.scrollContainer div.panel {
				height: 210px;
				width: 901px;
				float: left; margin: 15px;
				
			}
			
				.scrollContainer div.panel img {
					margin-right: 120px;
				}
				
		ul.navigation {
			position: absolute;
			right: 280px;
			top: 4px;
			z-index: 1000;
		}
		
		ul.navigation li {
			margin: 0;
			padding: 0;
		}
		
		ul.navigation a {
			background-color: #fff;
			border: 1px dashed #fff;
			display: block;
			padding: 3px;
		}
		
		ul.navigation a.selected {
			border: 1px dashed #ccc;
		}
		
		ul.navigation a:focus {
			outline: none;
		}
		
		.scrollButtons {
			position: absolute;
			top: 180px;
			cursor: pointer;
		}
		
		.scrollButtons.left {
			right: 20px;
		}
		
		.scrollButtons.right {
			right: 5px;
		}

		
		.content p {
			clear: both;
		}
		
		.box {
			float: left;
			margin: 30px 60px 0 0;
		}
		
			.box .contact {
				display: block;
				font-size: 1.8em;
			}
			
			.box input {
				height: 1.8em;
				margin: 5px 0 10px 0;
			}
			
			.box textarea,
			.box input {
				background: url(../images/border.jpg) no-repeat bottom;
				border: 0;
				font-style: italic;
			}
			
			.box,
			.box textarea,
			.box input {
				width: 260px;
			}
			
			.box input.btn {
				width: 50px;
			}
		
		.work li {
			
			padding-bottom:30px;
		}
		
		.work li img {
			border: 1px solid #9296be; 
		}			
		.last {
			margin-right: 0;
		}
		
		img.left {
			float: left;
			margin: 5px 10px 0 0;
		}
		
		img.right {
			float: right;
			margin: 5px 0 0 10px;
		}

	/*----------------------------------------------------------------- =Footer */
	
	#footer {
		clear: both;
		color: #00000;
		font-size: 1.0em;
		padding-top: 40px;
	}
	
	.link{
	padding-top: -40px;
	font-size: 0.8em;
	text-align: center;
	}
	
	#footer p {
		border-top: 1px solid #ccc;
		padding-top: 10px;
		text-align: center;
	}


/* Bookstore Modals */

#book1 {
	display:none;
	}

#book2 {
	display:none;
	}
	
#book3 {
	display:none;
	}

#book4 {
	display:none;
	}
	
	
												
#retailer {
	margin: 15px 0 0 13px;}
	
#retailer h6 {
	padding-bottom:5px;
	font-size:24px;
	color:#98669a;}
	
#retailer p {
	color:#000;
	margin-top:5px;
	font-size:14px;}
		
#retailer a {
	color:#98669a;}
	
#retailer a:hover {
	color:#000;}
	
		
#postcode {
	margin: 20px 0 55px 13px;}
	
#postcode h6 {
	padding-bottom:5px;
	font-size:24px;
	color:#98669a;
}
	
	
#postcode .searchbox {
    border-bottom: 1px solid #98669a;
    border-left: 1px solid #98669a;
	border-right: 1px solid #98669a;
    border-top: 1px solid #98669a;
    color: #585858;
	font-size:15px;
    float: left;
    padding: 10px 10px 10px 10px;
	margin-left:-5px;
    position: relative;
    right: -1px;
    width: 300px;
}


#postcode .searchbutton {
    background-color: #98669a;
	color:#FFFFFF;
	border-bottom: 1px solid #98669a;
    border-left: 1px solid #98669a;
	border-right: 1px solid #98669a;
    border-top: 1px solid #98669a;
    font-size:15px;
	padding: 12px 10px 12px 5px;
    float: left;
    font-family: Helvetica, Arial,  sans-serif;
    position: relative;
	line-height: normal !important;
}

#postcode input{
	width:60px;}
	
/* Remove button padding in FF */
#postcode .searchbutton::-moz-focus-inner {
    border:0;
    padding:0;
}


	
#bystate {
	margin:15px 0 0 13px;
	clear:both;
	}
	
	#bystate a {
	font-size:24px;
	color:#98669a;
	}
	
	#bystate a:hover {
	color:#000;
	}
	
	

.ordernow a, .ordernow a:link, .ordernow a:visited {
	font-size: 1.8em;
	font-weight: bold;
	color: #98669a;
	text-decoration: underline;
	margin: 0 auto;
}
.ordernow a:hover {
	text-decoration:none;
	color:#000;}

