body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
#OutterContainer
{
    width: 960px;
    margin: auto;
    margin-top: 20px;
    min-height: 680px;
    height: auto !important;
    height: 680px;
}
#MainContainer
{
    font-family: Arial, Helvetica, sans-serif;
    width: 770px;
    min-height: 880px;
    height: auto !important;
    height: 880px;
    background-image: url( 'home-bg.jpg' );
    background-repeat: repeat-x;
    margin: auto;
    margin-top: 10px;
    padding-top: 5px;
}
#MenuContainer
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #7F7F7F;
    border-bottom: 1px solid #7F7F7F;
    width: 700px;
    margin: auto;
    margin-top: 25px;
    text-align: right;
    font-weight: normal;
}
#LogoContainer
{
    width: 200px;
    float: left;
    text-align: left;
}
#Menu
{
    float: right;
    margin-top: 6px;
    width: auto;
    text-align: right;
}
#ContentContainer
{
    padding-top: 20px;
    width: 660px;
    margin: auto;
    text-align: left;
}
#Footer
{
    width: 700px;
    margin: auto;
    font-size: 11px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.leftpane
{
    width: 150px;
}
.rightpane
{
    width: 150px;
}
.contentpane
{
    width: 100%;
    background-color: transparent;
    padding: 0px 5px 0px 5px;
    text-align: left;
}

h2, .boldRed, b .red, strong .red, .red, strong, b
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #92272D;
    font-size: 16px;
}
strong .bblack, b .bblack, .bblack
{
    font-size: 12px;
    color: black;
}
.SubHead
{
    color: #666666;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}
.Padded
{
    padding: 5px;
    border-spacing: 10px;
}
h1, h1 .Head
{
    font-family: Arial, Verdana Helvetica, sans-serif;
    font-size: 62px;
    color: #bbbbbb;
}

.Normal, p, td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.NormalTextBox
{
    margin-bottom: 10px;
    margin-left: 10px;
}
ul, li
{
    font-size: 12px;
}

.CommandButton, a.CommandButton:link, a.CommandButton, a.CommandButton:visited
{
    font-weight: bold;
    color: #92272D;
    padding: 5px;
    background-color: #D9DCD3;
    border: 1px solid #666666;
    margin-top: 10px;
    text-decoration: none;
}
a:link, a:visited, a:active, a.Normal:link, a.Normal:visited
{
    color: #92272D;
    font-family: Arial, Verdana, tahoma;
    text-decoration: none;
}
/*-- default links hover               --*/
a:hover, a.Normal:hover
{
    color: #ff0000;
    font-family: Arial, Verdana, tahoma;
}

.form .SubHead
{
    font-family: Arial,Verdana,helvetica,Sans-Serif;
    color: #463e3e;
    font-weight: bold;
}

.form .NormalTextBox
{
    border: 1px solid #5b5b5b;
}

table.form
{
    float: left;
}

.form a:link.CommandButton
{
    border: 0;
}

img
{
    border: 0px;
}

img.bdr
{
    border: 1px solid #999999;
}

.loginLink, a.loginLink, a.loginLink:link, a.loginLink:visited
{
    color: #333;
}

.footerLink, a.footerLink, a.footerLink:link, a.footerLink:visited
{
    color: #333333;
    text-decoration: none;
}

.tableHeaderCell
{
    background-color: #dddddd;
    font-weight: bold;
}
.greyBg
{
    background-color: #eeeeee;
}

.hrcell
{
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.formSubHead
{
    padding: 10px;
}

#home
{
    width: 640px;
    margin: auto;
}
#homeLeft
{
    float: left;
    width: 280px;
    text-align: right;
    padding-right: 20px;
    color: #92272D;
    padding-top: 100px;
    font-size: 16px;
}
#homeRight
{
    width: 340px;
    float: left;
    height: 670px;
    background-image: url(/portals/3/images/home-bg.gif);
    background-repeat: no-repeat;
}
#Artmount
{
    font-size: 9px;
    position: relative;
    padding-left: 115px;
    top: 90px;
    width: 165px;
    height: 69px;
    z-index: 1;
    cursor: hand;
}
#Products
{
    font-size: 9px;
    position: relative;
    padding-left: 115px;
    top: 115px;
    width: 165px;
    height: 69px;
    z-index: 1;
    cursor: hand;
}
#Gallery
{
    font-size: 9px;
    position: relative;
    padding-left: 115px;
    top: 155px;
    width: 165px;
    height: 69px;
    z-index: 1;
    cursor: hand;
}
#ContactUs
{
    font-size: 9px;
    position: relative;
    padding-left: 115px;
    top: 195px;
    width: 165px;
    height: 69px;
    z-index: 1;
    cursor: hand;
}
.homeB
{
    font-weight: bold;
    font-size: 12px;
    color: #92272D;
    padding-bottom: 3px;
}

/* CSS based pane layout that didn't really work!
#dnn_LeftPane {
	float:left;
	position:relative;
	background-color:#FFFFCC;
	width:150px;
}
#dnn_ContentPane { 
	border:1px dashed black;
	float:right;
	width:auto;
}
#dnn_RightPane 
{
	float:right;
	background-color:#FFCCFF;
	position:relative;
	width:150px;
}
#dnn_BottomPane { clear: both; }

*/



/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}


#HouseMenuNav li
{
    /* all list items */
    position: relative;
    display: inline;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li
{
    /* all items under the top level */
    z-index: 11113;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a
{
    /* all item links under the top level */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li ul
{
    position: absolute;
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 11112;
}

#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li:hover ul ul, #HouseMenuNav li:hover ul ul ul, #HouseMenuNav li.sfhover ul ul, #HouseMenuNav li.sfhover ul ul ul
{
    left: -9999px;
}

#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li li li:hover ul, #HouseMenuNav li.sfhover ul, #HouseMenuNav li li.sfhover ul, #HouseMenuNav li li li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
    z-index: 99999;
}

#HouseMenuNav iframe
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
    display: block;
}




/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    width: 100%;
    height: 18px;
    _height: 16px;
    background-color: transparent;
    font-weight: normal;
}

#HouseMenuNav li
{
    /* all list items */
    width: 110px;
    height: 30px;
    line-height: normal;
    margin: 1px; /* hack for MacIE5 to ignore, while other browsers use \*/
    width: auto;
    _width: 1px;
    height: 18px;
    _height: 16px; /* end hack */
}

#HouseMenuNav li li
{
    /* all items under the top level */
    background-color: #eeeeee;
    width: 110px;
    border: none; /* hack for MacIE5 to ignore, while other browsers use \*/
    width: 100px;
    _width: 100px; /* end hack */
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    padding: 2px 10px 0px 10px;
    width: auto;
    height: auto; /* hack for MacIE5 to ignore, while other browsers use \*/
    _width: 100%;
    height: 18px;
    _height: 16px; /* end hack */
}

#HouseMenuNav li li a
{
    /* all item links under the top level */
    padding: 5px;
    padding: 2px 10px 0px 10px;
    width: 100px;
    height: 18px; /* hack for MacIE5 to ignore, while other browsers use \*/
    width: 110px;
    _width: 110px;
    height: 18px;
    _height: 16px; /* end hack */
}

#HouseMenuNav li a:hover
{
    padding: 2px 10px 0px 10px;
    color: #000;
    background-color: #DFE2DB;
    height: 18px; /* hack for MacIE5 to ignore, while other browsers use \*/
    height: 18px;
    _height: 16px; /* end hack */
}

#HouseMenuNav li li a:hover
{
    color: #92272D;
    background-color: transparent;
    padding: 2px 10px 0px 10px;
    height: auto; /* hack for MacIE5 to ignore, while other browsers use \*/
    height: 18px;
    _height: 16px; /* end hack */
}

#HouseMenuNav li ul
{
    /* second-level lists */
    width: 110px; /* width of submenu, must be set so third-level list can get shifted over properly */
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    text-align: left;
    margin: 0 0 0 0; /* hack for MacIE5 to ignore, while other browsers use \*/
    margin: 0; /* end hack */
    line-height: 12px;
    height: auto;
}

#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: -22px 0 0 110px;
    border: solid 1px #000;
    line-height: 12px;
    background-color: #eee;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #HouseMenuNavParentItem a
{
    /* all links under the parent item (li) */
    background-color: transparent;
    color: #fff;
    background-color: #D22020;
    text-decoration: none;
    padding: 2px 10px 0px 10px;
}

#HouseMenuNav a#HouseMenuNavParentLink
{
    /* parent link itself */
    background-color: transparent;
    color: #fff;
    background-color: #300;
    text-decoration: none;
    padding: 2px 10px 0px 10px;
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{
    /* current selected/active link */
    color: #333;
    background-color: #fff;
    text-decoration: none;
    padding: 2px 10px 0px 10px;
    height: 18px;
    width: auto;
}

.tablePricing
{
    background-color: #d2d7db;
    text-align: left;
    border-spacing: 0px;
    border: 0;
    border-collapse: collapse;
}
.tablePricing a, .tablePricing, .tablePricing tbody, .tablePricing tfoot, .tablePricing tr, .tablePricing th, .tablePricing td
{
    line-height: 1.5em;
    font-size: 13px;
    color: #55595c;
}
.tablePricing caption
{
    border-top: 1px solid #aeb3b6;
    padding: .5em 0;
    font-size: 240%;
    font-style: italic;
    color: #d2d7db;
}
.tablePricing a
{
    display: block;
    padding: 0.75em 2px;
    text-decoration: none;
    color: #589acf;
}
.tablePricing a:hover, .tablePricing a:focus
{
    text-decoration: underline;
}
.tablePricing table th a
{
    min-height: 4.5em;
    text-align: right;
    padding: 0 2px 1.5em 2px;
}
.tablePricing th a:hover, .tablePricing th a:focus, .tablePricing tr:hover th
{
    background-color: #357eb9;
    color: #fff !important;
}
.tablePricing a:visited
{
    padding-left: 15px;
    background: url(./check.gif) 2px 50% no-repeat;
}
.tablePricing th a:visited
{
    padding-right: 15px;
    background: url(./check.gif) 98% 0.4em no-repeat;
}
.tablePricing thead th
{
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: #81888d;
    padding: 0.75em 2px;
    border-bottom: 1px solid #fff;
}
.tablePricing tbody th
{
    color: #25c1e2;
    font-style: italic;
    background-color: #fff;
    border-bottom: 1px solid #aeb3b6;
}
.tablePricing td
{
    border: 2px solid #fff;
    padding: 0 2px;
}
.tablePricing tbody tr:hover td
{
    background-color: #c7cdd3;
}
.tablePricing tbody tr:hover td, .tablePricing tbody tr:hover th, .tablePricing tbody tr:hover a
{
    color: #000 !important;
}
