@charset "utf-8";
article, aside, figure, footer, header, hgroup, menu, nav, section {display:block;}
body  {
	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: #000000;
	font-family: Calibri, Arial, Verdana;
	font-size: 1em;
	background-color: #cccccc;
	line-height: 140%;
}
body a:link {
	color: #5F7D26;
	text-decoration: none;
}
body a:visited {
	color: #6C8F2C;
	text-decoration: none;
}
body a:hover {
	color: #6C8F2C;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
.img-link {
	border: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.img-link:hover {
	border: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#container {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #mainContent {
	max-width: 940px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	min-width: 100%;
	float: left;
	font-family: Calibri, Arial, Verdana;
	font-size: 1.1em;
	background-color: #cccccc;
	margin-bottom: 25px;
}
#header #header-content {
	max-width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	height: 60px;
}
.header-content-right {
	text-align: right;
	float: right;
	vertical-align: baseline;
	margin-top: 10px;
}
.next-right {
	text-align: right;
	float: right;
	text-transform: uppercase;
	vertical-align: baseline;
	padding-left: 20px;
}

/* Main Navigation and Mobile navigation*/
#container #header #nav-trigger {
	display: none;
	text-align: center;
}
#container #header #nav-trigger span {
	display: block;
	padding: 10px 50px;
	background-color: #383838;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
}
#container #header #nav-trigger span:after {
	display: inline-block;
	margin-left: 1px;
	width: 1px;
	height: 1px;
	content: "";
	border-left: solid 1px transparent;
	border-top: solid 1px transparent;
	border-right: solid 1px transparent;
}
#container #header #nav-trigger span:hover {
	background-color: #666666;
}
#container #header #nav-trigger span.open:after {
	border-left: solid 1px transparent;
	border-top: none;
	border-botton: solid 1px transparent;
	border-right: solid 1px transparent;
}
#container #header nav#nav-menu ul{
	list-style-type: none;
	padding: 0px;
	max-width: 940px;
	margin: 0 auto;
	background-color: #292929;
	text-align: left;
}
#container #header nav#nav-menu li{
	padding: 0;
	display: inline-block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #header nav#nav-menu li a{
	text-transform: uppercase;
	text-align: left;
	color: #999999;
	text-decoration: none;
	background-color: #292929;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 250%;
	display: block;
}
/* Hide from IE5-Mac \*/
#container #header nav#nav-menu li a{
	height: 44px;
}
/* End hide */ 
#container #header nav#nav-menu{
	position: relative;
	background-color: #292929;
	height: 44px;
	margin: 0 auto;
}
#container #header nav#nav-menu li a:hover {
	color: #ffffff;
	background-color: #666666;
}
#container #header nav#nav-menu li a:active{
	color: #ffffff;
	background-color: #666666;
}
#container #header nav#nav-menu .current a {
	color: #FFFFFF;
	margin-left: 0px;
	background-color: #171717;
}
#container #header nav#nav-mobile {
	position: relative;
	display: none;
}
#container #header nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #383838;
}
#container #header nav#nav-mobile li {
	text-transform: uppercase;
	display: block;
	padding: 0 5px;
	margin: 0 5px;
	border-bottom: solid 1px #292929;
}
#container #header nav#nav-mobile li:last-child {
	border-bottom: none;
}
#container #header nav#nav-mobile a {
	display: block;
	color: #ffffff;
	padding: 10px 20px;
}
#container #header nav#nav-mobile a:hover {
	background-color: #666666;
	color: #ffffff;
}

/* Header text*/
#container #header .logo-txt {
	font-weight: 500;
	text-transform: uppercase;
	line-height: 200%;
	font-size: 1.6em;
	color: #292929;
}
#container #header .logo-txt-small {
	font-weight: 200;
	text-transform: uppercase;
	line-height: 200%;
	font-size: 1em;
	color: #666666;
}

/*Text*/
#container .h1 {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	font-size: 120%;
} 
#container .h2-uppercase {
	color: #666666;
	font-size: 110%;
	font-weight: normal;
}
#container .h2-border {
	font-weight: bold;
	color: #333333;
	font-size: 110%;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 15px;
}
 #container .h2-prices {
	font-weight: bold;
	color: #333333;
	font-size: 110%;
	background-color: #B9B9B9;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container .h2 {
	font-weight: bold;
	color: #333333;
	font-size: 110%;
}
#container .h2 a{
	font-weight: bold;
	color: #333333;
	font-size: 105%;
	text-decoration: none;
}
#container .h2 a:hover{
	font-weight: bold;
	color: #666666;
	font-size: 105%;
	text-decoration: underline;
}
#container .h3 {
	font-size: 105%;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
}
#container .h4 {
	font-size: 95%;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
#container .h4 a {
    font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#container .h5 {
	font-size: 120%;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
	text-align: right;
	position: relative;
	left: 0px;
	float: left;
	top: 400px;
	width: 455px;
	background-color: #383838;
	background-position: bottom;
	line-height: 160%;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
#container .h6 {
	font-size: 110%;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
	text-align: center;
	position: relative;
	left: 0px;
	float: left;
	top: 290px;
	width: 270px;
	background-color: #383838;
	background-position: bottom;
	line-height: 160%;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
#container .mainbodytxtbold {
	color: #000000;
	font-weight: bold;
}
#container .footertxt {
	font-size: 90%;
}
#container .testimonialtxt {
	font-size: 100%;
	font-style: normal;
	line-height: 200%;
	border: thin dashed #999999;
	padding: 20px;
	letter-spacing: 0.08em;
	background-color: #D8D8D8;
}
#container .testimonialbox {
	font-size: 100%;
	font-style: normal;
	line-height: 200%;
	padding-right: 20px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 10px;
	letter-spacing: .08em;
}
#container .testimonialbox a{
	color: #EEEEEE;
}
.portraitinfo {
	text-align: left;
	background-color: #c2c1c1;
	border: thin dashed #999999;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#container .portraitinfo a {
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
}
#container .portraitinfo-red {
	text-align: left;
	background-color: #c2c1c1;
	border: thin dashed #CC0000;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#container .portraitinfo-red a {
	text-transform: uppercase;
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.contactinfo {
	border: 1px dashed #999999;
	margin-top: 20px;
	background-color: #D8D8D8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contact {
	line-height: 200%;
}
.contact-button {
	background-color: #292929;
	padding: 5px;
	border-radius: 5px;
}
#container .contact a {
	color: #FFFFFF;
}
#container .contact a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
#container .next-text a {
	color: #292929;
}
#pricetable {
	list-style: none;
	background-color: #c2c1c1;
	text-align: center;
	padding: 0px;
}
#pricetable li {
	border: thin solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
	


/* SECTIONS */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/* COLUMN SETUP */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 2%;
}
.col:first-child { margin-left: 0; }
/* GROUPING */
.group:before,
.group:after { content:""; display: table;
}
.group:after {clear: both;}
.group {zoom:1; /*for IE 6/7 */ }
/* GRID OF TWO */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49%;
}
/* GRID OF THREE */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66%; }
.span_1_of_3 { width: 32%; }
/* END COLUMN SETUP */

#container #mainContent {
	border: thick solid #cccccc;
	padding: 15px;
}
#container #mainContent .maindiv {
	margin-bottom: 25px;
}
#container .secondiv {
	margin-right: 480px;
	padding-left: 6px;
	padding-top: 10px;
}
#container #footer {
	padding: 0;
	max-width: 100%;
	background-color: #666666;
}
#container #footer #footer-nav-menu ul {
	margin: 0px;
	list-style: none;
	float: left;
	width: 940px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #footer #footer-nav-menu li{
	float: left;
	margin: 0;
}
#container #footer #footer-nav-menu li a{
	height: 28px;
	float: none;
	display: block;
	text-transform: uppercase;
	font-size: 85%;
	text-align: center;
	line-height: 220%;
	color: #999999;
	text-decoration: none;
	padding-right: 12.5px;
	padding-left: 12px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #383838;
	background-color: #292929;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
/* Hide from IE5-Mac \*/
#container #footer #footer-nav-menu li a{
float: none
}
/* End hide */ 

#container #footer #footer-nav-menu li a:hover {
	height: 28px;
	float: left;
	display: block;
	text-transform: uppercase;
	font-size: 85%;
	text-align: center;
	line-height: 220%;
	background-image: none;
	color: #ffffff;
	text-decoration: none;
}
#container #footer #footer-nav-menu li a:active{
	height: 28px;
	float: left;
	display: block;
	text-transform: uppercase;
	font-size: 85%;
	text-align: center;
	line-height: 220%;
	color: #ffffff;
	text-decoration: none;
	background-color: #292929;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
#container #footer #footer-nav-menu a#first{
	padding-right: 12px;
	padding-left: 30px;
	border-left-width: 0px;
}
#container #footer #footer-content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}
#footer-content-lower {
	background-color: #383838;
	padding-top: 1%;
	padding-bottom: 1%;
}
#container #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	color: #cccccc;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	border: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footertxt a {
	text-decoration: none;
	color: #CCCCCC;
}
.footertxt a:link {
	color: #CCCCCC;
}
.footertxt a:visited {
	color: #CCCCCC;
}
.footertxt a:hover {
	color: #FFFFFF;
}
.footertxt2 {
	font-size:90%;
	text-transform:none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	color: #cccccc;
}
#container #footer div {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 100%;
}
.gallery-detail-div {

}
.img-right {
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.img-left {
	float: left;
	border: thick solid #EEEEEE;
	margin-right: 50px;
	margin-bottom: 20px;
}
.img-left-bless {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.p2 {

}
.p3 {
	margin-left: 500px;
}
.p4 {
	width: 928px;
	border-top: thin dashed #999999;
}
.img-right-index {
	float: right;
	padding-left: 20px;
}
.img {
	border: none;
}
.gallery-col1 {
	float: left;
	margin-right: 19px;
	background-color: #c2c1c1;
	width: 201px;
	margin-bottom: 25px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.gallery-col3 {
	float: left;
	width: 201px;
	background-color: #c2c1c1;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.gallery-col1wide {
	float: left;
	margin-right: 19px;
	background-color: #c2c1c1;
	width: 319px;
	margin-bottom: 25px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.gallery-col1wider {
	float: left;
	margin-right: 19px;
	background-color: #c2c1c1;
	width: 437px;
	margin-bottom: 25px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.gallery-col3wide {
	float: left;
	width: 437px;
	background-color: #c2c1c1;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.img-gallery {
	border: none;
}
.img-top-border {
	padding-top: 20px;
}
.gallery-img-txt {
	text-align: center;
}
#container #mainContent .full-width-txt {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 10px;
}
#container #mainContent .pricetable {
	text-align: center;
}
#container #mainContent .table-heading {
	background-color: #A8A8A8;
	font-weight: bold;
}
#container #mainContent .table-heading2 {
	background-color: #B9B9B9;
}
.#container #mainContent .table-rest {
	background-color: #c2c1c1;
}
#container #mainContent .thirddiv {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #mainContent #email_form_with_php .formcol2 {
	float: left;
}
#container #mainContent #email_form_with_php .formcol1 {
	float: left;
	margin-right: 20px;
}
#container #mainContent #email_form_with_php .formcol2 #submit {
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 8px;
	float: left;
	border: none;
	width: 120px;
	height: 44px;
	background-color: #999999;
}
#container .original-artwrk-txt {
	padding-left: 15px;
	padding-right: 15px;
}
#container .original-artwrk-txt a{
	color: #CC3300;
	text-transform: uppercase;
	font-weight: bold;
}
#container .original-artwrk-txt-red {
	text-transform: uppercase;
	color: #CC3300;
}
#container #mainContent .gallery-col3wide .buy-now {
	float: right;
	width: 150px;
	padding-right: 15px;
}
.linkspage {
	text-transform: uppercase;
	font-size: small;
	color: #383838;
}
#container #mainContent #email_form_with_php .formcol2 .submit-button {
	height: 44px;
	width: 120px;
}
#container #mainContent .txt-colleft {
	width: 450px;
	margin-right: 25px;
	float: left;
	margin-bottom: 15px;
}
#container #mainContent .txt-colleft-color {
	width: 435px;
	margin-right: 25px;
	float: left;
	background-color: #C2C1C1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#container #mainContent .txt-colright {
	float: right;
	width: 450px;
}
#container #mainContent .txt-colright-color {
	float: right;
	width: 435px;
	background-color: #C2C1C1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#container #mainContent .paypal {
	background-color: #C2C1C1;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#container #mainContent .paypal-button {
	margin-top: 20px;
}


/*Media Queries*/

@media screen and (max-width: 940px) {
#container #header #nav-trigger {
	display: block;
}
#container #header nav#nav-menu {
	display: none;
}
#container #header nav#nav-mobile {
	display: block;
}
@media screen and (max-width: 640px) {
.header-content-right {
	display: none; 
}
@media only screen and (max-width: 480px) {
.col {
	margin: 1% 0 1% 0%;
}
.span_2_of_2, .span_1_of_2 {
	width: 100%; 
}
.span_3_of_3, .span_2_of_3, .span_1_of_3 {width: 100%; }

@media screen and (max-width: 320px) {
#container #header .logo-txt {
	font-weight: 300;
	text-transform: uppercase;
	line-height: 200%;
	font-size: 1em;
	color: #292929;
}
#container #header .logo-txt-small {
	font-weight: 100;
	text-transform: uppercase;
	line-height: 200%;
	font-size: 0.8em;
	color: #666666;
}
