/*-----------------------------------------------
Buddy's Shoes Screen Styles
Author:   Angel Feliciano
Email: afeliciano@affinity.com
Version:  01 December 2006
----------------------------------------------- */

/* =General Styles
-------------------------------------------------*/
* {
	margin:0;
	padding:0;
	}

body {
	font:Arial, Helvetica, sans-serif 12px;
	background-color:#FFAF00;
	}

.clear {
	clear:both;
	}

.bold {
	font-weight:bold;
	}

.red {
	color:#f00;
	}

#mainContainer {
	margin:0 auto;
	width:760px;
	}

/* =header Styles
-------------------------------------------------*/

#header img {
	float:left;
	width:300px;
	padding:10px 5px;
	}

#header p {
	float:right;
	width:400px;
	font-size:120%;
	padding:10px 15px 10px 0;
	text-align:center;
	font-weight:bold;
	}

/* =sideBar Styles
-------------------------------------------------*/

#sideBar {
	float:left;
	width:175px;
	}

#sideBar ul li {
	border:2px solid #000;
	list-style:none;
	margin:10px 0;
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
	}

/* =mainContent Styles
-------------------------------------------------*/

#mainContent {
	float:right;
	width:550px;
	}

#content1 {
	padding:5px 0;
	margin:0;
	font-weight:bold;
	color:#f00;
	background-color:#fff;
	border:2px solid #000;
	}

#content1 img {
	float:right;
	padding-right:15px;
	}

.conTxt {
	float:left;
	text-align:center;
	width:180px;
	margin:10px 0 0 0;
	padding: 0;
	}

/* =navBar Styles
-------------------------------------------------*/

#navBar {
	width:550px;
	background-color:#fff;
	text-align:center;
	margin:15px 0;
	}

#navBar td {
	width:87px;
	border:2px solid #000;
	vertical-align:middle;
	}

#navBar td a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	display:block;
	}
	
#navBar td a:hover {
	color:#666;
	}

/* =cats Styles
-------------------------------------------------*/

#cats {
	border:2px solid #000;
	background-color:#fff;
	}
	
#cats h1 {
	text-align:center;
	font-size:24px;
	font-style:italic;
	}

.cat1 {
	font-size:18px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	width:375px;
	float:left;
	text-align:center;
	}

.cat2 {
	font-size:18px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	width:169px;
	float:right;
	text-align:center;
	}

.catList1 {
	margin-left:15px;
	padding-left:5px;
	float:left;
	width:160px;
	font:'Tahoma', Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	list-style:none;
	}

.catList1 li {
	padding:4px 0 4px 18px;
	background:url(img/arrow.gif) left center no-repeat;
}

.catList1 a {
	color:#666;
	text-decoration:none;
	}

.catList1 a:hover {
	color:#000;
	text-decoration:none;
	}

.catList2 {
	margin-left:15px;
	padding-left:10px;
	float:left;
	width:150px;
	font:'Tahoma', Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	list-style:none;
	border-left:2px solid #000;
	}

.catList2 li {
	padding:4px 0 4px 18px;
	background:url(img/arrow.gif) left center no-repeat;
	}

.catList2 a {
	color:#666;
	text-decoration:none;
	}

.catList2 a:hover {
	color:#000;
	text-decoration:none;
	}

/* =brands Styles
-------------------------------------------------*/

#brands {
	margin:15px 0;
	font-weight:bold;
	}

#brands p {
	padding:0 0 8px 30px;
	}

#brands li {
	margin-left:10px;
	padding:4px 0 0 20px;
	background:url(img/checkmark.jpg) left center no-repeat;
	list-style:none;
	font-size:90%;
	}

/* =info Styles
-------------------------------------------------*/

#info {
	width:550px;
	font-size:75%;
	font-weight:bold;
	margin-bottom:10px;
	}

#info ul {
	width:235px;
	float:left;
	}

#info li {
	margin-left:35px;
	}
	
#info a {
	color:#750505
	}

#info img {
	float:right;
	border:1px solid #000;
	}

.contact {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	}
