@charset "utf-8";
/* CSS Document
Developed for: Small-Worlds.com
*/
/* Body & Misc. Styles */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002a45;
}
body {
	background-color: #e1f2f9;
	background-image: url(../images/pageBG.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {color: #0074bd; font-weight:bold; text-decoration:none; }
a:visited {color: #0074bd; font-weight:bold; text-decoration:none; }
a:hover {color: #da5449; font-weight:bold; text-decoration:none; }
a:active {color: #da5449; font-weight:bold; text-decoration:none; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 18px;
	color: #db5549;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #db5549;
	margin-top: 0px;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	color: #db5549;
	margin-top: 6px;
	margin-bottom: 0px;
}
#wrapper {
	width: 915px;
	background-image:url(../images/wrapperBg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

/* Begin Header & Top Navigation Styles. */
#header {
	background-image:url(../images/small-worlds-logo.jpg);
	background-repeat:no-repeat;
	height: 199px;
}
#headtxtLogo {
	margin-left: 430px;
	margin-bottom: 100px;
}
#topNav {
	color: #0074bd;
	margin-left: 410px;
}
#topNav a:link {color: #0074bd; font-weight:bold; text-decoration:none; }
#topNav a:visited {color: #0074bd; font-weight:bold; text-decoration:none; }
#topNav a:hover {color: #da5449; font-weight:bold; text-decoration:none; }
#topNav a:active {color: #da5449; font-weight:bold; text-decoration:none; }

/* Begin main content area tags. Lets start with the left, right, and center floats */
#mainLeft {
	width: 188px;
	float:left;
	margin-right: 8px;
	margin-bottom: 12px;
}
#mainRight {
	width: 188px;
	float:right;
	margin-bottom: 12px;
	text-align:left;
}
#mainContent {
	width: 520px;
	float:left;
	margin-bottom: 12px;
	background-color:#FFFFFF;
	border: solid 1px #dfe1de;
	padding: 3px;
}

/* Inside the center area We have the welcome boxes etc. Find the styles here. */
#lowerBox {
	padding-bottom: 14px;
	border-top: solid 1px #24b127;
	margin-top: 12px;
}

/* Lets Define the left and right boxes and borders. */
#boxborders {
	background-color: #fcffff;
	padding: 5px;
	border: solid 1px #dfe1de;
	width: 176px;
	margin-bottom:8px;
}
#boxColor {
	background-color: #f9f2e2;
	padding: 5px;
}

/* Time to define a few link types for this store. Speficically, side navigation, and box links. */
#nav {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
}
#nav li {
	list-style: none;
	padding-left:6px;
	margin-top: 0px;
	margin-bottom:4px;
	display:block;
} 
#boxColor a:link { color:#002a45; font-weight:bold; text-decoration:none; }
#boxColor a:visited { color:#002a45; font-weight:bold; text-decoration:none; }
#boxColor a:hover { color:#1f509f; font-weight:bold; text-decoration:none; }
#boxColor a:active { color:#1f509f; font-weight:bold; text-decoration:none; }

/* Lets Define some form styles */
.login {
	margin-bottom: 4px;
	color: #8bb9d4;
	padding-left: 5px;
	font-weight: bold;
	font-style:italic;
	font-size: 11px;
}

/* some misc styles are here */
.lighterblue {
	color:#006dac;
}

/* Begin the footer styles and tags here */
#footer {
	clear:both;
	border-top: solid 3px #24b127;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #d66253;
	text-align:center;
	font-weight: bold;
}
#footer a:link {color: #0074bd; font-weight:bold; text-decoration:none; }
#footer a:visited {color: #0074bd; font-weight:bold; text-decoration:none; }
#footer a:hover {color: #da5449; font-weight:bold; text-decoration:none; }
#footer a:active {color: #da5449; font-weight:bold; text-decoration:none; }





