body {
	background-color: /*#DAFFF8*/#eee;
	margin: 10px auto;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(/images/bodyBckGrd.jpg);
    padding:0px;
    background-repeat: repeat-x;
    width: 100%;
}
body a {
    color: #2786C2;
    text-decoration: none;
}

body a:hover {
    color: #F75342;
}
body a:active {
    color: #0DC977;
}
#mainSkin {
	width: 950px;
	margin: 10px auto;
	padding: 0px 0px;
	/*border:1px solid #b3c3e3;*/
	border: 1px solid #000000;
}

#header {
	position: relative;
	width: 950px;
	height: 180px;
	font-size: 200%;
	color: #ff0000;
	padding: 0px;
	/*background-color: #eee;
	background-image: url(/images/header.png);*/
}
#headerIn {
    padding: 10px;
}

#headerNoImage {
	width: 950px;
	height: 200px;
}

#header .logo {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 476px;
	height: 96px;
	z-index: 10;
	background-image: url(/images/vm_logo.png);
	background-position: top;
	background-repeat: no-repeat;
}
#header .gradient {
    position: absolute;
    z-index: 8;
    left: 0px;
    top: 0px;
    background-image: url(/images/vm_header_back2.png);
    height: 180px;
    width: 662px;
}
#header .rightImage {
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 0px;
    /*background-image: url(/images/c_freeman_Formals1068.png);*/
    height: 180px;
    width: 450px;
}
#header .socialIcon {
    position: absolute;
    left: 836px;
    top: 145px;
}

#header #imge {
	margin-left: 8px;
	float: left;
}

#menu {
	width: 950px;
	height: 30px;
	margin: 0px;
	background-image: url(/images/menuRedBckGrd.png);
}

#menu a {
    font-size: 130%;
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #8D9191;
    margin-right: 50px;
}

#menu a:hover {
    border-bottom-color: #FFF;
}

#header h1 { /*width:950px;*/
	text-align: center;
	font-size: 36px;
	font-family: arial;
	color: #000000;
	padding-top: 25px;
}

#midSkin {
	background-color: #fff;
	width: 950px;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
}

#midSkinIn {
	padding: 10px;
}

#midSkin h1 { /*width:950px;*/
	text-align: center;
	font-size: 24px;
	font-family: arial;
	color: #001136;
	margin-top: 0px;
	margin-bottom: 5px;
}

#midSkin h2 {
	text-align: center;
	font-size: 18px;
	font-family: arial;
	color: #001136;
	margin-top: 0px;
}
#midSkin h2.gall {
    color: #fff;
    font-family: Georgia, sans-serif;
    font-size: 150%;
}
#midSkin h1.gall {
	text-align: center;
	font-size: 220%;
	font-family: arial;
	color: #fff;
	padding-top: 10px;
}

#midSkin h3 {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-family: arial;
	color: #001136;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	/*background-color:#ecf5fe;*/
}

#midSkin #imag {
	width: 680px;
	float: left;
}

#midSkinLeft {
	width: 700px;
	float: left;
	border-right: solid 1px #639f95;
}
#midSkinLeftIn {
    padding: 10px;
}
#midSkinLeft a {
    color: #2786C2;
    text-decoration: none;
}

#midSkinLeft a:hover {
    color: #F75342;
}
#midSkinLeft a:active {
    color: #0DC977;
}
#midSkinRight {
	width:249px;
	float: left;
}
#midSkinRightIn {
    padding: 10px;
}
#midSkinRight a {
    color: #2786C2;
    text-decoration: none;
    /*border-bottom: 1px solid rgba(187, 77, 61, 0.5);*/
}

#midSkinRight a:hover {
    /*border-bottom-color: rgba(187, 77, 61, 1.0);*/
    color: #F75342;
}
#midSkinRight a:active {
    /*border-bottom-color: rgba(187, 77, 61, 1.0);*/
    color: #0DC977;
}
#footer {
	width: 950px;
	height: 30px;
	background-color: #9FA09F;
}
#footerIn {
    padding: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

b.login {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	display: block;
	float: right;
	margin: 15px 10px 0px 0px;
	text-decoration: none;
}

a.login:link {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	display: block;
	float: right;
	margin: 15px 10px 0px 0px;
	text-decoration: none;
}

a.login:active {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	display: block;
	float: right;
	margin: 15px 10px 0px 0px;
	text-decoration: none;
}

a.login:visited {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	display: block;
	float: right;
	margin: 15px 10px 0px 0px;
	text-decoration: none;
}

a.login:hover {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	display: block;
	float: right;
	margin: 15px 10px 0px 0px;
	text-decoration: underline;
}

a.menu:link {
	color: #fff;
	font-size: 14px;
	font-family: arial;
	display: block;
	float: left;
	margin: 2px 50px 0px 0px;
	text-decoration: none;
}

a.menu:active {
	color: #fff;
	font-size: 14px;
	font-family: arial;
	display: block;
	float: left;
	margin: 2px 50px 0px 0px;
	text-decoration: none;
}

a.menu:visited {
	color: #fff;
	font-size: 14px;
	font-family: arial;
	display: block;
	float: left;
	margin: 2px 50px 0px 0px;
	text-decoration: none;
}

a.menu:hover {
	color: #fff;
	font-size: 14px;
	font-family: arial;
	display: block;
	float: left;
	margin: 2px 50px 0px 0px;
	text-decoration: underline;
}

a.footer:link {
	color: #fff;
	font-size: 10px;
	font-family: arial;
	display: block;
	float: left;
	margin: 2px 50px 0px 0px;
	text-decoration: none;
}

a.footer:active {
	color: #fff;
	font-size: 10px;
	font-family: arial;
	display: block;
	float: left;
	margin: 2px 50px 0px 0px;
	text-decoration: none;
}

a.footer:visited {
	color: #fff;
	font-size: 10px;
	font-family: arial;
	display: block;
	float: left;
	margin: 2px 50px 0px 0px;
	text-decoration: none;
}

a.footer:hover {
	color: #fff;
	font-size: 10px;
	font-family: arial;
	display: block;
	float: left;
	margin: 2px 50px 0px 0px;
	text-decoration: underline;
}

a.facebook:link {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/facebook.png);
}

a.facebook:active {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/facebook.png);
}

a.facebook:visited {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/facebook.png);
}

a.facebook:hover {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/facebook_hover.png);
}

a.rss:link {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/rss.png);
}

a.rss:active {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/rss.png);
}

a.rss:visited {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/rss.png);
}

a.rss:hover {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/rss_hover.png);
}

a.twitter:link {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/twitter.png);
}

a.twitter:active {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/twitter.png);
}

a.twitter:visited {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/twitter.png);
}

a.twitter:hover {
    display:block;
	float:left;
	border: none;
	width:33px;
	height:33px;
	margin:0px 5px 0px 0px;
	background-image: url(/images/twitter_hover.png);
}
.packWide {
    margin-left: 4px;
}
.pack {
    float: left;
    /*margin-right: 5px;*/
    /*margin-left: 5px;*/
}
.pack p {
    margin: 0;
}
.pack h2 {
    margin: 0;
}
/*** Small ***/
.packTop {
    display: block;
    background-image: url(/images/packagesSmallTop.png);
    width: 335px;
    height: 15px;
}
.packMid {
    display: block;
    background-image: url(/images/packagesSmallMid.png);
    background-repeat: repeat-y;
    width: 335px;
}

.packMid ul li {
    line-height: 16px;
}

.packMidIn {
    padding: 0px 15px 0px 15px;
}
.packBottom {
    display: block;
    background-image: url(/images/packagesSmallBottom.png);
    width: 335px;
    height: 15px;
}
/*** Wide ***/
.packWideTop {
    display: block;
    background-image: url(/images/packagesLargeTop.png);
    width: 668px;
    height: 15px;
}

.packWideMid {
    display: block;
    background-image: url(/images/packagesLargeMid.png);
    background-repeat: repeat-y;
    width: 668px;
}
.packWideBottom {
    display: block;
    background-image: url(/images/packagesLargeBottom.png);
    width: 668px;
    height: 15px;
}
a.enter  {
    display: block;
    background-image: url(/images/enterButton.png);
    width: 102px;
    height: 38px;
}
a.enter:hover  {
    display: block;
    background-image: url(/images/enterButtonHover.png);
    width: 102px;
    height: 38px;
}
a.enter:active  {
    display: block;
    background-image: url(/images/enterButtonPressed.png);
    width: 102px;
    height: 38px;
}
input.send {
    background-image: url(/images/sendButton.png);
    width: 83px;
    height: 39px;
    border: none;
    background-color: #FFF;
    margin-left: 216px;
}

input.send:active {
    position: relative;
    margin-top: 1px;
    margin-bottom: -1px;
}

#formBox {
    width:600px;
    margin:10px auto;
}

#formBoxLeft{
    width:175px;
    float:left;
}
#formBoxRight{
    width:400px;
    float:left;
}
#formBoxRightA{
    width:300px;
    float:left;
}

input.inpt {
    border-radius: 3px;
    border: 1px solid #737373;
    width: 331px;
}
input.inpt:focus {
    background: #DEDEDE;
}

#galleryMenu {

}
#galleryMenu ul {    
    margin: 10px 0px 10px 0px;
    padding: 0;
	list-style: none;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#galleryMenu ul li {
    display: inline;
    padding-right: 15px;
}

#galleryMenu ul li a {
    color: #E04848;
    text-decoration: underline;
}

#galleryMenu ul li a:hover {
    color: #1F75CD;
    text-decoration: none;
}

#galleryMenu li.active {
    color: #0DC977;
    font-weight: bold;   
}

#subMenu {

}
#subMenu ul {    
    margin: 10px 0px 10px 0px;
    padding: 0;
	list-style: none;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#subMenu ul li {
/*     display: inline; */
    display: block;
    float: left;
    padding-right: 15px;
    margin:20px;
}

#subMenu ul li a {
    color: #E04848;
    text-decoration: underline;
}

#subMenu ul li a:hover {
    color: #1F75CD;
    text-decoration: none;
}

#subMenu li.active {
    color: #0DC977;
    font-weight: bold;   
}
.thumb {
    width:130px;
    height:130px;
}

.proofSkin {
    width: 180px;
    height: 150px;
    color: #33ff00;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    float:left;
}
#imageSkin {
    position: relative; 
	width: 780px; 
	height: auto;	
	top: 0px;
	margin: 0 auto; 
	padding: 0; 
}


#photosOnline {
    font-size: 14px;
    color: #33ff00;
}

#photosOnline .cartHeadline {
    font-family: Helvetica;
	font-size: 26px;
	font-style: italic;
	color: #00FF00;
}
#photosOnline .cartPrintSize {
    font-size: 16px;
	font-weight: bold;
    font-family: Helvetica;
	color: #00FF00;
}
#photosOnline .cartPrint {
    font-size: 20px;
	font-weight: bold;
    font-family: Helvetica;
	color: #00FF00;
}
.printSize {
    font-size: 20px;
    color: #33ff00;
}
a.gallery1 {
    background-image: url(/images/galleryButton1.png);
    width: 100px;
    height: 68px;
    display: block;
    margin: 0 auto;
}
a.gallery1:active {
    background-image: url(/images/galleryButtonPressed1.png);
    width: 100px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 8px !important;
}

a.gallery2 {
    background-image: url(/images/galleryButton2.png);
    width: 100px;
    height: 68px;
    display: block;
    margin: 0 auto;
}
a.gallery2:active {
    background-image: url(/images/galleryButtonPressed2.png);
    width: 100px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 8px !important;
}
a.gallery3 {
    background-image: url(/images/galleryButton3.png);
    width: 100px;
    height: 68px;
    display: block;
    margin: 0 auto;
}
a.gallery3:active {
    background-image: url(/images/galleryButtonPressed3.png);
    width: 100px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 8px !important;
}
a.gallery4 {
    background-image: url(/images/galleryButton4.png);
    width: 100px;
    height: 68px;
    display: block;
    margin: 0 auto;
}
a.gallery4:active {
    background-image: url(/images/galleryButtonPressed4.png);
    width: 100px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 8px !important;
}
a.gallery5 {
    background-image: url(/images/galleryButton5.png);
    width: 100px;
    height: 68px;
    display: block;
    margin: 0 auto;
}
a.gallery5:active {
    background-image: url(/images/galleryButtonPressed5.png);
    width: 100px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 8px !important;
}
a.gallery6 {
    background-image: url(/images/galleryButton6.png);
    width: 100px;
    height: 68px;
    display: block;
    margin: 0 auto;
}
a.gallery6:active {
    background-image: url(/images/galleryButtonPressed6.png);
    width: 100px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 8px !important;
}
.footerLinks a {
    color: #000;
    text-decoration: none;
}
.footerLinks a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #000;
} 
