@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #633D80;
	background-image:url(../../images/bg.png);
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 835px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:10px;
	margin-bottom:20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ***********************************Header Values********************************* */
img, div { behavior: url(includes/css/iepngfix.htc) }

.sitelogo_holder{
	margin-top:15px;
	margin-bottom:-51px;
	float:left;
	padding-left:5px;
}

.navbar_holder {
	background-image:url(../../images/navbg.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:489px;
	margin-left:347px;
	text-align:center;
	padding-top:15px;
}

.navbar_holder a{
	font-size:25px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.navbar_holder a:visited {
	font-size:25px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

/* *************************************Content Values********************************** */

.titlebar_holder{
	background-image:url(../../images/titlebar_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:42px;
	width:820px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	padding:14px 0 0 15px;
	margin-bottom:20px;
}

.companytext_holder{
	margin:0 auto;
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding:10px;
	width:490px;
}

.companytext_holder p{
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.companytext_holder span{
	font-size:22px;
	font-weight:bold;
	color:#000000;
}

.pricetext_holder{
	margin:0 auto;
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding:10px;
	padding-bottom:0px;
	width:590px;
}

.pricetext_holder p{
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.pricetext_holder span{
	font-size:22px;
	font-weight:bold;
	color:#000000;
}

.frontpageimage_holder{
	background-image:url(../../images/compimgholder.png);
	padding:4px;
	width:481px;
	height:195px;
	text-align:center;
}

.gallery_holder{
width:100%;
padding-left:5px;
position:relative;
}

.navigation_gallery{
	width:200px;
	border:1px solid #000000;
	position:absolute;
	top: 0px;
	left:5px;
}

.navigation_gallery a{
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
display:block;
padding-bottom:3px;
padding-top:3px;
padding-left:5px;
background-color:#390047;
border-bottom:solid 1px #490058;
}

.navigation_gallery a:hover{
color:#999999;
}

#activelink{
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#990066;
}

.gallery_items{
width:600px;
margin-left:213px;
min-height:300px;
}

.galimage_holder{
background-image:url(../../images/box.png);
background-position:top left;
background-repeat:no-repeat;
width:144px;
height:144px;
padding:5px;
}

.galimage_holder img{
border:none;
}

/* Form Items */

.textbox{
	border:1px solid #000000;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:100%;
}

.textfield{
	border:1px solid #000000;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:100%;
}

.formitems{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
font-weight:bold;
}

.formitems span{
font-size:11px;
font-weight:normal;
}

/********************************
Buttons
********************************/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	text-align:right;
}

a.button {
    background: transparent url('../../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}

/* *************************************Footer Values********************************** */
.oneColFixCtrHdr #footer p{
	color:#FFFFFF;
	font-size:12px;
}

.oneColFixCtrHdr #footer a{
	color:#FFFFFF;
	text-decoration:none;
}

.oneColFixCtrHdr #footer a:hover{
	text-decoration:underline;
}

.nextprevious {
	color:#FFFFFF;
	font-size:12px;
}
.nextprevious a{
	color:#FFFFFF;
	text-decoration:none;
}
.nextprevious a:hover{
	text-decoration:underline;
}

