/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
	background-image: url(images/bkg.gif);
	}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover {
	color: #eacad9;
	text-decoration: none;
	}
	
blockquote {
	margin-top: 5px;
	margin-left: 7px;
}
	
.content a:link {
	color: #D30267;
	text-decoration: none;
	}
	
.content a:visited {
	color: #D30267;
	text-decoration: none;
	}
	
.content a:active {
	color: #D30267;
	text-decoration: none;
	}
	
.content a:hover {
	color: #D30267;
	text-decoration: none;
	}
	
.content .container {
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
}

.menu_head {
	background-color: #D30267;
	}
	
.menu {
	text-align: right;
	margin-top: 118px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.cart {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	float: right;
	}
	
.content_main {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content {
	padding: 20px 10px 5px 10px;
}

.footer {
	background-color: #D30267;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

#head1 {
	font-size: 16px;
	font-weight: bold;
	color: #D30267;
}

.prodtbl {
	margin-left: 15px;
	}
	
.prodtbl tr {
	height: 150px;
	}

#prod_head{
	font-size: 16px;
	font-weight: bold;
}

.prod_head{
	font-size: 16px;
	font-weight: bold;
	padding-top:5px;
}

.img {
	padding: 2px;
	border: 1px #CCCCCC solid;
	}

#imgrow {
	text-align: center;
}

#imgrow img {
	margin: 5px;
}

.catalogues {
	text-align: center;
	}

.catalogues input {
	margin: 7px;
	}
	
h5 {
	font-size: 10px;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	}