/* CSS Document */


/* Standard Styles
----------------------------------------------------------------------- */

body {
	font-family: "Palatino Linotype",Book Antiqua,Palatino,FreeSerif,serif;
	font-weight: normal;
	padding: 0px;
    line-height:1.25em; /* 16×1.25=20 */
	background: #212121;
	color:#777777;
}

html, body {
	height: 100%;
	min-height: 100%;
  	margin: 0;
	padding: 0;
}


/*Opacity Effect works on IE 5.5+ and Mozilla Browsers*/

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}


/* overlays
------------------------------------------------------------------------ */


.box_about {
	margin: 0;
	text-align: left;
	overflow-y:auto;
}
.box_about div {
	padding: 20px 36px 20px 36px;	
}

.box_contact {
	margin: 0;
	text-align: left;
	overflow-y:auto;
}
.box_contact div {
	padding: 20px 0px 20px 20px;	
}



.boxes {
	background-color: #a8bf44; 
}

.box_galleries {
	overflow:hidden;
	background-color: #000000!important;
	margin: 0;
	text-align: left;
	padding: 10px;
}

.box_galleries div {
	margin:auto;
}
.wheretobuy ul {
	padding-bottom:20px;
}

/* Columns 
------------------------------------------------------------- */

#onecolumn {
	width:960px;
	margin-right:0px;
	float:left;
	margin: 0px 0px 20px 0px;
	padding:0px;
}

#left {
	width:30%!important;
	margin-right:10px;
	float:left;
	padding:10px;
	border-right:0px solid #333;
}

#center {
	width:30%!important;
	float:left;
	padding:10px;
}

#right {
	width:31%!important;
	float:left;
	padding:10px;
	border-left:0px solid #333;
}

#video {
	width:68%;
	float:right;
}

#fourthcolumn {
	width:30%;
	float:left;
	padding:10px;
	border-left:0px solid #333;
}

/** html #left, * html #right {width:178px;wid\th:159px;}
* html #center {width:400px;wid\th:380px;}*/
* html #menu {height:2em;}


/* Columns Where to Buy 
------------------------------------------------------------- */

#wtb_left {
	width:22%;
	margin-right:10px;
	float:left;
	padding:5px;
	border-right:0px solid #333;
}

#wtb_center {
	width:24%;
	float:left;
	padding:5px;
}

#wtb_right {
	width:24%;
	float:left;
	padding:5px;
	border-left:0px solid #333;
}

* html #left, * html #right {width:178px;wid\th:159px;}
* html #center {width:400px;wid\th:380px;}
* html #menu {height:2em;}



/* Fonts 
------------------------------------------------------------- */

.subhead { /* formerly the h10 */
	color: #2b2b2b;
    font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.05em;
	margin: auto;
	text-transform: lowercase;
	line-height: 110%;
	font-size: 14pt;
	font-variant: small-caps;
}

h1 {
	color: #fff;
	margin:30px 0 20px 0;
	font-size:2.25em;
    line-height:1.25em; /* 16×1.125=18 */
}

h2 {
	color: #fff;
	margin:20px 0 10px 0;
	font-size:17px;
    line-height:1.25em; /* 16×1.125=18 */
}

h3 {
	color: #fff;
	margin:0px 0 0px 0;
	font-size:18px;
    line-height:1.25em; /* 16×1.125=18 */
}

h4 {
	margin:0px 0 0px 0;
	font-weight:normal;
	font-size:18px;
    line-height:1.25em; /* 16×1.125=18 */
}

h5 {font-size:1em;}
h6 {font-size:0.9em;}
h7 {font-size:0.8em;}

/* Paragraph Text */
p, pre {
	font-size:16px;
    line-height:1.25em; /* 16×1.125=18 */
	margin:8px 10px 0px 10px;
}	


/* Forms */
form {margin:.25em 0 1em 0;}

label {
	font-family: Helvetica, Arial, Verdana, sans-serif, "Century Gothic";
	text-transform:uppercase;
	display:block;
	font-size:.7em;
}
	
.formbutton{
cursor:pointer;
border:outset 1px #fff;
background:#a8bf44;
color:#fff;
font-weight:bold;
text-transform: uppercase;
font-size:.8em;
padding: 6px 8px;
}

.formbutton:hover{
cursor:pointer;
border:outset 1px #fff;
background:#000;
color:#fff;
font-weight:bold;
text-transform: uppercase;
font-size:.8em;
padding: 6px 8px;
}
.box_contact input, .box_contact select, .box_contact textarea {
	background:#a8bf44;
	color:#fff;
	font-weight:bold;
	font-size:.7em;	
	width:200px;
}
.formdrop{
cursor:pointer;
border:outset 1px #fff;
padding: 2px 3px;
text-transform: uppercase;
}

.formdrop:hover{
border:outset 1px #fff;
background:#000;
color:#fff;
font-weight:bold;
text-transform: uppercase;
font-size:.7em;
padding: 2px 3px;
}	
	

/* Links */

a:link	{
	color: #a8bf44;
	font-weight: normal;
	text-decoration:none;
}

a:visited {
	color: #a8bf44;
	font-weight: normal;
	text-decoration:none;
} 

a:hover   {
	color:#bfe227;
	font-weight: normal;
	text-decoration:underline;
} 

a:active  {
	color: #a8bf44;
	font-weight: normal;
	text-decoration:none;
}

.clear {
	clear:both;
}

/* Lists */


ul {
	padding-left: 10px;
}

.bullets {
	list-style-image: url(../images/mybullet.gif);
	font-size:12px;
	padding-left: 12px;
	margin-bottom:6px;
}

.city {
	font-size:95%;
	font-style:italic;
	color: #3e5273;
}
