body{
	background: #dddddd url(../images/bkgd_grad.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	position:relative;
	width:898px;
	margin:0px auto;
	top:5px;
}

/*header & its contents */
#headerDiv{
	background-image:url(../images/headerBkgd.gif);
	width:898px;
	height:90px;
}


#logo{
	position:absolute;
	margin-top:18px;
	margin-left:29px;
}

#topNav{
	/*background-color:#CC3333;*/
	position:absolute;
	margin:0px;
	top:20px;
	left:700px;
	width:170px;
	height:30px;
	font-size:13px;
	color:#848484;
	text-align:right;
}

#topNav a {
	color:#CE0C58;
	text-decoration:none;
}

#topNav a:visited {
	color:#CE0C58;
	text-decoration:none;
}

#topNav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#CE0C58;
}

#topNav a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#CE0C58;
}

/*main body section & its components */

#mainDiv{
float:left;
	background: #FFF url(../images/mainBkgd.gif) repeat-y;
}

#mainLeftDiv{
	float:left;
	display:inline;
	margin:0px;
	width:684px;
	
}

#mainRightDiv{
	float:left;
	display:inline;
	width:214px;
}

#mainTopPromo{
	float:left;
	display:inline;
	width:655px;
	height:181px;
	
	margin-left:27px;
	/*margin-bottom:26px;*/
	margin-bottom:20px;
}

#mainCatsBox{
	float:left;
	display:inline;
	width:655px;
	/*height:257px;*/
	height:172px;
	background-image:url(../images/catsBox.gif);
	background-repeat:no-repeat;
	margin-left:27px;
	/*margin-bottom:26px;*/
	margin-bottom:20px;
}

#mainBotPromo{
	z-index:0;
	float:left;
	display:inline;
	width:655px;
	height:124px;
	margin-left:27px;
}

#sideBar{
	float:left;
	display:inline;
	width:167px;
	/*height:616px;*/
	height:601px;
	margin-left:20px;
}

#topSide{
	float:left;
	display:inline;
	width:167px;
	height:290px;
}

#botSide{
	float:left;
	display:inline;
	width:167px;
	height:290px;
	margin-top:19px;
}

/*
#mainAd1{
	float:left;
	display:inline;
	width:250px;
	height:250px;
	background-image:url(../images/mainAd1.gif);
	margin-left:28px;
}

#mainAd2{
	float:left;
	display:inline;
	margin-top:19px;
	width:250px;
	height:250px;
	background-image:url(../images/mainAd1.gif);
	margin-left:28px;
}
*/


/* cats box table */


.title{
	float:left;
	display:inline;
	margin-top:10px;
	margin-left:17px;
	margin-bottom:17px;
	width:300px;
	height:13px;
	color:#848484;
	font-size:13px;
}

.tr{
	float:left;
	display:inline;
	margin-left:33px;
	margin-bottom:5px;
	width:571px;
	height:20px;
	font-size:14px;
	color:#58C10D;
}

.tr a {
	color:#58C10D;
	text-decoration:none;
}

.tr a:visited {
	color:#58C10D;
	text-decoration:none;
}

.tr a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#58C10D;
}

.tr a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#58C10D;
}

.td{
	float:left;
	display:inline;
	width:135px;
	height:20px;
	
}

.tdS1{
	float:left;
	display:inline;
	width:85px;
	height:20px;
}

.tdS2{
	float:left;
	display:inline;
	width:80px;
	height:20px;
}




/*footer & its components */

#footerDiv{
	clear:both;
	background-image:url(../images/footerBkgd.gif);
	background-repeat:no-repeat;
	width:898px;
	height:71px;
}

#footerContent{
	float:left;
	display:inline;
	margin-top:21px;
	width:898px;
	height:22px;
	text-align:center;
	font-size:11px;
	color:#848484;
}

#footerContent a{
	font-size:12px;
	color:#848484;
	text-decoration:none;
}

#footerContent a:visited{
	font-size:12px;
	color:#848484;
	text-decoration:none;
}

#footerContent a:hover{
	font-size:12px;
	color:#FFFFFF;
	background-color:#848484;
	text-decoration:none;
}

#footerContent a:active{
	font-size:12px;
	color:#FFFFFF;
	background-color:#848484;
	text-decoration:none;
}



/* category page layout */

#cardsHolder{
	float:left;
	display:inline;
	margin-left:27px;
	width:655px;
	background-color:#FFFFFF;
	background-image:url(../images/catsBoxBkgd.gif);
	background-repeat:repeat-y;
}

#catsBoxTop{
	float:left;
	display:inline;
	margin:0px;
	width:655px;
	height:39px;
	background-image:url(../images/catsBoxTop.gif);
}

.breadCrumbDiv{
	float:left;
	display:inline;
	margin-left:20px;
	margin-top: 10px;
	width:400px;
	height:20px;
}

.breadCrumbDiv a{
	text-decoration:none;
}

.breadCrumbDiv a:visited{
	text-decoration:none;
}

.breadCrumbDiv a:hover{
	text-decoration:underline;
}

.breadCrumbDiv a:active{
	text-decoration:underline;
}

.pageTxt{
	color:#CCCCCC;
}

a.pageLinks{
	color:#CE0C58;
}

a.pageLinks:visited{
	color:#CE0C58;
}

a.pageLinks:hover{
	color:#CE0C58;
}

a.pageLinks:active{
	color:#CE0C58;
}

.pageNumDiv{
	float:left;
	display:inline;
	margin-top: 13px;
	width:215px;
	height:20px;
	font-size:11px;
	color:#848484;
	text-align:right;
}

#catsBoxMain{
	float:left;
	display:inline;
	margin-left:20px;
	width:615px;
}

#catsBoxBot{
	float:left;
	display:inline;
	width:655px;
	height:39px;
	background-image:url(../images/catsBoxBot.gif);
}

#catsBoxBotContent{
	float:left;
	display:inline;
	margin-left:20px;
	margin-bottom: 15px;
	width:615px;
	height:25px;
	background-color:#3399CC;
}

/*breadcrumbs*/

.smallCrumb{
	font-size:12px;
	color:#848484;
	text-decoration:none;
}

.bigCrumb{
	font-size:14px;
	color:#58C10D;
}

/*card thumbs */

.thumbsTR{
	float:left;
	display:inline;
	margin-bottom:5px;
	width:625px;
}

.thumbsTD{
	float:left;
	display:inline;
	width:120px;
	height:160px;
}

.thumbBG{
	float:left;
	display:inline;
	width:120px;
	height:120px;
	background-image:url(../images/thumbBG.gif);
}

.thumbL{
	margin-left:10px;
	margin-top:29px;
}

.thumbP{
	margin-top:10px;
	margin-left:29px;
}

.thumbTxt{
	float:left;
	display:inline;
	margin-top:5px;
	width:120px;
	height:40px;
	font-size:11px;
	color:#848484;
}

.thumbTxt a{
	font-size:11px;
	color:#848484;
	text-decoration:none;
}

.thumbTxt a:visited{
	font-size:11px;
	color:#848484;
	text-decoration:none;
}

.thumbTxt a:hover{
	font-size:11px;
	color:#848484;
	text-decoration:underline;
}

.thumbTxt a:active{
	font-size:11px;
	color:#848484;
	text-decoration:underline;
}

.thumbsSpacer{
	float:left;
	display:inline;
	width:45px;
}

.thumbsSpacer2{
	float:left;
	display:inline;
	width:49px;
}

/* preview card styles */

#loader_container {text-align:center;position:absolute;top:40%;width:100%}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}
.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #848484;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}

#trailimageid{
	z-index: 200;
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
}

h2 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.2em;
	color:#848484;

}

a.returnLink{
	color:#CE0C58;
}

a.returnLink:visited{
	color:#CE0C58;
}

a.returnLink:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#CE0C58;
}

a.returnLink:active{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#CE0C58;
}


