﻿body 
{
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
}
html, .nopad 
{
	padding: 0;
	margin: 0;
}
h1
{
	font-size: 1.6em;
	color: #8B132C;
}
h3
{
	font-size: 1.1em;
	color: #8B132C;
}
.menuitem
{
	color: #8B132C;
	display: inline;
	padding: 0 0 7px 30px;
	text-decoration: none;
}
.menuitem:hover
{
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}
.pink {color: #8B132C;}
.left
{
	float: left;
	margin-right: 10px;	
}
.right
{
	float: right;
	margin-left: 10px;
}
.imgcontainer
{
	border: 1px solid #8B132C;
	padding: 2px;
	text-align: center;
}
.imgcontainer input
{
	margin: 3px;
}

.portraits .imgcontainer, .weddings .imgcontainer, .gallery .imgcontainer, .commercial .imgcontainer
{
	height: 350px;
	overflow: auto;
}

.home {background-image: url(../images/weddings/watermark.jpg);}
.contactme {background-image: url(../images/weddings/watermark.jpg);}
.weddings {background-image: url(../images/weddings/watermark.jpg);}
.portraits {background-image: url(../images/portraits/watermark.jpg);}
.aboutme {background-image: url(../images/aboutme/watermark.jpg);}
.testimony {background-image: url(../images/aboutme/watermark.jpg);}
.commercial {background-image: url(../images/aboutme/watermark.jpg);}
.login {background-image: url(../images/login/watermark.jpg);}
.acro {background-image: url(../images/acro/watermark.jpg);}

.testimonials {height: 450px; overflow: auto;}
.acrolinks {height: 350px; overflow: auto;}
.testimonials p, .acrolinks p {font-style: italic; border-bottom: 1px dotted #8B132C; padding-bottom: 5px;}

#bodytable
{
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
}
#pageheadertop
{
	border: 0;
	text-align: right;
	margin: 0;
	padding: 10px;	
}
#pageheaderleft
{
	border: 0;
	text-align: left;
	height: 35px;
	margin: 0;
	padding: 0;	
}
#pageheaderright
{
	border: 0;
	text-align: right;
	height: 35px;
	width: 100%;
	margin: 0;
	padding-right: 10px;
	background-image: url(../images/common/headerback.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: top;
}
#pageheadertop #headertext 
{
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 2em;
}
#pageheaderleft img
{
	padding: 0;
	margin: 0;
	border: 0;
}

#maincontent
{
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 10px 0 10px 0;
	background-color: #DBDBDB;
}
#mainsection 
{
	width: 770px;
	height: 500px;
	margin: 0px auto;
	vertical-align: top;
	background-color: White;
	background-image: url(../images/common/corner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border: 5px solid #8B132C;
}
#mainsection #left 
{
	text-align: center;
	vertical-align: middle;
	width: 380px;
	margin: 0;
	padding: 5px 10px 5px 5px;
	background-image: url(../images/common/creaseleft.gif);
	background-position: right;
	background-repeat: repeat-y;
	border-right: 1px solid #AAAAAA;
}
#navbuttons
{
	position: absolute;
	float: left;
	width: 380px;
}
img
{
	border: 0;
}

#mainsection #right
{
	text-align: left;
	vertical-align: top;
	width: 380px;
	margin: 0;
	padding: 5px 5px 5px 10px;
	background-image: url(../images/common/creaseright.gif);
	background-position: left;
	background-repeat: repeat-y;
	border-left: 1px solid #AAAAAA;
}	
#rightpane
{
	height: 300px;
	padding: 5px;
	background-position: 5px 0px;
	background-repeat: no-repeat;
}
#rightpane a
{
	text-decoration: none;
	color: #8B132C;
}
#rightpane img
{
	border: 0;
	margin: 5px;
}

#pagefooter
{
	border-top: 10px solid #8B132C;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}

.red
{
	color: #8B132C;
}

/* CSS for login elements */
.login
{
	margin: 0px 40px 0px 20px;
}

.login #txtuser, .login #txtpass
{	
	width: 140px;
}
/* END LOGIN */

/* CSS for Order form */
#orderform
{
	width: 740px;
	margin: 0px;
}
#orderform label
{
	display: block;
	float: left;
	clear: left;
	color: #8B132C;
	width: 200px;
}
#orderform input
{
	width: 250px;
	float: left;
}
#ordertable
{
	width: 100%;
}
#ordertable thead
{
	color: #8B132C;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #8B132C;
}
#ordertable tbody input
{
	border: 0;
}
#ordertable .alt, .alt input
{
	background-color: #ffbfcd;
}
#ordertable .ref, .ref input
{
	width: 100px;
}
#ordertable .size, .size input
{
	width: 100px;
}
#ordertable .quantity, .quantity input
{
	width: 75px;
}
#ordertable .total
{
	width: 100px;
	font-weight: bold;
	text-align: right;
}
.refreshbutton, .submitbutton
{
	display: block;
	width: 76px;
	height: 25px;
	margin: 2px;
	float: left;
}
.refreshbutton
{
	margin-left: 580px;
	background-image: url(../images/common/refresh_off.gif);
}
.refreshbutton:hover
{
	background-image: url(../images/common/refresh_on.gif);
}
.submitbutton
{
	background-image: url(../images/common/send_off.gif);
}
.submitbutton:hover
{
	background-image: url(../images/common/send_on.gif);
}
.infobutton
{
	width: 22px;
	height: 20px;
	margin: 0px;
	float: left;	
	background-image: url(../images/common/i_off.gif);
}
.infobutton:hover
{
	background-image: url(../images/common/i_on.gif);
}
.floatleft
{
	width: 740px;
	float: left;
	clear: left;
	margin: 3px 0px 0px 0px;
}
/* END ORDER FORM */