@charset "UTF-8";
/* CSS Document */

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
} 

#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:none;
	/*background:url(images/bodyWidth.jpg);
	background-repeat:repeat-y;*/
} 
#header { 
	background: #DDDDDD; 
	background:url(../images/banner.jpg);
	height:150px;
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#wrapper {
	background:url(../images/bodyWidth.jpg);

}
#mainContainer {
	width:600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 310px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#container #wrapper #mainContainer  h1 a {
	text-decoration: none;
}
#container #wrapper #mainContainer #thumb a {
	text-decoration: none;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 0px 10px 15px 100px;
}
#about {
	float:right;
	width:200px;
	margin-left:0px;
	margin-right: 0px;
	padding-right: 5px;
	border: medium groove #271F6E;
	background-color: #FFFFFF;
}
#footer {
	height:236px;
	background-image: url(../images/footer.jpg);
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	background-color: #CCCCCC;
	margin: 0px;
	background:url(../images/background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
p {
	color:#000066;
	}
td {
	text-align:left;
	vertical-align: top;
	}

ul {
	list-style: none;
	margin: 0;
	padding:0;
	text-align:left;
	}
.header {
	background-repeat: no-repeat;
	height: 20px;
	background-color: #9999CC;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-bottom-width: medium;
	border-bottom-style: double;
}
#leftColumn {
	width: 100px;
	background-image: url(../images/leftEdge.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	text-align:right;
}
#rightColumn {
	width: 100px;
	background-image: url(../images/rightEdge.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#banner {
	height: 150px;
	background:url(../images/banner.jpg);
	}
#banner h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left top;
	vertical-align:top;
	padding-left:200px;
	}
#bannerRight {
	background-image: url(../images/bannerRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#bannerLeft {
	background-image: url(../images/bannerLeft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}

/* --- sidebar menu ---*/

#sidebar {
	vertical-align:top;
	}
#sidebar p {
	font-size: small;
	text-align: center;
}
	
#sidebar ul {
	list-style:none;
	}
#sidebar a, a:visited {
	color: #000066;
	}
#sidebar a:hover {
	color:#FFFFFF;
	}
#sidebar ul li {
	list-style:none;
	margin:0;
	padding:0;
	}
#sidebar ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	margin: 0;
	font-variant: small-caps;
	width: 170px;
	padding-left: 30px;
	display:block;
	background:url(../images/nav.jpg);
	color: #FFFFFF;
	}
#sidebar ul a:hover {
	background:url(../images/nav-hov.jpg);
	}
#sidebar ul a.current {
	background:url(../images/nav-current.jpg);
	cursor:default;
	color:#000066;
	}
#sidebar li .last {
	background-image: url(../images/nav-last.jpg);
}

#logo {
	float:left;
	margin-left:100px;
	margin-top:0px;
	width: 175px;	
}
#container #wrapper #footer #logo p {
	font-size: x-small;
	text-align: center;
}
	
/* -- Main Container ---*/
	
#mainContainer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: small;
	padding-left: 25px;
	text-align: left;
	vertical-align: top;
	background-position: top;
	}
#mainContainer a, a:visited {
	color: #271F6E;
	text-decoration: underline;
}
#mainContainer a:hover {
	color: #F85444;
}
#mainContainer h1 {
	color: #271F6E;
	padding-left: 20px;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-image: url(../images/hdr-short.jpg);
	background-repeat: no-repeat;
	height: 50px;
	vertical-align: middle;
	text-align: left;
	line-height: 50px;
	background-position: 10px;
	}
#mainContainer h2 {
	padding-left: 20px;
	color: #000066;
	font-size: small;
	}
#mainContainer ul{
	list-style-position: inside;
	list-style-type: disc;
	color: #000066;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30;
	padding-left: 30px;
	}
#moreGoodies {
	background-position: right;
	text-align: right;
	margin-right: 100px;
}
#moreGoodies p {
	text-align: right;
}
#moreGoodies h1 {
	background-image: none;
	text-align: right;
	font-size: small;
	height: 20px;
}
#moreGoodies a:hover {
	text-decoration: underline;
}
#moreGoodies a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: 000066;
}
#bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
}

/* -- Form Styles ---*/

#firstName {
	width: 175px;
}
#lastName {
	width: 175px;
}
#address {
	width: 175px;
}
#state {
	width: 50px;
}
#zip {
	width: 75px;
}
#email {
	width: 190px;
}
#numPeople {
	width: 25px;
}
#description {
	width: 375px;
	height: 400px;
}
#formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #333366;
	padding-right: 5px;
	background-position: top;
	vertical-align: top;
	margin-left: 10px;
}
#FormDiv {
	text-align: center;
	vertical-align: text-top;
	width: 750px;
}
#formSuccess {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.formSuccess {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#Submit {
}
.borderCell {
	border: thin dotted #000066;
}

/* --- Illustration Styles --- */

#illustration h2 {
	padding-left: 5px;
	font-size: 12px;
	text-align: center;
	padding-right: 5px;
	vertical-align: middle;
	background-position: center;
}
# mainContainer #thumbnailCell {
	text-align: center;
}
#mainContainer #illustration .thumbnail {
	text-align: center;
}
#mainContainer .clientListHeader {
	font-weight: bold;
	text-align: center;
}
#clientList {
	width: 150px;
	float: right;
	padding-left: 0px;
	vertical-align: top;
	margin-right: 10px;
	text-align: center;
}
#mainContainer #clientList h1 {
	background-image: none;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#mainContainer #illustration h1 {
	font-size: 12px;
}
#mainContainer #GiftTable #price {
	float: right;
	width: 250px;
	margin-bottom: 10px;
}
#mainContainer #GiftTable #price a {
	font-size: 10px;
	text-decoration: underline;
}
#mainContainer #GiftTable li {
	margin-left: 20px;
	padding-left: 0px;
	list-style-position: outside;
	font-size: 12px;
	padding-right: 60px;
}
#mainContainer #GiftTable a {
}
#mainContainer #GiftTable h3 {
	color: #000066;
}
#mainContainer #GiftTable #price h1 {
	background-image: none;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
}
#mainContainer #GiftTable #price h3 {
	font-size: 12px;
	color: #000066;
}
#mainContainer #GiftTable #price li {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0px;
}
#mainContainer #illustration #illustrationGallery h2 {
	text-align: left;
	padding-left: 25px;
}
#mainContainer #illustration h2 {
	text-align: center;
}
#mainContainer #illustration .thumbnail img {
	padding-left: 5px;
	padding-right: 5px;
}
#mainContainer #homeTable {
	vertical-align: top;
}
#mainContainer  #illustrationMai {
	font-size: 10px;
	text-align: center;
	padding: 5px;
}
#mainContainer #illustration #clientList p {
	padding: 5px;
	text-align: center;
}

#illustrationGallery #thumbnailCell #illustrationThumbs {
	padding: 0px;
	width: 375px;
	background-position: center;
	text-align: center;
	margin: 5px;
	background-color: #333366;
}
#mainContainer .caption {
	color: #272743;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#mainContainer #animation p {
	text-align: center;
	padding: 5px;
}
#mainContainer #animation #gallery {
	text-align: center;
}
#mainContainer #homeTable .floatRight {
	float: right;
}
#mainContainer #homeTable #giftHome {
	width: 190px;
	vertical-align: middle;
	padding: 5px;
}
#mainContainer #homeTable #giftHome img {
	padding: 5px;
}
#mainContainer #giftBox {
	float: left;
	width: 175px;
}
#mainContainer #giftBox p {
	text-align: center;
	padding: 0px;
	font-weight: bold;
}
#mainContainer #homeTable #giftHome h1 {
	background-image: none;
	font-size: 10px;
	line-height: normal;
}
#mainContainer #homeTable #giftHome h2 {
	font-size: 10px;
}
#mainContainer #Party h3 {
	text-align: right;
	font-weight: normal;
	font-size: 14px;
}
#mainContainer #Party a {
	text-decoration: underline;
}
#mainContainer #homeTable #rightContent {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #27236C;
}
#mainContainer #GiftTable {
	padding: 5px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContainer #GiftTable #GiftGallery {
	text-align: left;
	margin-left: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	height: auto;
	line-height: normal;
}
#mainContainer #GiftTable a {
	text-align: center;
	text-decoration: underline;
}
#mainContainer #GiftTable #orderButton {
	background-color: #6699CC;
	float: right;
	width: 100px;
	margin: 10px;
}
#mainContainer #GiftTable #orderButton h3 {
	text-align: center;
}
#mainContainer #GiftTable #orderButton a {
	color: #FFFFFF;
}
#mainContainer #GiftTable #orderButton a:hover {
	color: #AE201C;
}
#mainContainer   #GiftTable   #holidayOrderButton {
	background-color: #33CC00;
	float: right;
	width: 100px;
	margin: 10px;
}
#mainContainer #GiftTable #holidayOrderButton h3 {
	text-align: center;
}
#mainContainer #GiftTable #holidayOrderButton a {
	color: #FF0000;
}
#mainContainer .textBox #photoLeftInsert {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#mainContainer #sketchbook {
}
#mainContainer #sketchbook img {
	border: thin solid #000066;
	text-align: center;
	background-position: center;
}
#mainContainer #fineArtGallery #thumbnailTable {
	text-align: center;
}
#mainContainer #fineArtGallery {
	text-align: center;
	width: 100%;
	background-position: center;
}
#mainContainer #orderForm {
	margin-left: 20px;
}
#mainContainer #contact {
	padding: 30px;
}
#mainContainer #animationPage .centeredParagraph h1 {
	background-image: none;
	text-align: center;
	line-height: normal;
	font-size: 14px;
	padding: 20px;
}
#mainContainer #animationPage {
	width: 100%;
}
#mainContainer .floatRight {
	float: right;
}
#container #wrapper #mainContainer #thumb {
	width: 100px;
	float: left;
	text-align: center;
	margin: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #241E5A;
}
#img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#facebook {
	width: 175px;
}
