@charset "macintosh";
/* CSS Document for landing page/index.php www.littledogma.com */
* {
	margin: 0;
	padding: 0;
}

body {
	/* puts purple border on top */
	background-image:url(../images/landingPage/backgroundTopPurple.jpg);
	background-position:top;
	background-repeat: repeat-x;
	width: 100%;
}

#alignPage {
	/* centers content on page */
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

#mainDiv {
	/* this has the grey border that runs down the page z-index needs to be lower than #topDiv(20), this needs to be below that */
	width: 1200px;
	position: relative;
	z-index: 10;
	background-image:url(../images/landingPage/mainAreaBackground.jpg);
	background-repeat:repeat-y;
}

#topDiv {
	/* puts top purple border on top and z-index is more than #mainDiv(10) we want this on top */
	position: relative;
	z-index: 20;
	background-image:url(../images/landingPage/backgroundTopPurple.jpg);
	background-repeat:repeat-x;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
}

#menuDiv {
	/* this is the top right menu found on the page */
	position: absolute;
	top: 0px;
	left: 540px;
	color:#FFF;
	display: inline;
	background-image:url(../images/landingPage/topMenuBackground.png);
	background-repeat:no-repeat;
	height: 50px;
	width: 458px;
	text-align: center;
}
#menuDiv span {
	padding: 3px;
}
#menuDiv .menuItem {
}
#menuDiv .leftSide {
}
#menuDiv .rightSide {
}

#menuDiv a, #menuDiv a:visited {
	text-decoration: none;
	color: #FFF;	
}
#menuDiv a:hover {
	text-decoration: none;
	color: #9A7DC1;
}

#lowerMenu {
	position: absolute;
	left: 630px;
	top: 60px;
	color: #704DA1;
}
#lowerMenu a, #lowermenu a:visited {
	text-decoration: none;
	color: #704DA1;
}

#lowerMenu a:hover {
	text-decoration: none;
	color: #9A7DC1;
}

#headerDiv {
	/* this section has the dog and other logos */
	height: 174px;
	width: 1001px;
	margin: 0px 100px auto;
	background-image:url(../images/landingPage/headerBlueFade.jpg);
	background-repeat: repeat-X;
}
#headerDiv #logoImage {
	padding: 30px 30px 30px 50px;	
}

#contentDiv {
	/* this section holds the flash, item, text and social media divs */
	position: relative;
	top: 0px;
	margin: 0px 100px 0px 100px;
}

#flashDiv {
	/* inside the #contentDiv */
	height: 330px;
	width: 480px;
	vertical-align: top;
	float: left;
	border: 2px solid #DCDCDC;
	margin: 10px;	
}


#itemDiv {
	/* inside the #contentDiv */
	width: 300px;
	left: 620px;
	vertical-align: top;
	display: inline;
}

#itemDiv h2 {
	padding: 10px;
}

#itemDiv table {
	width: 410px;
	border-spacing: 0px;
	padding: 5px;
}
#itemDiv td {
	padding: 4px 0px 0px 10px;
}
#itemDiv .tableBottom {
	padding: 10px;
}

#itemDiv .price {
	background-color: #704DA1; 
	color: #FFF;
	padding-right: 10px;
}

#itemDiv .name {
	font-weight: bold;
}

#itemDiv .description{
}


#itemDiv img {
	text-align: center;
	border: 1px solid #CCC;
	padding: 10px;
}

#itemDiv .image a {
	text-decoration: none;
	border:0;
}
	

#itemDiv .image {
	text-align: center;
}

#textDiv {
	/* inside the #contentDiv */
	width: 480px;
	vertical-align: top;
	float: left;
	margin: 20px;
}

#textDiv p, #textDiv h2 {
	padding: 5px 10px;
}

#contentDiv h1, #contentDiv h2, #contentDiv h3 {
	color: #704DA1;
}

#socialMediaDiv {
	/* inside the #contentDiv */
	width: 300px;
	left: 620px;
	top: 450px;
	vertical-align: top;
	display: inline;
}


#twitterDiv {
	/* inside the #socialMeidaDiv */
}

#facebookDiv {
	/* inside the #socialMeidaDiv */
}

#cloudTagDiv {
	/* inside the #socialMeidaDiv */
	display: inline;
	padding: 10px;
}
#cloudTagDiv h1 {
	font-size: 18px;
	color:#999;
	display: inline;
	padding: 6px;
}
#cloudTagDiv h2 {
	font-size: 16px;
	color:#999;
	display: inline;
	padding:5px;
}
#cloudTagDiv h3 {
	font-size: 14px;
	color:#666;
	display: inline;
	padding: 4px;
}
#cloudTagDiv h4 {
	font-size: 18px;
	color: #000;
	display: inline;
	padding: 3px;
}
#cloudTagDiv h5 {
	font-size: 16px;
	color:#333;
	display: inline;
	padding: 2px;
}
#cloudTagDiv h6 {
	font-size: 14px;
	color: #999;
	display: inline;
	padding:1px;
}

#footerDiv {
	clear: left;
	background-color: #704DA1;
	min-height: 60px;
	text-align: center;
	margin-top: 30px;
}

#footerDiv ul {
	padding-top: 20px;
}

#footerDiv ul li  {
	display: inline;
	color:#FFF;
	list-style-type: none;
	padding: 0px 20px;
}

#footerDiv a, #footerDiv a:visited {
	color:#FFF;
	text-decoration: none;
}

#footerDiv a:hover {
	color:#FFC;
	text-decoration: underline;
}