/*MG Solutions
www.mastergripsolutions.com
Copyright(C)2005-2007*/

/*This site has been copyrighted by Master Grip Solutions (GEI, LLC). Reproduction in any part or whole is strictly prohibited.*/

/*Banner*/
#top {
    background-image: url(images/marble.jpg);
	background-repeat: repeat;
	height: 160px;
}

#logo {
	margin: 0 auto;
	height: 140px;
	width: 550px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
}

/*Page*/
/*Shadows*/
#shadow {
	height: 5px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
}

#nav_shadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
	width: 550px;
	height: 3px;	
}

#page_shadows {
	margin: 0 auto;
	/*margin: -20px 120px;*/
	width: 565px;
	background-image: url(images/shadows.png);
	background-repeat: repeat-y;
}

#bshadow {
	margin: 0 auto;
	width: 550px;
	height: 5px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
}

/*Navigation*/
#nav_table {
	margin: 0px 0px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	width: 550px;
	height: 30px;

} 

#nav {
	width: 500px;
	height: 30px;
	text-align: center;
}

#solutions {
	margin: 0px 198px;
	width: 100px;
}

#contact {
	margin: -42px 396px;
	width: 100px;
}

#solutions, #contact {
	background-color: #890000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	visibility: hidden;
}

#nav a, #solutions a, #contact a {
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

#nav a:hover, #solutions a:hover, #contact a:hover {
	background-color: #666666;
	text-decoration: underline;
	font-size: 16px;
}

/*Heading*/
h1 {
	color: #890000;
	font-family: "Century Schoolbook";
	font-size: 16px;
	text-align: left;
}

#headborder {
	margin: 0px 0px;
	width: 300px;
	height: 5px;
	border-top-color: #666666;
	border-top-width: 1px;  
	border-top-style: solid;
	padding-bottom: 5px;
}

/*Content*/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/wood.jpg);
}

#page {
	margin: 0px 6px;
	background-image: url(images/paper.jpg);
	background-repeat: repeat;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	width: 550px;
}

#content {
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
}

/*Links*/
.links a {
	color: #890000;
	text-decoration: none;
}

.links a:hover {
	color: #FFFFFF;
	background-color: #890000;
}

/*Copyright*/
#copyborder {
	margin: 0px 50px;
	width: 450px;
	height: 5px;
	border-top-color: #666666;
	border-top-width: 1px;  
	border-top-style: solid;
}

#copyright {
	width: 520px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.copyright {
	font-family: "Century Schoolbook";
	text-align: center;
	font-size: 12px;
}

/*Simple peace*/
.simple {
	color: #890000;
	font-size: 14px;
	padding-bottom: 10px;
}

.simple2, .simple4 {
	font-size: 16px;
}

.simple3 {
	font-size: 20px;
}

.simple4 {
	color: #890000;
}

/*Pictures*/
#polaroid_flash, #polaroid_solutions, #polaroid_faq, #polaroid_contact {
	width: 365px;
	height: 486px;
	background-repeat: no-repeat;
	
}

#polaroid_flash {
	margin: -650px auto;
	padding-left: 720px;
}

/*#polaroid_solutions {
	margin: -802px auto;
	background-image: url(images/puzzle.png);
}

#polaroid_faq {
	margin: -676px auto;
	background-image: url(images/question.png);
}

#polaroid_contact {
	margin: -546px auto;
	background-image: url(images/contact.png);
}


