/* CSS Document */
body {
	margin: 0px;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #2c2c39 url(../assets/backgrounds/top_bg.jpg) repeat-x top;
	text-decoration: none;
}


#outerwrap
{
	background:#000;
	width: 100%;
	margin-top: 27px;
}

#wrap
{
	width: 900px;
	margin: 0px auto;
	padding-top: 50px;
}

#masthead{
	position: relative;
	height: 78px;
	width: 100%;
	}
	#masthead a:link,
	#masthead a:visited
{color:#999999	
	}
#top-information {
	width:95%;
	}
	#logo {
	position:absolute;
	width: 406px;
	height: 26px;
	top: 16px;
	left: 38px;		}
	#logo h1,
	#logo a:link,
	#logo a:visited,
	#logo a
	{
	text-decoration: none;	
	}


#topNav
{
	float: left;
	position: absolute;
	top: 74px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 947px;
}

#topNav a:link,
#topNav a:visited
{
	color: #FFFFFF;
	font-weight: bold;
}
#topNav a:hover
{
	color: #CCCCCC;
}

#top-information-home {
	text-align:left;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:23px;
	height:29px;
	width:120px;
	padding: 5px 10px 5px 0;
	right: 173px;
	}
	
#top-information-phone {
	text-align:left;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:10px;
	height:45px;
	padding: 5px 0 0 2px;
	width: 157px;
	color: #999999;
	right: 8px;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:relative;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.5%;
	}
	
	#content{
	text-decoration: none;
	margin-bottom: 50px;
}
a:link {
	color: #333333;
}
img {
	text-decoration: none;
	border:none
}
.floatLeft {
	float: left;
	padding-right: 5px;
}


a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	width: 870px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 25px;
	}

#content-main-three-column {
	margin: 0 190px;
	padding: 0px 5px 5px;
	background: #FFFFFF;
} 

#content-side1-three-column
{
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding: 0px 10px 15px;
}
	
#content-side2-three-column {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding: 0px 5px 15px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN - ITEM DETAIL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#itemdetail-container-three-column {
	width: 100%;
	}

#itemdetail-main-three-column {
	margin: 0 200px 0 200px;
	padding: 10px 5px 5px;
} 
#itemdetail-side1-three-column
{
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding: 10px 10px 15px;
}
	
#itemdetail-side2-three-column {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding: 10px 5px 15px 5px;
}

li {
	margin-left: -10px;
	list-style: url(../assets/backgrounds/buttons/ch_more.gif);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#content-container-two-column {
	width:870px;
	padding: 15px;
	margin-top: 3px;
	}
#content-main-two-column {
	text-align: left;
	width: 500px;
	float: right;
	}

#content-side-two-column {
	width:300px;
	}
#content-wide-two-column {
	width:580px;
	float:right;
	text-align: left;
}
#content-narrow-two-column {
	width:225px;
}

.story
{
	margin: 0px auto;
	padding: 5px 5px 2px 10px;
}

.divider{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996633;
	}
.storyShort
{
	width:280px;
	padding: 5px 5px 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.warning
{
	color:#FF0000;
	font-size: 1.2em;
}

.clearDiv
{clear:both}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	item details

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#cartbutton
{
	padding-top: 20px;

}
.priceStrike
{
	color: #FF0000;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	color: #CCCCCC;
	text-align: center;	
}
#footer div {
	position:relative;
	top:0;
	right:0;
	padding-top: 4em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 1em;
	color: #CCCCCC;
	text-align: center;
}

#footer a:link,
#footer a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

#footer a:hover {
	color:#006600;
	text-decoration:none;
}

#footer a:active {
	color:#999999;
}

#footer-sub {
	width:500px;
	text-align:center;
	font-size:1em;
	color: #999999;
	padding: .8em 0 2em;
	margin: 0px auto;
	}
#footer-sub ul {
	margin:0;
	padding:0;
	}	
#footer-sub li {
	
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}
#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#CCCCCC;
}
#footer-sub a:hover {
	color:#666;
	text-decoration:none;
}


h1 {
	font-size: 14px;
}
.photo-border {
	border: 2px solid #999999;
	padding:4px;
	/*background:#d9d9d9 url(http://members.iinet.net.au/~mmoshpty/images/bg-photo.png) repeat-x top;*/
	margin-bottom:5px;
	display:block;
	margin-top: 2px;
	
}
.photo-float-leftBorder {
	float:left;
	border: 2px solid #999999;
	margin-right: 10px;
	margin-bottom: 5px;
}
.informational {
	width:275px;
	color: #999999;
	height: 100px;
	border: 1px solid #666666;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 5px;
	line-height: 18px;
	padding-right: 10px;
	background: url(../assets/backgrounds/top_bg.jpg);
	cursor: crosshair;
	
}


.highlightWhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	/*background-image: url(../assets/backgrounds/m6.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background-color: transparent;
	background-image: url(../assets/backgrounds/bgBurgundy.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}



#newswrap {
	background:#fff;
	width: 100%;
	border-top: thin solid #666666;
	border-right: thin none;
	border-bottom: thin solid #996633;
	border-left: thin none;
}
#news {
	width: 900px;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 50px;
}
h3 {

	font-size: 12px;
}
.pad100, pad50, pad25
{display:block;}
.pad100{height:100px}
.pad50{height:50px}
.pad25{height:25px}
