/* Party Pets Style Sheet created by 2Creative */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #FFF;
	background: #790179 url(images/bg-strip.jpg) repeat-x left top;
}
	#home {
		background: #790179 url(images/bg-strip-home.jpg) repeat-x left top;
	}
	
h1 {
	
}
h2 {
	font-size: 140%;	
	margin-bottom: 10px;	
}
h3 {
	font-size: 120%;
	font-weight: normal;	
	margin-bottom: 10px;
	color: #FCFC07;
}
p { 
	padding-bottom: 15px;
}
img {
	border: none;
}	
a {
	color: #FFF;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
ul, ol {
	padding-left: 20px;
	margin-bottom: 15px;
}

#wrapper {
	width: 960px;	
	margin: 0 auto;
	padding: 0;
}
	#headerHome {
		height: 270px;
		background: url(images/header.jpg) no-repeat left top;
	}
	#header {
		height: 270px;
		background: url(images/header-v2.jpg) no-repeat left top;
	}
		#flashHeader {
			margin-top: 37px;
			margin-left: 29px;
		}
		#menu {
			margin-top: -5px;
			height: 50px;			
		}
		#menu ul {
			list-style: none;
			border: none;
			margin-left: 47px;
			padding-left: 0;
			margin-bottom: 0;
		}
		#menu li {
			display: block;
			float: left;
			line-height: 2em;
			padding: 0 22px 0 22px;
		}
			#menu li#firstItem {
				padding: 0 18px;				
			}
			#menu li#secondItem {
				padding: 0 23px;			
			}
			#menu li#thirdItem {
				padding: 0 20px;			
			}
			#menu li#fourthItem {
				padding: 0 13px 0 13px;				
			}
			#menu li#fifthItem {
				padding: 0 13px;				
			}
			#menu li#sixthItem {
				padding: 0 18px;				
			}
			#menu li#seventhItem {
				padding: 0 13px 0 12px;				
			}
			#menu li#lastItem {
				padding: 0 20px;	
			}
			
			#menu a {
				color: #FFF;
				display: inline;
				text-decoration: none;			
			}
			#menu a:hover {
				color: #790179;
			}	
	
	/******************* HOME PAGE ***************************/
	#homeContent {
		margin-top: 0px !important;
		margin-top: -10px;
		padding: 20px 74px 37px 66px;		
		background: url(images/header-home.jpg) no-repeat left top;		
	}	
	
		#heading {
			float: left;
			width: 220px;
			padding-left: 280px;
			padding-right: 100px;
		}
			#heading h2 {
				color: #FCFC07;
				font-size: 125%;
				font-weight: bold;
				margin-top: 20px;				
			}	
		
		#homeMainContent {
			float: left;
			width: 595px;		
		}
		
		#homeSideContent {
			float: right;
			width: 209px;			
		}
		
		.featureBox, .catalogueBox {
			float: left;
			width: 187px;
			height: 197px;
			background: url(images/tile1.jpg) no-repeat left top;
			margin-right: 17px;	
			margin-top: 18px;
		}
		.catalogueBox {
			background: url(images/tile3.jpg) no-repeat left top;
			margin-right: 0;
		}
			.featureBox h3, .catalogueBox h3 {
				font-size: 115%;
				font-weight: bold;
				padding-top: 12px;
				padding-left: 20px;
			}
			.featureBox p, .catalogueBox p {
				font-size: 90%;
				font-weight: bold;
				padding: 15px 10px 0 18px;
				line-height: 1.2em;
				color: #790179;	
			}
			.catalogueBox img {
				padding-top: 12px;
				padding-left: 20px;
			}
			.catalogueBox p {
				padding-bottom: 0;
			}	
					
	
	/******************* OTHER PAGES ***************************/
	#pageHeaer {
		margin-top: 0px !important;
		margin-top: -10px;
	}
	#content {		
		padding: 0 74px 37px 66px;	
	}			
		
		#mainContent {
			float: left;
			width: 595px;		
		}		
			.pageHeading h3 { 
				height: 46px;
				color: #FFF;
				padding-top: 9px;
				padding-left: 15px;
				font-size: 140%;
				font-weight: normal;	
				margin-bottom: 0;
				background: url(images/t-host-a-party.jpg) no-repeat left top;				
			}		
				
				#headingConsultant h3 {
					background: url(images/t-become-consultant.jpg) no-repeat left top;
				}
				#headingGallery h3 {
					background: url(images/t-photo-gallery.jpg) no-repeat left top;
				}
				#headingArea h3 {
					background: url(images/t-consultants-area.jpg) no-repeat left top;
				}
				#headingProducts h3 {
					background: url(images/t-products.jpg) no-repeat left top;
				}
				#headingAbout h3 {
					background: url(images/t-about.jpg) no-repeat left top;
				}
				#headingContact h3 {
					background: url(images/t-contact.jpg) no-repeat left top;
				}
				#headingPrivacy h3 {
					background: url(images/t-privacy.jpg) no-repeat left top;
				}
				#headingTerms h3 {
					background: url(images/t-terms.jpg) no-repeat left top;
				}
				#headingNews h3 {
					background: url(images/t-news.jpg) no-repeat left top;
				}
				#headingThoughts h3 {
					background: url(images/t-our-thoughts.jpg) no-repeat left top;
				}
				#headingTestimonials h3 {
					background: url(images/t-testimonials.jpg) no-repeat left top;
				}
				#headingLinks h3 {
					background: url(images/t-links.jpg) no-repeat left top;
				}
				
			
			#pageText {
				padding-left: 17px;
			}
		
		#sideContent {
			float: right;
			width: 209px;			
		}		
			#sideContent h2 {
				float: right;
				width: 209px;
			}
			
			#pageImages {
				padding-left: 5px;
				padding-bottom: 20px;
			}
			#pageImagesBot {
				padding-left: 5px;
				padding-top: 20px;
			}
				#pageImagesBot img {
					padding-bottom: 20px;
				}
			
			
			#boxNewsEvents {
				padding-top: 30px;
			}
				#boxNewsEvents h3 {
					color: #FFF;
					padding-left: 10px;
					font-weight: bold;
				}
				#boxNewsEvents a {
					text-decoration: none;
				}
				#boxNewsEvents a:hover {
					text-decoration: underline;
				}
				
			#boxNews {
				margin-bottom: 10px;
				padding-top: 10px;
			}
				#boxNews p {
					font-size: 90%;
					padding-left: 10px;
					line-height: 1.2em;
					padding-bottom: 5px;
				}
			
			#boxSignup {
				margin-bottom: 18px;
			}
				#boxSignup p {
					font-size: 90%;
					padding-left: 10px;
					line-height: 1.2em;
					padding-bottom: 5px;
				}
			
			#boxThoughts {
				background: url(images/bone.jpg) no-repeat left top;
				width: 209px;
				height: 68px;
				margin-bottom: 15px;
			}
				#boxThoughts h3 {
					color: #790179;
					margin-bottom: 0;
					text-align: center;
					padding-top: 15px;
					font-weight: bold;
				}
				#boxThoughts p {
					font-size: 90%;
					text-align: center;
					line-height: 1.2em;
				}
				#boxThoughts a {
					color: #790179;
				}

			#boxTestimonials {
				border-top: 1px dotted #FFF;
				padding-top: 10px;
				border-bottom: 1px dotted #FFF;
				padding-bottom: 10px;
				text-align: center;
				margin-bottom: 15px;
			}
				#boxTestimonials h3 {
					margin-bottom: 0;
					font-weight: bold;
				}
				#boxTestimonials p {
					padding-bottom: 0;
				}
			
			#thoughtImageBox {
				padding-left: 66px;
			}
			
			#boxContact {
				text-align: center;
			}
				#boxContact h3 {
					font-weight: bold;
				}
				
			#boxFAQ {
				text-align: center;
				border-bottom: 1px dotted #FFF;
				padding-bottom: 10px;
				margin-bottom: 15px;
			}
				#boxFAQ h3 {
					margin-bottom: 0;
				}
				#FAQ p {
					padding-bottom: 0;
				}
				
			#newsImages img {		
				margin-bottom: 20px;
			}
				
			#thoughts li, #categories li {
				margin-bottom: 10px;			
				color: #FCFC07;
			}		
			#thoughts li a, #categories li a {
				color: #FCFC07;
			}
			
		#oneColContent {		
		}			
			#photo-gallery {
				padding-left: 17px;
			}
			
	
		#leftColumn {
			float: left;
			width: 400px;
		}
		#rightColumn {
			float: right;
			width: 400px;
		}	
		
		
	#footer {
		border-top: 1px dotted #FFF;
	}
		#footer p {		
			font-size: 85%;	
			padding: 10px 0;
			text-align: center;
		}
		a.linkDesign {
			text-decoration: none;
		}
		a.linkDesign:hover {
			text-decoration: underline;
		}
	
	#catalogueLink {
			width: 187px;
			height: 197px;
			margin-right: 17px;	
			margin-top: 18px;
			background: url(images/tile3.jpg) no-repeat left top;
			margin-left: 13px;
			margin-bottom: 20px;
	}
		#catalogueLink p {
			font-size: 110%;
			font-weight: bold;
			padding-top: 12px;
			padding-left: 20px;
			padding-bottom: 0;
		}
		#catalogueLink img {
			padding-top: 22px;
			padding-left: 20px;
		}
		
/************************ MISC ********************/		
.linkListing {
	margin: 0 0 10px 20px;	
}
	.linkText {
		float: left;
		width: 520px;
		margin-right: 20px;
	}
	.linkImage {
		float: left;
		width: 250px;
	}
	.linkName {
		color: #FCFC07;
		font-weight: bold;
		padding-bottom: 5px;
	}

.faq {
	padding-left: 20px;
}

.signup {
	color: #FCFC07;
	font-size: 14px;
	font-weight: bold; 
}
.quote {
	font-style: italic;
	font-size: 110%;
	padding-left: 20px;
	color: #FCFC07;
}
	
.clearFloat {
	clear: both;
}
.warning {
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 0;
}
.error {
	color: #FF9900;
	font-weight: bold;
	padding-bottom: 10px;
}
.notice {
	font-size: 85%;
	font-style: italic;
}
.invisibleHeading {
	display: none;
}
.whiteBold {
	color: #FFF;
	font-weight: bold;
}
.whiteItalic {
	color: #FFF;
	font-style: italic;
}
.textYellow, .textYellowBold, .textYellowHeading, .linkYellow, .linkFAQ {
	color: #FCFC07;
}
.textYellowBold {
	font-weight: bold;
}
.textYellowHeading, .textWhiteHeading {
	font-size: 120%;
	font-weight: normal;	
	padding-bottom: 10px;
}
.textWhiteHeading {
	color: #FFF;
}
.textPurple {
	color: #790179;
}
.textBlue {
	color: #006699;
}

.linkYellow {
	font-weight: bold;
	text-decoration: none;
}
.linkFAQ {
	font-size: 110%;
	font-weight: normal;	
	padding-bottom: 10px;
}
.testimony {
	font-size: 120%;
	font-weight: normal;
	color: #FCFC07;
	padding-bottom: 5px;
}

.consultantsHeading {
	height: 18px;
	margin: 10px 0 20px 0;
	padding: 5px 15px 5px 15px;
	background: #006699;	
}
	.consultantsHeading p {
		font-weight: bold;
		
	}
	
.buyButton {	
	border: 1px solid #669900;
	background: #669900;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 120px;
	cursor: pointer;
	margin-top: 3px;
	padding: 2px;
}	
.logout {
	display: block;
	margin: -50px 0 0 150px;
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #000;
	text-align: right;
}
.download {
	background: url(images/video-icon.gif) no-repeat left center;
	padding: 10px 0 10px 33px;	
}
.boxStep {
	float: left;
	width: 280px;
	padding-top: 23px;
}
	.boxStepHeading {
		text-align: center;
	}
	.boxStepText {
		padding: 10px 30px 0 65px;		
	}
		.boxStepText p {
			line-height: 1.2em;
		}


.imageFloatedLeft {
	float: left;
	margin: 0 20px 10px 0;
}
.imageFloatedRight {
	float: right;
	margin: 0 0 10px 20px;
}

.newsDate {
	font-style: italic;
	padding-bottom: 5px;
}


/************************* SHOP **********************/
a.viewcart {
	position: absolute;
	top: 385px;
	left: 850px;
	width: 120px;	
	border: 1px solid #EDBD02;
	background: #EDBD02;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}
a.viewcart:hover {
	color: #FFF;
}
#enterStore {
	width: 170px;
	background: #982895;
	border: 5px solid #D49F05;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
}
.textEnterStore {
	font-size: 110%;
	font-weight: bold;
	color: #EDBD02;
	padding-bottom: 5px;
}
#productOverview {
	padding-left: 15px;
}
.prod-cat-overview-left {
	float: left;
	width: 380px;
	margin-right: 20px;
	margin-bottom: 20px;	
}
.prod-cat-overview-right {
	float: right;
	width: 380px;
	margin-bottom: 20px;	
}
	.prod-cat-overview-left img, .prod-cat-overview-right img {
		float: left;
		margin-right: 15px;
	}
	.prod-cat-overview-left h4, .prod-cat-overview-right h4 {
		font-size: 140%;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
	
#formShop {
	margin-top: 10px;	
}
#formShop label {
	width: 150px;
}
#formShop input {
	width: 130px;	
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 0;
}
#formShop .enterButton {
	height: 20px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	border: none;
	background: #669900;
	width: 100px;
}

.cat-wrapper, .cat-wrapper-last { float: left; width: 188px; margin-top: 15px; margin-right: 7px; text-align: center; }
.cat-wrapper-last {	margin-right: 0px; }
.cat-wrapper p, .cat-wrapper-last p {	font-weight: bold;	padding-top: 10px; }
	
.prod-wrapper {
	float: left;
	width: 120px;
	margin-right: 20px;
	text-align: center;
}
	.prod-wrapper img {
		border: 3px solid #660066;
	}
	.prod-wrapper p {
		font-weight: bold;
		padding-top: 10px;
	}

#formCart select {
	width: 280px;
	margin-bottom: 10px;
}

#details-wrapper {
}	
	#product-images {
		float: left;
		width: 226px;
		margin-right: 20px;
	}
		#product-images img {
			margin-bottom: 20px;
			border: 3px solid #660066;
		}
		
	#product-text {
		float: left;
		width: 330px;	
	}	

.processButton {
	border: 1px solid #660066;
	background: #669900;
	font-size: 12px;
	color: #FFF;
	width: 160px;
	cursor: pointer;
	padding: 2px;
}
.shopButton {
	border: 1px solid #660066;
	background: #EDBD02;
	font-size: 11px;
	color: #000;
	width: 50px;
	cursor: pointer;
}

	
/************************* GALLERY **********************/
.gallery-image {
	float: left;
	width: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/************************* FORM **********************/
form br {
	clear: left;
}
label {
	border: none;
	width: 150px;
}
input.radioButton {
	width: 25px;
	margin: 0;
	border: none;
}
input, textarea {
	font: small Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-bottom: 5px;
	border: 1px solid #000;
	padding: 2px;
}

#formCart .smallInput { 
	width: 120px;
}
#formCart .mediumInput { 
	width: 160px;
}
#formCart .radioLabel {
	width: 120px;
	padding-top: 5px;
}

.tinyInput { 
	width: 40px;
}
.largeInput { 
	width: 500px;
}

.medInputBox {
	width: 190px;
	padding: 0 2px;
}
.buttonRight {
	float: right;
	margin-right: 4px;
	border: none;
}


#formSignup {
	margin-left: 10px;
	margin-top: 5px;
}

#formContact .largeInputBox {
	width: 500px;
}
#formContact label, #formContact input, #formContact select, #formContact textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-size: 95%;
	padding: 2px;
}
#formContact input, #formContact select, #formContact textarea {
	border: 1px solid #000;
}
#formContact label {
	text-align: left;
	width: 120px;
	padding-right: 5px;
	border: none;
}
#formContact .wideLabel {
	width: 250px;
}
#formContact .loginBox {
	width: 200px;
}
#formContact p {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;	
}
#formContact .sendButton {	
	height: 20px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	border: none;
	float: left;
	display: block;
	margin-top: 10px;
	background: #669900;
	width: 100px;
}
#formContact .queryBox {
	width: 50px;
}

#formContact input.hidden {
	display: none;
	border: none;
	line-height: 0;
}

/************************* TABLE **********************/
#listTable {
	width: 100%;
}
#tinyTable {
	width: 25%;
}
#smallTable {
	width: 50%;
}
#mediumTable {
	width: 75%;
}
td {
	padding: 4px;
	vertical-align: top;
}
th {
	background: #EDBD02;
	color: #790179;
	padding: 2px;
}
#pagination {
	clear: both;
	text-align: center;
}