@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		8;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body {
	background-color:#2B1B17;
	text-align:center
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.5%;
	padding-left: 1.0%;
	padding-right: 1.0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
}
#navi2 {
	width:100%;
}
#right {
	float:right;
	margin-right: 30px;
	width:75px;}
#left {
	float:left;
	margin-left: 30px;
	width:75px;}
#center {
	margin:0 auto;
	width:170px;}
ul.rig {
	list-style: none;
   	font-size: 0px;
	margin-left: -10%; /* should match li left margin */
}
ul.rig li {
   	display: inline-block;
   	padding: 5px;
	margin: 0 0 1.0% 0;
   	background: #2B1B17;
	font-size: 10px;
   	font-size: 1rem;
   	vertical-align: top;
   	box-shadow: 0 0 1px #A0522D;
   	box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
}
ul.rig li a:hover img {
	border:1px solid #00FFFF;
}
ul.rig li img {
   	max-width: 100%;
   	height: auto;
   	margin: 0 0 5px;
}
ul.rig li h3 {
   	margin: 0 0 2px;
	font-size: 8px;
	color: #E0FFFF;
}
ul.rig li p {
   	font-size: .9em;
   	line-height: 1.5em;
   	color: #999;
}
ul.rig.columns-2 li {
	width: 50.00%; /* this value + 2.5 should = 50% */
}
ul.rig.columns-3 li {
	width: 33.00%; /* this value + 2.5 should = 33% */
}
ul.rig.columns-4 li {
	width: 25.00%; /* this value + 2.5 should = 25% */
}
.c1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}
.c3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 8pt;
	color: #E0FFFF;
	background: none; 	
	font-weight: normal;
}

div#preload {
	display: none;
}
a:link {color:#E0FFFF;}      /* unvisited link */
a:visited {color:#E0FFFF;}  /* visited link */
a:hover {color:#00FFFF;}  /* mouse over link */
a:active {color:#E0FFFF;}  /* selected link */ 

#canvastab1 {clear: none;float: left;margin-left: 1.50%;width: 60.0%;display: block;}
#canvastab2 {clear: none;float: left;margin-left: 1.50%;width: 60.0%;display: block;}
#canvastab3 {clear: none;float: left;margin-left: 1.50%;width: 60.0%;display: block;}
#canvastab4 {clear: none;float: left;margin-left: 1.50%;width: 60.0%;display: block;}
#canvastab5 {clear: none;float: left;margin-left: 1.50%;width: 60.0%;display: block;}
#canvastab6 {clear: none;float: left;margin-left: 1.50%;width: 60.0%;display: block;}
#canvastab7 {clear: none;float: left;margin-left: 1.50%;width: 60.0%;display: block;}
#canvastab8 {clear: none;float: left;margin-left: 1.50%;width: 60.0%;display: block;}

#videobong {width: 100% !important;height: auto !important;}
                      
#paintdesc1 {clear: none;float: left;margin-left: 2.25%;width: 35.5%;display: block;margin-top:40px}
#paintdesc2 {clear: none;float: left;margin-left: 2.25%;width: 35.5%;display: block;margin-top:40px}
#paintdesc3 {clear: none;float: left;margin-left: 2.25%;width: 35.5%;display: block;margin-top:40px}
#paintdesc4 {clear: none;float: left;margin-left: 2.25%;width: 35.5%;display: block;margin-top:40px}
#paintdesc5 {clear: none;float: left;margin-left: 2.25%;width: 35.5%;display: block;margin-top:40px}
#paintdesc6 {clear: none;float: left;margin-left: 2.25%;width: 35.5%;display: block;margin-top:40px}
#paintdesc7 {clear: none;float: left;margin-left: 2.25%;width: 35.5%;display: block;margin-top:40px}                      
#paintdesc8 {clear: none;float: left;margin-left: 2.25%;width: 35.5%;display: block;margin-top:40px}                      

     

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 97.5%;
	padding-left: 1.0%;
	padding-right: 1.0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
}
#right {
	float:right;
	margin-right: 80px;
	width:75px;}
#left {
	float:left;
	margin-left: 80px;
	width:75px;}
.c1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}
.c3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 10pt;
	color: #E0FFFF;
	background: none; 	
	font-weight: normal;
}

div#preload {
	display: none;
}
a:link {color:#E0FFFF;}      /* unvisited link */
a:visited {color:#E0FFFF;}  /* visited link */
a:hover {color:#00FFFF;}  /* mouse over link */
a:active {color:#E0FFFF;}  /* selected link */ 



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 97.5%;
	max-width: 1232px;
	padding-left: 1.0%;
	padding-right: 1.0%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
}
#navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin: 20px;
}
#right {
	float:right;
	margin-right: 150px;
	width:75px;}
#left {
	float:left;
	margin-left: 150px;
	width:75px;}
.c1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}
.c3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12pt;
	color: #E0FFFF;
	background: none; 	
	font-weight: normal;
}

div#preload {
	display: none;
}
a:link {color:#E0FFFF;}      /* unvisited link */
a:visited {color:#E0FFFF;}  /* visited link */
a:hover {color:#00FFFF;}  /* mouse over link */
a:active {color:#E0FFFF;}  /* selected link */ 



}