/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


body {
	
	font-size: 13px;
	line-height: 1.5;
	color: #3a4c58;
	font-family: Georgia, serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2em;
}



a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	color: #3a4c58;
	font-weight: normal;
	text-transform: none;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 14px;
	color:#7caba6;
	font-weight: normal;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.logo {
	float:left;
	background-image: url(../images/logo.gif);
	text-indent: -9999px;
	height: 39px;
	width: 160px;
	margin-top: 10px;
}

.tagline {
	clear:both;
	font-size: 12px;
	font-weight: bold;
	color: #fdce32;
	padding-top: 12px;
	text-align:right;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 2em;
}

.colorpromo {
	color: #000033;
	text-decoration: none;
	background-image: url(../images/colorwheel.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 160px;
	padding-top: 168px;
}

.title {
	padding-left: 80px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.2em;
}

.thumbtitle {
	padding-bottom: 24px;
	padding-top: 4px;
	font-family: Georgia, serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 2em;
}

.modern {
	background-image: url(../images/modernMain.gif);
	text-indent: -9999px;
	height: 116px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}

.classic {
	background-image: url(../images/ClassicMain.gif);
	text-indent: -9999px;
	height: 100px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	margin-top: 8px;
}

.moderndesigns {
	text-decoration: none;
	background-image: url(../images/modern.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 160px;
	text-indent: -9999px;
	height: 116px;
}

.classicdesigns {
	text-decoration: none;
	background-image: url(../images/classic.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 160px;
	text-indent: -9999px;
	height: 100px;
}
