/* Shaun Charity's Portfolio Styles */

/* Apply to Apply */
* {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
	border: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	letter-spacing: 1.35pt;
}

/* Basics */
body {
	background-image: url(img/bg01.jpg);
	background-repeat: no-repeat;
	color: #3D0014;
}

p {
	font-size: 10px;
	line-height: 14px;
	margin-top: 3px;
}

li {
	list-style-type: none;
}
heads {

}

/* DIVs */
#itemContainer {
	width: 650px;
	height: 675px;
	position: absolute;
	left: 375px;
	
}
#videoContainer {
	position: absolute;
	height: 554px;
	width: 650px;
	left: 360px;
}

#pagination {
	top: 140px;
	width: 175px;
	height: 100%;
	position: absolute;
	left: 176px;
	
}

#linkList {
	position: absolute;
	height: 90px;
	width: 142px;
	top: 130px;
	left: 27px;
}

#itemList {
	position: absolute;
	width: 190px;
	left: 180px;
	top: 130px;
	z-index: 2;
}
#itemListProduct {
	position: absolute;
	width: 175px;
	left: 180px;
	top: 130px;
	z-index: 2;
}

#side_box {
	position: absolute;
	height: 20px;
	width: 30px;
	left: 0px;
	top: 372px;
	background-color: #1AA8F0;
}

#contact {
	position: absolute;
	left: 45px;
	top: 370px;
}
#backButton {
	position: absolute;
	height: 100%;
	width: 800px;
	left: 178px;
	top: 140px;
	z-index: 8;
}
#admin_box {
	position: absolute;
	height: 570px;
	width: 487px;
	top: 33px;
	left: 368px;
	overflow: visible;
}

#logo {
	height: 78px;
	width: 150px;
	position: absolute;
	top: 30px;
	left: 0px;
}

/* Classes */
.catItem {
	display: block;
	float: left;
	height: 50px;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.boxImg {
	margin-right: 9px;
}
form {
	padding: 10px;
}
.adminInput {
	background-color: #76787C;
	margin-left: 20px;
	margin-top: 5px;
	width: 300px;
	padding: 2px;
}
.submit {
	width: 60px;
	background-color: #666666;
	height: 16px;
	border: none;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 11px;
}

/* Links */
a {text-decoration: none;}
a:hover {background-color: #8C8C8C;}

#itemList a {text-decoration: none;}
#itemList a:visited {color: #FFFFFF;}
#itemList a:active {text-decoration: none;}
#itemList a:hover {text-decoration: none; color: #B8B8B8;}

.list a {display: block; float: left; margin-right: 5px;}

#pagination a {text-decoration: none; display: block; float: left; padding-right: 7px;}
#pagination a:visited {color: #999999;}
#pagination a:active {text-decoration: none;}
#pagination a:hover {text-decoration: underline; color: #FFFFFF;}

