/*
   style sheet comments
   Author: Rodney Gibbons
   Date:   10-09-09

   Filename:         orderForm.css
   Supporting Files: left bar image: leftbar.jpg
*/
body 					{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background-color: black;
	width: 100%;
	margin: 0em 0em 0em 1em
}

body a:link				{color: white}
body a:hover			{color: yellow; text-decoration: underline}
body a:visited			{color: rgb(0,191,255)}
body a:active			{text-decoration: none}

#header					{
	border-bottom: 2px solid rgb(142, 0, 9);
	width: 950px
}
#print_header			{display: none}
#leftbar				{float: left; margin: 0px 10px 0px 0px; width: 200px; height: 768px;
						background-image: url(../images/leftbar.jpg)}
#leftbar a				{text-decoration: none}

#inner					{
	margin-left: 220px;
	width: 730px;
	text-align: center;
	font-size: 0.7em
}
#inner .more-info		{text-align: left}
#leftbar #links			{color: white; font-size: 0.8em; font-weight: bold; line-height: 1.8em; text-shadow: black 3px 3px 3px;margin: 0px 0px 0px 0px; 
						padding: 10px 0px 0px 10px}
h1						{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	text-align: center;
	color: white;
	vertical-align: middle
}
			
h2						{font-size: 1.25em; color: yellow}

h3						{font-size: 1em}

#footer					{
	margin: 0px 0px 0px 220px;
	width: 730px;
	text-align: center;
	font-size: 0.7em
}

address					{
	font-style: normal;
	font-size: 0.7em;
	margin: 5px 0px 0px 220px;
	width: 730px;
	text-align: center
}


#column1				{width:60%; text-align: center; vertical-align: middle; background-color: rgb(105, 105, 105)}
#column2				{width:40%; text-align: center; vertical-align: middle; background-color: rgb(105, 105, 105)}		
			
#portfolio_photos		{width:100%; border-style: none}

#links li.linksMargin	{margin-top: 15px}

.organizations			{margin: 10px; vertical-align: middle}

form															{
	text-align: left;
	width: 100%;
}
fieldset														{
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}
#OrderForm span													{color:yellow}
#payment														{
	height: 420px
}
.submit															{display: inline-block; float: left; border: 1px solid white; width: 32.5em; height: 10em; padding: 1em;
																text-align: center; margin-bottom: 1em}
#contactForm span												{color:yellow}
#ContactInfo .name_column			{width: 20%}
#ContactInfo .info_column			{width: 40%}
#ContactInfo .privacy_column			{width: 20%}
#ContactInfo .blank_column			{width: 5%}
#ContactInfo .button_column			{width: 20%}
#ContactInfo input			{width: 100%}

table								{width: 100%}
#PageContent .description_column	{width: 55%}
#PageContent .size_column			{width: 25%}
#PageContent .qty_column			{width: 10%}
#PageContent .price_column			{width: 10%}
.photo_description					{
	width: 400px
}
.price_select {
	width: 50px;
}
.qty_select {
	width: 40px;
}
#inner #OrderForm #PageContent textarea {
	width: 700px;
}
