/* style document */

/* html tags */

body {
	background-color: #fff;
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}	
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #4D485C; 
	font-weight: bold; 
	font-size: 14px;
	margin-top: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #C80000; 
	font-weight: bold; 
	font-size: 14px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #333; 
	font-weight: bold; 
	font-size: 14px;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #333; 
	font-weight: bold; 
	font-size: 12px;
	}

li {
	font-family: verdana, arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	list-style-image: url(../assets/sq_orange.gif);
}

ol {
	font-family: verdana, arial, helvetica, verdana, sans-serif; 
	font-size: 12px; 
	color: #333;
}

ul {
	font-family: verdana, arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #333;
}

/* links */

a {
	color: #C80000;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C80000;
}
a:hover {
	text-decoration: underline;
	color: #C6A483;
}
a:active {
	text-decoration: underline;
	color: #C80000;
}

.bmenu {
	color: #fff; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	text-decoration: none;
}

a.bmenu {
	color: #fff; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	text-decoration: none;
}

a.bmenu:link {
	color: #fff; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	text-decoration: none;
}

a.bmenu:visited {
	color: #fff; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	text-decoration: none;
}

a.bmenu:active {
	color: #FF0000; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	text-decoration: none;
}

a.bmenu:hover {
	color: #fff; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	text-decoration: underline;
}


/* custom styles */

.quote {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #C80000; 
	font-weight: bold; 
	font-size: 14px;
}

.quotesm {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #C80000; 
	font-weight: bold; 
	font-size: 11px;
}

.quotemed {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #C80000; 
	font-weight: bold; 
	font-size: 12px;
}

.main_bg {
	background-image:url(../assets/nestingspaces_08_mainbg.gif);
	background-repeat: no-repeat;
}

.top_bg {
	background-image:url(../assets/nestingspaces_07.gif);
	background-repeat: no-repeat;
}

.bot_bg {
	background-image:url(../assets/nestingspaces_09_botbg.gif);
	background-repeat: no-repeat;
}


.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FF0033;
}

.copy {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.2em;
}

.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333;
}