/*
*	blackBorderStyle.css
*	Made by Trevor "Dalponis" Welsh
*	for Unique Hardware (uniquehardware.ca)
*	and its subdomains.
*	2007-04-24
*
*	Updated:
*		2011-04-11: Added CS3 rounded corners, removed extra colour information.
*/
/* Whole Page */
body{font-family:corbel,verdana,sans,sans-serif;
	color:#ffffff;
	font-size:15px;
	background-image:url('/images/menu/bg.png');
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0;}
/* Paragraphs */
p{color:#ffffff;
	font-size:15px;
	margin:0;}
h1{color:#ffffff;
	font-size:17px;
	font-weight:bold;
	margin:0;}
h2{color:#ffffff;
	font-size:15px;
	font-weight:bold;
	margin:0;}
div{color:#ffffff;
	font-size:15px;
	margin:0;}
/* Links */
a:link{color:#cb6000;
	text-decoration:none;}
a:visited{color:#cb6000;
	text-decoration:none;}
a:hover{color:#00ff00;
	text-decoration:none;}
/* House Keeping */
img{border-style:none;}
.clear{clear:both;}
.spacer{padding-left:5px;
	padding-right:5px;}
/* Font Settings */
.small{font-size:12px;}
.left{text-align:left;}
.centre{text-align:center;}
.right{text-align:right;}
.strikeout{text-decoration:line-through;}
.bold{font-weight:bold;}
.italic{font-style:italic;}
.shadow{box-shadow:5px 5px 5px #2d2d2d;}
.hRule{width:85%;}
.dotBorder{border-style:dotted;
	border-color:#000000;}
#monkey{position:relative;
	text-align:right;
	top:-4px;}
/* NavigationMenu */
#navigationMenu{text-align:center;}
#navigationMenu ul{padding:0;
	margin:0;}
#navigationMenu ul li{display:inline;
	font-size:17px;
	font-weight:bold;
	padding:10px;}
/* MenuImage Top Area */
.menuAreaTop{background-image:url('/images/menu/topBlackMenu.png');
	width:150px;
	height:20px;
	border-radius:5px 5px 0px 0px;}
.menuAreaTopLarge{background-image:url('/images/menu/topBlackMenuLarge.png');
	width:660px;
	height:20px;
	border-radius:5px 5px 0px 0px;}
.menuAreaTopExtraLarge{background-image:url('/images/menu/topBlackMenuLargeExtra.png');
	width:820px;
	height:20px;
	border-radius:5px 5px 0px 0px;}
/* MenuImage Middle Area */
.menuAreaMiddle{background-image:url('/images/menu/middleBlackMenu.png');
	width:150px;}
.menuAreaMiddleLarge{background-image:url('/images/menu/middleBlackMenuLarge.png');
	width:660px;}
.menuAreaMiddleExtraLarge{background-image:url('/images/menu/middleBlackMenuLargeExtra.png');
	width:820px;}
/* MenuImage Bottom Area */
.menuAreaBottom{background-image:url('/images/menu/bottomBlackMenu.png');
	width:150px;
	height:30px;}
.menuAreaBottomLarge{background-image:url('/images/menu/bottomBlackMenuLarge.png');
	width:660px;
	height:30px;}
.menuAreaBottomExtraLarge{background-image:url('/images/menu/bottomBlackMenuLargeExtra.png');
	width:820px;
	height:30px;}
/* Container */
#container{border-radius:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:1010px;
	position:relative;
	top:20px;
	background-color:#293f57;
	border-style:none;}
/* Header */
#headerLeft{float:left;
	padding-left:15px;}
#headerRight{float:right;
	padding-right:15px;}
/* Main */
#mainLeft{float:left;
	width:150px;
	padding-left:15px;}
#mainMiddle{float:left;
	width:660px;
	padding-left:10px;
	padding-right:10px;}
#mainMiddleRight{float:left;
	width:820px;
	padding-left:10px;}
#mainRight{float:left;
	width:150px;}
/* ThumbnailView */
#thumbLoading{position:absolute;
	visibility:hidden;
	border-style:dotted;
	border-color:#000000;
	background-color:transparent;
	padding:5px;
	z-index:5;}
#thumbBox{position: absolute;
	left:0;
	top:0;
	width:auto;
	padding:10px;
	padding-bottom:0;
	background:#2d2d2d;
	visibility:hidden;
	z-index:10;}
#thumbBox .footerbar{line-height:1.1em;
	color:#cb6000;
	padding:5px 0;
	text-align:right;}
#thumbBox .footerbar:hover{color:#00ff00;}
/* Copyright */
#copyrightTop{background-image:url('/images/menu/copyrightTop.png');
	width:445px;
	height:1px;
	margin-left:auto;
	margin-right:auto;}
#copyrightMiddle{background-image:url('/images/menu/copyrightMiddle.png');
	width:445px;
	height:93px;
	margin-left:auto;
	margin-right:auto;}	
#copyrightBottom{background-image:url('/images/menu/copyrightBottom.png');
	width:445px;
	height:1px;
	margin-left:auto;
	margin-right:auto;}
#copyrightMiddleText{position:relative;
	text-align:center;
	top:15%;}
