@charset "utf-8";
/* CSS Document */

/*General site format*/

.backgroundtable {
background-image: url(images/background.gif);	
} 

.backgroundtable {background-image: url(http://www.eliteglobalsolutions.com/images/background.gif)} 

.bl {background: url(../images/c_bl.gif) 0 100% no-repeat #456421; width: 40%; text-align:center}
.br {background: url(../images/c_br.gif) 100% 100% no-repeat}
.tl {background: url(../images/c_tl.gif) 0 0 no-repeat}
.tr {background: url(../images/c_tr.gif) 100% 0 no-repeat; padding:3px}
.clear {font-size: 1px; height: 1px} 

body {
	background-color: #f6f9f4;
	background-image: url(http://www.eliteglobalsolutions.com/images/grade.gif);
	background-repeat: repeat-x;
	}
	
/*Text styling*/

.style1 {font-family: Arial, Helvetica, sans-serif; color: #456421; font-size:16px; font-weight:bolder}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #456421;
	font-size:14px;
	font-weight:bolder
}
.style3 {font-family: Arial, Helvetica, sans-serif; color: #456421; font-size:18px; font-style:italic}
.style4 {font-family: Arial, Helvetica, sans-serif; color: #ea5720; font-size:16px}
.style5 {font-family: Arial, Helvetica, sans-serif; color: #456421; font-size:18px; font-weight:bolder}
.style10 {font-family: Arial, Helvetica, sans-serif; font-style: italic; font-size:18px}

hr {
	border: 0;
	color: #456421;
	background-color: #456421;
	height: 3px;
	width: 80%;
	text-align: center;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
}

.bodytext a:link {
	color: #ea5720;
	font-weight:bold;
}
.bodytext a:visited {
	color: #ea5720;
	font-weight:bold;
}
.bodytext a:active {
	color: #ea5720;
	font-weight:bold;
}
.bodytext a:hover {
	color: #f8c583;
	font-weight:bold;
}

.backarrow {float: right; font-family: Arial, Helvetica, sans-serif; color: #ea5720; font-size:16px; font-weight: bolder}
.floatleft {float: left; font-family: Arial, Helvetica, sans-serif; color: #ea5720; font-size:16px; font-weight: bolder}

.rbroundbox {
	float: left;
	background-color: #dfeba5;
	background-image: none;
	background-repeat: repeat;
}
.rbtop div { background: url(http://www.eliteglobalsolutions.com/images/btl.gif) no-repeat top left; }
.rbtop { background: url(http://www.eliteglobalsolutions.com/images/btr.gif) no-repeat top right; }
.rbbot div { background: url(http://www.eliteglobalsolutions.com/images/bbl.gif) no-repeat bottom left; }
.rbbot { background: url(http://www.eliteglobalsolutions.com/images/bbr.gif) no-repeat bottom right; }


.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 10px; }

/*Changes to roundbox for product page*/
.productbox {
	float: left;
	background-color: #dfeba5;
	background-image: none;
	background-repeat: repeat;
	width: 50%;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0em;
}

/*Changes to roundbox for new products page*/
.prbroundbox {
	float: left;
	background-color: #dfeba5;
	background-image: none;
	background-repeat: repeat;
}
.prbtop div { background: url(http://www.eliteglobalsolutions.com/images/btl.gif) no-repeat top left; }
.prbtop { background: url(http://www.eliteglobalsolutions.com/images/btr.gif) no-repeat top right; }
.prbbot div { background: url(http://www.eliteglobalsolutions.com/images/bbl.gif) no-repeat bottom left; }
.prbbot { background: url(http://www.eliteglobalsolutions.com/images/bbr.gif) no-repeat bottom right; }

.newproductsbox {
	background-color: #dfeba5;
	background-image: none;
	background-repeat: repeat;
	width: 97%;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 13px;
}

.prbtop div, .prbtop, .prbbot div, .prbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.prbcontent { margin: 0 20px; }

/*Changes for artist series product page*/

.photos {
	overflow: hidden;
	border: 5px solid #dc7834;
	padding: 5px;
	background-color: #ffe8bb;
	width: 725px;
	margin: 0 auto;
}

.photos div img {
	padding: 0;
	margin: 5px 5px;
	float: left;
	border: 3px solid #dc7834;
}

.photos ul.thumbs {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	width: 710px;
	float: left;
}
.photos ul.thumbs li{
	width: 75px;
	height: 75px;
	margin: 0 7px 7px 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 3px solid #dc7834;
	text-align: center;
}

.photos ul.thumbs li:hover {
	border: 3px solid #b62222;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}
.OrangeB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EA5720;
}
.OrangeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #EA5720;
}

