/*====
HEADER
====*/

div#logo
	{
	position: absolute;
	text-align: left;
	top: 0px;
	left: 60px;
	}

div#menu
	{
	position: absolute;
	top: 40px;
	right: 60px;
	text-align: right;
	font-family: 'Arial';
	word-spacing: 40px;
	}

/*=======
ALL PAGES
=======*/

body
	{
	margin: 90px 60px 60px 0px;
	background-color:#ffffff;
	text-align: center;
	font-family: arial;
	font-size: 15px;
	}

a:link
	{
	color:#cb4530;
	}

a:visited
	{
	color:#cb4530;
	}

a:hover
	{
	color:#000000;
	}

p
	{
	margin: 20px 60px;
	}

.category
	{
	margin: 0px 60px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	font-family: arial;
	font-size: 17px;
	letter-spacing: 4px;
	color: black;
	background-color: lightgray;
	}

.gallery
	{
	margin: 0px 40px 20px 40px;
	text-align: center;
	}

img.thumbnails
	{
	padding: 10px 5px 0px 5px;
	}

p#disclaimer
	{
	margin: 50px 0px 20px 0px;
	font-family: arial;
	font-size: 10px;
	}

img#logodesign
	{
	margin: 40px;
	}

table#wishlist
	{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.wishlistlist
	{
	text-align: left;
	padding: 0px 0px 0px 25%;
	}

<!====
CONTACT FORM
==========!>

div#contact_form
	{
	text-align: center;
	padding: 600px 0% 0% 50%;
	}

p#contact_form
	{
	text-align: center;
	}

label
	{
	display: block;
	margin: 0 20%;
	text-align: left;
	font-family: arial;
	color: black;
	}

input {
	width: 60%;
	height: 20px;
	margin: 0px 40px;
	padding: 2px 0px;
	color: gray;
	background-color: lightgrey;
	text-align: left;
	font-family: arial;
	font-size: 15px;
	border: 0px solid black;
	border-radius: 0px;
	}

textarea {
	width: 60%;
	height: 200px;
	margin: 0px 40px;
	padding: 2px 0px;
	color: gray;
	background-color: lightgrey;
	color: black;
	font-family: arial;
	font-size: 15px;
	border: 0px solid black;
	border-radius: 0px;
	}

input[type=button], input[type=submit], input[type=reset] {
	width: 10%;
	height: 30px;
	background-color: grey;
	color: black;
	cursor: pointer;
	text-align: center;
	}

input[type=submit]:hover {
	background-color: black;
	color: white;
	}

<!--MODAL GALLERY--!>
