/*	CSS "Styles" Document
	E4 Media Group	*/
	
/*	Always Include:	
	
	These styles do the following:
		* - Removes padding and margin from ALL elements, must be added back
				for elements that normally have it included, such as 'p' or
				'h1' tags.  Note: Standard padding can generally be substituted
				for 1em or 10-12 pixels, top and bottom for normal text, sides
				as well for lists.
		img - Removes IE spacing around images.  Images must be returned to inline
				in situations where they are required to fit in with text.
		a: - Fixes a problem in FF3 where a small dot appears at the top left corner
				of an image on a page.
		a - Removes underlining from all links on a page, can be added back in in
				specific instances where it is needed. */

	* {
		padding: 0;
		margin: 0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	img {
		border: none;
	}
	
	a:focus, a:hover, a:active {
		outline: none;
	}
	
	a {
		text-decoration: none;
		color: #000000;
	}
	h1, h2 {
		font-size: 16px;
		fon-weight: bold;
		border-bottom: 1px dashed #000000;
		margin-bottom: 10px;
		width: 400px;
	}

/*	End Always Include	*/

#overlay {
	width: 972px;
	margin: auto;
	padding-top: 10px;
}
#header {
	text-align: right;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	vertical-align: top;
	padding-right: 10px;
	height: 115px;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}

#logo {
	float: left;
	margin-left: 0px;
}
#logo img {
	border: 0px;
}

#slogan {
	float: right;
}

#sale_block {
	position: absolute;
	left: 450px;
	top: 30px;
}
#mailing {
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}
#mailing input[type=text] {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
        font-size: 10px;
	height: 15px;
	padding: 0px 5px;
	width: 90px;
	color: #fff;
	border: none;
	background-color: #d9d6d6;
        
}
#nav {
	margin-top: 5px;
	width: 972px;
	height: 33px;
border-bottom: 1px solid #d9d6d6;
}

#nav p {
	line-height: 37px;
	margin-right: 37px;
}
.right {
	float: right;
}

#nav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 37px;
	line-height: 37px;
	float: left;
        margin-left: -5px;
}
#nav li {
	float: left;
	/*font-weight: bold;*/
	padding-right: 17px;
}

#nav li a {
	color: #001749;
	display: block;
	height: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
        margin-right: 5px;
	line-height: 30px;
	padding: 0px 5px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: lowercase;
}

#nav li a:hover {
}
#nav li a.view-cart {
	background: transparent url(images/pngs/cart.png) no-repeat right;
	color: #ff0000;
	padding-right: 22px;
}
#mainContent {
	margin-top: 3px;
}

#centerImage #comingsoon {
	background: no-repeat top right url('images/pngs/comingsoon.png');
	height: 343px;
}
#whatsnew {
	width: 675px;
	float: left;
	list-style: none;
	padding: 0px;
	margin-top: 17px;
}
#whatsnew ul {
	list-style: none;
}
#whatsnew li {
	font-size: 10px;
	line-height: 0px;
	min-height: 75px;
	padding-right: 20px;
}
#whatsnew li img {
	float: left;
	margin-right: 5px;
}

#footer {
	/*width: 600px;
	margin: auto;*/
	text-align: center;
	clear: both;
}
#footer a {
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
        text-transform: lowercase;
}
#footer #images {
	width: 450px;
	margin: auto;
	padding-bottom: 20px;
}
#footer #images img {
	margin-right: 10px;
}
#footer #links {
	width: 600px;
	margin: auto;
	text-align: center;
	padding-bottom: 10px
}
#footer #links ul {
	list-style: none;
}
#footer #links li {
	display: inline;
	font-weight: bold;
	padding-right: 20px;
	font-size: 12px;
}

#footer #links a:hover {
color: #ff0000;
}
#footer #copyright {
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;	font-weight: bold;
	font-size: 10px;
}

.header {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.imageSlide {
	width: 271px;
	min-height: 200px;
	float: right;
}
.imageSlide img {
	margin: 0px 10px 10px 0px;
}
.imageSlide p {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

.banners {
	position: relative;
	width: 972px;
	height: 20px;
	overflow: hidden;
	padding-top: 500px;
}

.banners .irot {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.pbox {
background-color: white;
border: 2px solid #B8B8B8;
right: 100px;
padding: 10px;
position: absolute;
top: 100px;
width: 497px;
z-index: 500;
}
