@charset "utf-8";

/* ~~ Element/tag selectors ~~ */


a img { 
	border: none;
}


.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.logo {
	height: 350px;
	width: 300px;
	position: absolute;

}


.header {
	margin-bottom: 50px;
}


.top-box {
	float: left;
	width: 600px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(../images/txtbg.png);
	font-weight: bold;
	padding: 10px;
	
}
.content {
	width: 400px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.twitter{
	float: right;
	padding-right: 20px;
	height: 600px;
	width: 300px;
	padding-bottom: 20px;
}



.mtgif {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

.mt-box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/mbg.png);
	width: 560px;
	background-repeat: repeat-y;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	margin-bottom: 20px;
}

.cam-icon {
	background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	background-image: url(../images/iconbg.png);
	float: left;
	margin-right: 30px;
}
.vid-icon {
	height: 300px;
	width: 300px;
	background-image: url(../images/iconbg.png);
	background-repeat: no-repeat;
	float: left;
	clear: right;
	margin: 0px;
	
}

.cart-icon {
	background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	padding: 0px;
	background-image: url(../images/iconbg.png);
	float: right;
}

.twit-icon {
	position: fixed;
	top: 200px;
	right: 0px;	
}

.fb-icon {
	position: fixed;
	top: 300px;
	right: 0px;	
}

#gallery {
	background-color: #000;
	height: 500px;
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
		
	
}
	
#vhdr	{
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 225px;
	width: 720px;
	
}

#home	{
	position: fixed;
	top: 0px;
	left: 0px;
	
}

#cam	{
	position: fixed;
	left: 0px;
	top: 100px;
	
}

#cart	{
	position: fixed;
	left: 0px;
	top: 200px;	
}
