/*----------------------------------------------------
IRISH T-SHIRT COMPANY CSS
-----------------------------------------------------*/


/*----------------------------------------------------
TAGS
-----------------------------------------------------*/

body {
	margin-top: 0px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	background-image: url(graphics/diagonal.jpg);
	font-size: 0.8em;
	color: #666666;
	margin-bottom: 10px;
	text-align:center;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	padding: 0px;
	margin: 0px;
	color: #999999;
}
h3 {
	padding: 10px;
	border-bottom: solid 1px #F0F0F0;
	border-top: solid 1px #F0F0F0;
	color: #FF6600;
	background-color: #F8FAF8;

}
h4 {
	display: inline;
	color: #FF6600;
	font-size: large;
}
img {
	padding: 3px;
	border: 0px solid #E0FBD9;
	margin: 0 auto;
}
a {
	text-decoration:none;
	color: #3366CC;
}
a:hover {
	color: #66FF00;
}
td {
	border-bottom: solid 1px #BBCCB8;
}

/*----------------------------------------------------
IDS
-----------------------------------------------------*/

#wrap {
	width: 700px;
	text-align: center;
}
#home-page {
	background-color: white;
	width: 300px;
	float: left;

}
#home-page h1 a {
	background-image: url(graphics/ITC-logo-small2.GIF);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	width: 100%;
	text-indent: -2222px;
	display: block;
	height: 141px;
}
#navigation {

	background-color: #FFFFFF;
	padding: 0px;
	border-top: 1px solid white;
	width: 400px;
	float: left;
	height: 129px;
	
}
#navigation ul, li {
	list-style-stype: none;
	color: white;
	letter-spacing: 1px;
}
#navigation a {	
	text-decoration: none;
	color: #009933;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	border-bottom: dashed #66FF66 1px;
	background-image: url(graphics/tiny-tee.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
#navigation a:hover {
	color:white;
}
#banner {
	border-top: solid 1px white;
	padding-top: 10px;
	background-color: white;
	clear: both;
}
#content {
	background-color: white;
	border-top: solid 1px white;
}
#contact-details {
	padding: 20px;
	text-align: center;
	background-image: url(graphics/footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
}
#contact-details dl {
	padding: 0px;
	margin: 0px;
	display: inline;
	color: white;
}
#contact-details dd {
	display: inline;
}
#contact-details a {
	text-decoration: none;
	color: white;
}
#contact-details a:hover {
	color: #000000;
}
/*----------------------------------------------------
T-SHIRT PAGES
-----------------------------------------------------*/
#breadcrumbs {
		padding-left: 10px;
		padding-right: 10px;
		line-height: 30px;
		border-bottom: solid 1px #F0F0F0;
		border-top: solid 1px #F0F0F0;
		background-color: #F8FAF8;
		
}
#breadcrumbs .page-number {
	margin-left: 10px;
}
#breadcrumbs .page-select {
	float: right;
}
#breadcrumbs .page-select a{
	float: right;
	margin-right: 10px;
}
#t-shirts {
	padding: 20px;
	background-color: #FFFFFF;
		height:100%;
}
#individual-t-shirt {
	width: 300px;
	float: left;
	border: 1px solid #E0FBD9;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	background-color:White;

}
#t-shirt-details {
	width: 280px;
	float: left;
	padding-left: 30px;
}
#t-shirt-details p{
	margin-top: 10px;
}
.t-shirt-title {
	color: #CC6600;
	font-size: 14px;
}
.price {
	color: #666666;
}
select{
	margin-top: 10px;
	display: block;
}
input {
	margin-top: 15px;
}
		
/*----------------------------------------------------
CLASSES
-----------------------------------------------------*/

#navigation li  .irish-t-shirts:hover, #navigation li  .irish-t- shirts-active {
	background-color: #336600;
}
#navigation li  .derry-t-shirts:hover, #navigation li  .derry-t- shirts-active {
	background-color: #FF0000;
}
#navigation li  .kids-t-shirts:hover, #navigation li  .kids-t-shirts- active{
	background-color: #003366;
}
#navigation li .ladies-t-shirts:hover, #navigation li .ladies-t- shirts-active {
	background-color: #FF6699;
	color: white;
}
#navigation ul li .accessories {
	border-bottom-width: 10px;
	border-bottom-style: none;	
}
#navigation li  .accessories:hover, #navigation li  .accessories- active {
	background-color: #FF9900;
}
.irish-t-shirts-active:hover, .derry-t-shirts-active:hover, .kids-t- shirts-active:hover, .ladies-t-shirts-active:hover, .accessories- active:hover{
	cursor: default;
}
.home-box{
	width: 350px;
	float: left;
	background-color: white;
	height:100%;
}

.home-box p {
	margin: 20px;
	text-align: justify;
	font-size: 0.9em;
	background-color: white;
	height:100%;
}

.home-box img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: white;
}
.row-wrap {
	position: relative;
	clear: both;
	overflow: hidden;
	background-color: white;
	height:100%;
}
#welcome-box {
	width: 700px;
	background-color: white;
}
.home-tees-box 
{
        float:right;
        background-color: white;
}