/*-----------------------------------------------------------------------------
Montage Furniture Services Web Site

version:   1.3 for Web
author:    mark kimitch
email:     mark.kimitch@gmail.com
-----------------------------------------------------------------------------*/

/*General Tags
-----------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 15px 0px 0px 0px;
	background: #FFFFFF url(../images/floralBackground.gif) repeat;
	text-align: center;
	min-width: 760px;
}

blockquote {
	padding: 10px;
	margin: 10px;
	border: #414B56 1px solid;
	background: #E9EBCE;
}

blockquote p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

blockquote .sig {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	font-weight: bold;
}

blockquote .from {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: right;
	font-style: italic;
}

hr {
	color: #CCCCCC;
	width: 90%;
}

/*ID Tags
-----------------------------------------------------------------------------*/
#wrapper {
	padding: 0px 0px 10px 0px;
	margin: 0px auto;
	width: 763px;
	text-align: left;
}

#login {
	padding: 5px 10px 10px 0px;
	margin: 0px;
	width: 743px;
	text-align: right;
}

#branding {
	margin: 0px;
	padding: 0px;
	width: 198px;
	height: 77px;
	background: url(../images/brand.gif) top left no-repeat;
	float: left;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 565px;
	height: 77px;
	float: right;
}

#main {
	margin: 0px;
	padding: 0px;
	width: 763px;
	background: url(../images/background.gif) repeat-y top;
	/*/*/
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: top;
	/* End */ 
}

#content {
	margin: 0px;
	padding: 20px 17px 0px 3px;
	width: 548px;
	float: right;
}

#mainNav {
	margin: 0px;
	padding: 0px 0px 12px 5px;
	width: 190px;
	float: left;
}

#footer {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 743px;
	background: url(../images/background.gif) repeat-y top;
	/*/*/
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: top;
	/* End */ 
}

#insetBox {
	margin: 0px;
	padding: 0px;
	border: #000000 1px solid;
	background-color: #414B56;
	padding: 10px;
}

#insetBox p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#insetBox ul {
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}

#content #secondaryContent {
	width: 200px;
	float: right;
	border: #414B56 solid 1px;
	margin: 10px 0px 5px 10px;
	text-align: left;
}

#content #secondaryContent h1 {
	margin: 0px;
	padding: 4px 5px 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/h1.gif) repeat-x top;
	
	border: none;
}

/*#content #products {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 545px;
	border: #000000 solid 1px;
	text-align: left;
	float: right;
	text-transform: capitalize;
}

#content #products h1 {
	margin: 0px;
	padding: 4px 5px 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/h1.gif) repeat-x top;
	text-transform: capitalize;
	border: none;
}*/

/*Login Tags
-----------------------------------------------------------------------------*/
#login a:link {
	padding: 4px;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #7C2230;
	border: #FFFFFF 1px solid;
	color: #FFFFFF;
	text-decoration: none;
}

#login a:visited {
	padding: 4px;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #7C2230;
	border: #FFFFFF 1px solid;
	color: #FFFFFF;
	text-decoration: none;
}

#login a:hover {
	padding: 4px;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
	border: #7C2230 1px solid;
	color: #000000;
	text-decoration: none;
	background-attachment: fixed;
}

#login a:active {
	padding: 4px;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #7C2230;
	border: #FFFFFF 1px solid;
	color: #FFFFFF;
	text-decoration: none;
}

/*Content Tags
-----------------------------------------------------------------------------*/
#content ul {
	margin: 7px 0px 7px 5px;
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin-left: 10px;
}

#content li {
	margin: 5px 0px 5px 10px;
	padding: 0px;
	list-style: disc;
	list-style-position: outside;
	text-align: left;
}

#content h1 {
	margin: 0px 0px 10px 0px;
	padding: 4px 5px 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/h1.gif) repeat-x top;
	border: solid #000000 1px;
}

#content h2 {
	margin: 0px;
	padding: 4px 5px 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#content h3 {
	margin: 0px;
	padding: 4px 5px 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}

#content p {
	padding: 0px 10px 0px 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#content a:link {
	color: #660000;
	border-bottom: 1px dotted #660000;
	text-decoration: none;
	font-weight: bold;
}

#content a:visited {
	color: #660000;
	border-bottom: 1px dotted #660000;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#content a:active {
	color: #660000;
	border-bottom: 1px dotted #660000;
	text-decoration: none;
}

/*Footer Tags
-----------------------------------------------------------------------------*/
#footer p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#footer a:link {
	color: #660000;
	border-bottom: 1px dotted #660000;
	text-decoration: none;
}

#footer a:visited {
	color: #660000;
	border-bottom: 1px dotted #660000;
	text-decoration: none;
}

#footer a:hover {
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
	text-decoration: none;
}

#footer a:active {
	color: #660000;
	border-bottom: 1px dotted #660000;
	text-decoration: none;
}

/*Classes
-----------------------------------------------------------------------------*/
.bottom {
	margin: 0px;
	padding: 0px;
	width: 763px;
	height: 21px;
}

.top {
	margin: 0px;
	padding: 0px;
	width: 763px;
	height: 16px;
}

.top2 {
	margin: 0px;
	padding: 0px;
	width: 763px;
	height: 16px;
}

.clear {
	clear: both;
}

.print, .print a:link {
	float: right;
	text-decoration: none;
}

.picture {
	float: right;
}

.picture2 {
}

.secondaryContent {
	padding: 10px;
	margin: 0px;
	font-size: 11px;
	text-align: left;
}

/*Nav Bar
-----------------------------------------------------------------------------*/
#mainNav h1 {
	margin: 0px;
	padding: 20px 10px 10px 10px;	
}

#mainNavLink p {
    padding-left:10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#mainNavLink a:link {
	color: #660000;
	border-bottom: 1px dotted #660000;
	text-decoration: none;
	font-weight: bold;
}

#mainNavLink a:visited {
	color: #660000;
	border-bottom: 1px dotted #660000;
	text-decoration: none;
	font-weight: bold;
}

#mainNavLink a:hover {
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#mainNavLink a:active {
	color: #660000;
	border-bottom: 1px dotted #660000;
	text-decoration: none;
}

dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

.menu {
	margin: 0px;
	padding: 0px;
	position: relative; /* Menu position that can be changed at will */
	top: 18px;
	left: 15px;
	width: 160px;
}

.menu h1 {
	margin: 0px;
	padding: 10px 0px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu dt {
	margin: 2px 0px;
	height: 23px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #000000;
	background: #CCCCCC;
	font-size: 11px;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.menu dd {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}

.menu li {
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid #414B56;
	width: 156px;
	background-color: #FFFFFF;
}

.menu li a {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	text-decoration: none;
	display: block;
	border: 0px none;
	font-size: 11px;
	font-weight: bold;
}

.menu dt a {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/button_down.gif);
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	display: block;
	border: 0px none;
	height: 23px;
	text-indent: 2em;
}

.menu li a:hover {
	background: #A7AB74;
	color: #000000;
}

.menu dt a:hover {
	color: #000000;
	background-image: url(../images/button_hover.gif);
}

/*Hide Print Logo
-----------------------------------------------------------------------------*/
#logo, #copyright {
	display: none;
}

