@charset "UTF-8";
/* Vuelon Clothing Global CSS */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	}
img {
	border: none;
	}
#wrapper {
	width: 687px;
	margin: 0 auto;
	}
#header {
	width: 687px;
	}
#nav {
	width: 320px;
	height: 46px;
	position: absolute;
	left: 50%;
	margin-left: -147px;
	top: 260px;
	}
#title {
	padding-left: 25px;
	}
#shirt {
	width: 637px;
	padding-left:25px;
	}
#shirtinfo {
	float: right;
	background: transparent;
	padding-left:25px;
	padding-top:40px;
	width:306px;
	}
#shirtview {
	float: inherit;
	background: transparent;
	padding-top: 40px;
	width: 306px;
	}
#buy {
	width: 306px;
	}
#garmentinfo {
	margin-top: 60px;
	font-size: 10px;
	width: 306px;
	}
#radiobut {
	left:0px;
	top:80px;
	position: fixed;
	}
.price {
	color: #FF0000;
	font-weight: bold;
	}
.name {
	color: #41b6b1;
	font-size: 36px;
	font-weight: bold;
	}
.newstitle {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: black;
	}
.newsdate {
	font-weight: bold;
	font-size: 12px;
	color: #888888;
	}
.newsbody {
	font-size: 12px;
	color: black;
	}
.thumbname {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: black;
	}
.shirtthumbs {
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	float: left;
	padding-left: 20px;
	border:none;
	}
#content {
	width: 687px;
	background: url(images/bodybg.png) repeat-y;
	overflow: auto;
	}
#footer {
	clear: both;
	width: 687px;
	background: url(images/footerbg.png) no-repeat;
	font-size: 10px;
	padding: 20px 20px 0px 20px;
	}
a.home:link, a.home:visited {
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width: 53px;
	height:23px;
	}
a.home:hover, a.home:active {
	display:block;
	background-position:0 -23px;
	text-decoration:none;
	width: 53px;
	height:23px;
	}
a.men:link, a.men:visited {
	background-image:url(images/men.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width: 47px;
	height:23px;
	}
a.men:hover, a.men:active {
	display:block;
	background-position:0 -23px;
	text-decoration:none;
	width: 47px;
	height:23px;
	}
a.vuelon:link, a.vuelon:visited {
	background-image:url(images/vuelon.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width: 74px;
	height:23px;
	}
a.vuelon:hover, a.vuelon:active {
	display:block;
	background-position:0 -23px;
	text-decoration:none;
	width: 74px;
	height:23px;
	}
a.charities:link, a.charities:visited {
	background-image:url(images/charities.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width: 65px;
	height:23px;
	}
a.charities:hover, a.charities:active {
	display:block;
	background-position:0 -23px;
	text-decoration:none;
	width: 65px;
	height:23px;
	}
a.mailing:link, a.mailing:visited {
	background-image:url(images/mail.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width: 81px;
	height:23px;
	}
a.mailing:hover, a.mailing:active {
	display:block;
	background-position:0 -23px;
	text-decoration:none;
	width: 81px;
	height:23px;
	}
/*#newsbody a:link, #newsbody p a:visited  {
	color: white;
	background: black;
	padding: 0px 2px 0px 2px;
}
#newsbody p a:hover, #newsbody p a:active {
	padding: 0px 2px 0px 2px;
	background-color: #41B6B1;
} */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #41B6B1;
}
a:active {
	text-decoration: none;
	color: #000000;
}