@CHARSET "ISO-8859-1";

body {
    background: silver;
    font-family: Verdana, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

img {
	vertical-align: middle;
}

div#maincontainer {
    border: 1px solid black;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    background: white;
}

div#titlebar {
    background: white;
    padding-bottom: 10px;
}

div#bagmarketladylogo {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	width: 121px;
	height: 174px;
}

div#mainlogo {
	padding-top: 10px;
	padding-left: 10px;
}

div#contactus {
	color: #FF6600;
	text-align: right;
	margin-right: 20px;
	margin-top: 30px;
	float: right;
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
}

div#menubar {
	padding-top: 10px;
    height: 35px;
    margin-left:auto;
    margin-right: auto;
    width: 533px;
    text-align: center;
    color: white;
}

a#contactlink {
	text-decoration: underline;
	color: #FF6600;
}

span#contactnumber {
	font-weight: bold;
	color: #330099;
}

div.button {
    float: left;
}

a.inactive_button {
    text-decoration: none;
    font-weight: normal;
    color: #000066;
    font-size: 14px;
}

a.active_button {
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-size: 14px;
}

div.inactive_button_text {
    float: left;
    background: url(theme/mid_inactive.gif);
    height: 18px;
    padding: 15px 4px 2px 4px;
    font-size: 14px;
}

div.active_button_text {
    float: left;
    height: 29px;
    background: url(theme/mid_active.gif);
    padding: 4px 4px 2px 4px;
    font-size: 14px;
}

div#menubar1tier {
	text-align: center;
	width: 100%;
	position: relative;
	height: 22px;
	background: url(theme/menubar1tier.gif);
	color: #00006f;
	padding-top: 3px;
	font-weight: bold;
    clear: both;
}

div#menubar2tier {
	text-align: center;
	width: 100%;
	position: relative;
	height: 22px;
	background: url(theme/menubar2tier.gif);
	color: #00006f;
	padding-top: 6px;
	font-weight: normal;
	font-size: 12px;
	clear: both;
}

div#menubar2 {
    height: 25px;
    width: 100%;
    text-align: center;
    background: url(theme/menubar1tier.gif);
    color: white;
    clear: both;
}

div#menubar2tabs {
	position: relative;
	height: 23px;
	color: #00006f;
	font-weight: bold;
    margin-left:auto;
    margin-right: auto;
    width: 373px;
    padding-top: 2px;
    text-align: center;
    color: white;
} /* Note width on this! */

div.button2 {
    float: left;
    height: 23px;
}


a.inactive_button2 {
    text-decoration: none;
    font-weight: normal;
    color: #000066;
}

a.active_button2 {
    text-decoration: none;
    font-weight: bold;
    color: black;
    height: 23px;
}

div.active_button2 {
	float: left;
	height: 23px;
}

div.inactive_button2_text {
    float: left;
    background: url(theme/mid2_inactive.gif);
    height: 16px;
    padding: 2px 10px 0px 10px;
    margin-top: 5px;
    font-size: 12px;
}

div.active_button2_text {
    float: left;
    height: 22px;
    background: url(theme/mid2_active.gif);
    padding: 1px 10px 0px 10px;
    font-size: 14px;
}

img.dividerbar {
	margin-left: 2px;
	margin-right: 2px;
}

a.secondlevel_textlink {
	color: black;
}

a.thirdlevel_textlink {
	color: black;
}

div.textbar {
	height: 17px;
    padding-top: 3px;
	font-size: 14px;
}

div#textbody {
	margin: 5px 10px 0px 10px;
	padding-bottom: 10px;
	clear: both;
}

div#textbody:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
}

div#emailfields input {
	width: 150px;
}

div#emailfields textarea {
	width: 150px;
	height: 200px;
}

div#gallerybody {
	margin: 5px 10px 0px 10px;
	padding-bottom: 10px;
	clear: both;
}

div#gallerybody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#gallerybody div {
	float: left;
	margin-left: 20px;
	width: 100px;
	height: 120px;
}

div#bottombar {
	width: auto;
	left: 0px;
	right: 0px;
	clear: both;
	text-align: left;
	padding: 10px;
}
