/*-----------------------------------------------------------------------*/
/* Skin Styles for bulkyboybrand.ca */
/* Copyright Shepherd Creative - All rights reserved */
/*-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------*/
/* General Page Styles													 */
/*-----------------------------------------------------------------------*/
html
{
    height: 100%;
}

/* Global */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button, table, tr, td
{
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 0;
}

body, p, div, ul, li, blockquote, .normal, .Normal
{
    font-family: "trebuchet ms",tahoma,verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
    color: #211E1F;
}
body {
	background-color: #FFF;
	text-align: center;
}

ul
{
    list-style-image: none;
	list-style-position: inside;
	margin-left: 10px;
}
ul.square
{
    list-style-type:square;
    margin-left: 27px;
    margin-bottom: 10px;
}
ul.square li
{
    margin-bottom:5px;
}

#CellContent {
	padding-bottom: 30px;
}

/* Layout */

.SiteWidth
{
    width: 800px;
    margin: 15px auto 0 auto;
	text-align: center;
	background-color: #FFF;
}

#PanelHeader
{
    height:152px;
}
#PanelLogo
{
    height:152px;
	text-align:left;
}

#footer {
	text-align:center;
	margin-top: 15px;
	width: 100%;
	color: #999;
	font-weight: normal;
}
#footer img {
	vertical-align: middle;
}

#PanelContent
{
	text-align:left;
	background-color: #A3A50D;
	background-image: url(images/watermark.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}
#PanelContent2
{
	text-align:left;
	background-color: #FFF;
}
#topborder {
	background-color:#C1C266;
	clear:both;
	float:none;
	font-size:10px;
	height:15px;
	width:100%;
}
#bottomborder {
	background-color:#C1C266;
	clear:both;
	float:none;
	font-size:10px;
	height:15px;
	width:100%;
}

#DivLogo
{
    float:left;
	width: auto;
}

#DivSiteTitle
{
    float:left;
    margin-left:20px;
    margin-top:47px;
    line-height:23px;
	width: auto;
}
.SidePanel
{
    margin-top:10px;
}

.ColumnRight
{
    float:right;
	width: auto;
}
.ColumnLeft
{
    float:left;
	width: auto;
}
.MainBody P
{
    margin-bottom:10px;
}

/* Main Site Colors */

#PanelMenu
{
	height: 20px;
	color:#8A0601;
	font-size:12px;
	letter-spacing:2px;
	padding-bottom:15px;
	width:100%;
	text-align:left;
}
#PanelMenu a, #PanelMenu a:visited {
	color: #A3A30D;
	text-decoration: none;
}
#PanelMenu a:hover {
	color: #8A0601;
	text-decoration: underline;
}

/* Link Colors */
a, a:visited, a:link {
	color: #8A0601;
	border: none;
}

a.CommandButton:link {
	color:#003366;
	text-decoration:underline;
}


/* Colors */
.BrushGray90 { color:#1a1a1a; }
.BrushGray80 { color:#333333; }
.BrushGray70 { color:#4d4d4d; }
.BrushGray60 { color:#666666; }
.BrushGray50 { color:#808080; }
.BrushGray40 { color:#999999; }
.BrushGray30 { color:#b3b3b3; }
.BrushGray20 { color:#cccccc; }
.BrushGray10 { color:#e5e5e5; }
.BrushWhite { color:#fff; }

/* Sizes */
.SizeExtraLarge { font-size:22pt; }
.SizeLarge { font-size:18pt; }
.SizeMedium { font-size:12pt; }
.SizeSmall { font-size:12px; }
.SizeExtraSmall { font-size:11px; }
.Tiny { font-size: 1px; }

.FullWidth { width:100%; }
.FullHeight { height:100%; }

/* Misc */
.Top { vertical-align:top; }
.Gutter { width:30px; }
    
.LoginViewSeparator
{
    color: Gray;
}

.PaddingMedium
{
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
.PaddingSmall
{
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.ActionPanel
{
    padding-top: 20px;
}

.ClearFloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Headings */
H1
{
    font-size:20px;
}
H2 
{
    font-size:16px;
}
H3
{
    font-size:12px;
}

.MainBody H1
{
    border-bottom:dotted 1px #b45a2b;
    margin-bottom:10px;
}
.MainBody H2
{
    padding-top:5px;
    border-bottom:dotted 1px #b45a2b;
    margin-bottom:10px;
}

/*-----------------------------------------------------------------------*/
/* Main Menu															 */
/*-----------------------------------------------------------------------*/

/*Misc menu items*/
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_Separator img { margin:1px 0 1px 0; height: 20px; width: 1px;}
.MainMenu_MenuBreak { border:none; vertical-align: middle; }

/*Container*/

.RightPane {
	margin: 50px 50px 0 50px;
}


.MainMenu_MenuContainer,
.MainMenu_MenuBar,
.MainMenu_MenuItem td,
.MainMenu_MenuItemSel td,
.MainMenu_BreadcrumbActive td
{
    height: 20px;
	background-color:Transparent;
	text-align: center;
}
.MainMenu_MenuItem,
.MainMenu_MenuItemSel,
.MainMenu_BreadcrumbActive
{
    padding:20px;
	font-size:14px;
}
.MainMenu_MenuItemSel td,
.MainMenu_MenuItem td,
.MainMenu_BreadcrumbActive td
{
    margin:0;
    border:none 0;
    padding: 0 5px;
}
/*IE fix*/

.MainMenu_MenuItem td
{
	color: #A3A30D; /* Change text color here */
	text-align: center;
	font-size:14px;
}
.MainMenu_MenuItemSel
{
    background-color:Transparent;
    background-image:none;
	font-size: 14px;
}

.MainMenu_MenuItemSel td
{
	background-color:Transparent;
    color: #8A0601;
	text-decoration: none;
}
.MainMenu_BreadcrumbActive td
{
	background-color:Transparent;
    color: #8A0601;
}

/*Submenu*/
.MainMenu_SubMenu
{
    padding: 0;
    margin: 5px 0 0 0;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    z-index: 1000;
	font-size:14px;
}
.MainMenu_SubMenu td
{
    text-align:left;
    height:auto;
}
.MainMenu_SubMenu .MainMenu_MenuItem
{
    border-top: 0 solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 1px solid #808080;
    border-left: 0 solid #ffffff;
    height:auto;
    color: #333;
	font-size:14px;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel
{
	background-image:none;
	border-top: 0 solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 1px solid #808080;
	border-left: 0 solid #ffffff;
	background-color: #fff;
	color: #A3A30D;
	height:auto;
	font-size:14px;
}
/*Submenu Item Padding*/
.MainMenu_SubMenu .MainMenu_MenuItemSel, 
.MainMenu_SubMenu .MainMenu_MenuItem
{
    padding: 2px 30px 2px 10px;
}

/* Landing Page */

#TitlePg{
	width:100%;
	clear:both;
}
div#Container {
	width: 800px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}
div#TitleBlock1{
	height: 165px;
	width: 400px;
	float: left;
	background-color: #a3a50d;
}
div#TitleBlockLogo{
	height: 165px;
	line-height:165px;
	width: 230px;
	float: left;
	background-color: #ffffff;
	text-align:center;
}
div#TitleBlockEnter{
	line-height:165px;
	width: 170px;
	float: left;
	background-color: #d8d79b;
	text-align: center;
	vertical-align: bottom;
	height: 165px;
}
div#BorderWhite{
	width: 100%;
	height: 10px;
	background-color: #ffffff;
	font-size: 5px;
	float:none;
	clear:both;
}

