@charset "utf-8";
body  {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 82%;
	background-image:url(images/bg.png);	
	background-repeat: repeat;
	background-position: top 130px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	background-color: #000;
}

#page {
	background-position:center top;
	background-image: url(images/page.png);
	background-repeat: repeat-y;	
}

h1 {
	color: #cfe295;
	font-size: 160%;
}

h3 {
	color: #fff;
	font-size: 120%;
}

a {
	color:#FF9;
	text-decoration:none
}

hr{
	color:#FFF;
	margin-bottom: 20px;
	height: 1px;
	
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}


.twoColFixRtHdr #container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3e85ab;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #twitter {
	float:right;
	padding-top:18px;
	padding-right:40px;	
}

.twoColFixRtHdr #facebook {
		float:right;
		padding-top:18px;
		padding-right:10px;		
}

.twoColFixRtHdr #add-us {
		float:right;
		padding-top:27px;
		padding-right:15px;		
}

.twoColFixRtHdr #social-block {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 85px;
	width: 220px;
	background-color: #3E85AB;
}
.twoColFixRtHdr #header { 
	background: #DDDDDD;
	background-image:url(images/logo.gif);
	background-repeat: none;
	background-repeat:no-repeat;
	padding: 0px;  /* 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. */
	height: 85px;
} 

.twoColFixRtHdr #doll-header {
	background-image:url(images/header-bg.jpg);
	background-repeat:none;
	background-repeat:no-repeat;
	height: 143px;
	margin-top: 20px;	
} 
.twoColFixRtHdr #header h1 {
	margin: 0;	
	padding-left: 30px;
	padding-top: 0px;
}

.twoColFixRtHdr #menu {
	padding: 0px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px;*/
	padding: 0 10px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
	
	background-color: #3D85AB;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
.twoColFixRtHdr #mainContent { 
	/*margin: 0 320px 0 0;  the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left: 30px;
	padding-right: 10px;
	color:#FFF;
	width: 400px;
	float:left;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3e85ab; 
	color: #CCC;
} 
.twoColFixRtHdr #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 */
	text-align: center;
	font-size: 70%;
}
.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;
}

/* MENU CSS */

.home, .about, .tutu, .traditional, .contempory, .branding, .contact {
	display:block;
	float:left;
	height:16px;
	margin:0px;	
	width: 100px;
}

.home {	
	background:transparent url(images/home-menu.gif) no-repeat;
	background-position: center top;
	width: 47px;	
}

.about {	
	background:transparent url(images/about-menu.gif) no-repeat;
	background-position: center top;
	width: 53px;
}

.tutu {	
	background:transparent url(images/tutu-menu.gif) no-repeat;
	background-position: center top;
	width: 44px;
}

.traditional {	
	background:transparent url(images/traditional-menu.gif) no-repeat;
	background-position: center top;
	width: 104px;
}

.contempory {	
	background:transparent url(images/contempory-menu.gif) no-repeat;
	background-position: center top;
	width: 120px;
}

.branding {	
	background:transparent url(images/branding-menu.gif) no-repeat;
	background-position: center top;
	width: 78px;
}

.contact {	
	background:transparent url(images/contact-menu.gif) no-repeat;
	background-position: center top;
	width: 93px;	
}

.bullet-menu {
	float:left;
	height:16px;
	margin:0 10px;	
	width: 10px;
	margin: 0 9px;
	background:transparent url(images/bullet-menu.gif) no-repeat;
	background-position: center top;	
}

a:visited {
	color:#FF9933;
	text-decoration:none;
}

#page-footer {
	background-image:url(images/page-footer-bg.png);
	background-repeat:none;
	background-repeat:no-repeat;
	background-position: center top;
	height: 50px;	
}

.footer-link {
	color: #FFF;
	text-decoration:none;
}

.sn-link {
	text-decoration:none;	
}

.img-main {
	float:left;	
	padding-left: 10px;
	padding-right: 10px;
	width: 150px;
}

.img-thumbnail {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px #fff solid;
}

.img-gallery {
	text-align:center;
}

.img-table {
	border: 2px solid #FFF;
}

.img-sidebar {
	border: none;
}

