* {
	margin: 0;
	padding: 0;
}



 




body {
	margin: 20px 0;
	background: #ffffff;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #707070;
}



h1, h2, h3 {
	margin-top: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #626456;
}



h3 {
	font-size: 1.1em;
color: #ffffff;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}



a {text-decoration: none; color: #9933FF; font-weight: bold;}
a:hover {border: none; color: #6699FF; font-weight: bold;}
a:active {outline: none; /* hide dotted outline in Firefox */}



h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #ffffff;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #707070;
	color: #B8D03B;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 980px;
	height: 25px;
	margin: 0 auto;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
display: block;
	float: left;
	height: 20px;
	margin-right: 1px;
	padding: 5px 20px 0 20px;
	background: #6699FF;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
}

#menu a:hover {
	background: #9933FF;
	
}

#menu .current_page_item a {
	background: #9933FF url(http://www.shirtsmilitary.com/images/img01.gif) no-repeat;
	color: #FFFFFF;
}

#search {
	float: right;
	
	padding-bottom: 7px;
}


/* Logo */

#logo {
	width: 978px;
	margin: 0 auto;
	height: 122px;
	background: #ffffff url(http://www.shirtsmilitary.com/images/shirtsmilitary.jpg);
	border: 1px solid #585858;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 30px 5px 0 20px;
}

#logo h2 {
	padding: 45px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0;
	background: #ffffff;
	border: 1px solid #585858;
	border-top: none;
}






/* Content */
#content {
	float: left;
	width: 540px;
	padding: 0 0px 0 50px;
}



/* Sidebars */

.sidebar {
	float: left;
	background: url(http://www.shirtsmilitary.com/images/img03.gif) repeat-y;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 300px;
	padding: 0px 25px 0 11px;
}

#sidebar2 {
	width: 310px;
	padding: 0px 0 0 43px;
}

#sidebar2 li ul {
	line-height: normal;
	background: url(http://www.shirtsmilitary.com/images/img04.gif) repeat-x;
}

#sidebar2 li li {
	padding: 5px;
	background: url(http://www.shirtsmilitary.com/images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
}


/* Footer */

#footer {
	text-align: center;
	font-size: .8em;
}



















/* This is the H1 title used in the sample PHP files */
	.sampleTitle {
		text-align:center;
	}
/* This is one product grid cell (the box that contains each product image and text) */
	.gridCell {
		float:left;
		text-align:center;
		position:relative;
		overflow:hidden;
	}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
		border:none;
		display:block;
		padding:0px;
	}
/* This is the style given to the product image itself by default */
	.gridCell .realviewImage {
		border:none;
	}
/* This is the style given to the inside of the image link when hovering over the image */
	.gridCell .realviewLink:hover .realviewImage {
		border:none;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
		border:none;
	}

/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo {
		text-align:center;
		font-size:.75em;
	}
/* Centers text under the product  */
	.gridCellInfo a, .gridCellInfo a span {
		text-align:center;
	}

	}
	.error {
		border:1px solid;
		padding:18px;
		margin-bottom:23px;
	}
/* The currently selected sort method */
	.selectedSort, .selectedSort a {
		text-decoration:none;
	}
/* The pagination links */
	.count {
		float:right;
		margin-left:-2px;
		margin-bottom:7px;
		text-align:left;
		position:relative;
	}
/* Powered by Zazzle logo */
	.pbimg {
		position:absolute;
		top:-0px;
		left:0px;
visibility:hidden;

	}
	.pbimg img {
		border:0px;
	}
/* Empty classes in case you want to change the look of the pagination and sort */
	.count a, .sortLinks a {
		
	}
	.sortLinks {
		
	}
/* Used to stop product grids from floating to the left (at the end of the grid) */
	.clearMe {
		clear:both;
		margin:0px;
		padding:0px;
	}
/* Height of clearMe DIV */
	.short {
		height:10px;
	}
/* Fix for Mozilla browsers for floating elements...best not touch this! */
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

/* Empty class in case you want to style the currently selected page number */
	.current {
		
	}
/* The product description text. To show more than one line of the description, increase the height. */	
	.productDescription {		
		cursor: default;
		text-decoration: none;
		position:relative;
		overflow:hidden;
		height:15px;
	}
/* The product title text */
	.productTitle {
		display:block;
		height:15px;
		overflow:hidden;
		font-weight:bold; 
	}
/* Product price text */
	.productPrice {
		cursor: default;
		text-decoration: none;
		font-size: 8pt;	
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;	
	}
	