/* ============================== 	*/
/* Dickson Avenue Website | CSS		*/
/* =============== 					*/
/* Site Created By: Tyro Software 	*/
/* www.tyrosoftware.com 			*/
/* e-mail: contact@tyrosoftware.com */
/* ============================== 	*/

/* ============================== 	*/
/* 1. Link Sytles					*/
/* ============================== 	*/
a
{
	text-decoration: none;
	color: #00363b;
	font-weight: bold;
}

a:hover
{
	font-weight: bold;
}

/* ============================== */
/* 2. Classes 					  */
/* ============================== */
.callLink
{
	text-decoration: underline;
}

.callToAction
{
	font-size: 20px;
}

.callToActionRed, .callToActionRed a
{
	font-size: 20px;
	color: #f15c5e;
	font-style: italic;
}

.headerTitleContent h2
{
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	font-size: 14px;
	font-style: italic;
	color: #00363b;
}

/* ============================== */
/* 3. Layout					  */
/* ============================== */
/* --------------- */
/* Desc: Holds the whole page information */
/* --------------- */
#pageMaster
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

/* --------------- */
/* Desc: Sets styling for the whole site */
/* --------------- */
.siteContainer
{

}


/* --------------- */
/* Desc: Holds the skin information */
/* --------------- */
#skinMaster
{
	width: 826px;
	height: auto;
	margin: 10px 0px 0px 0px;
	background-color: transparent;
}

/* --------------- */
/* Desc: Holds the header information */
/* --------------- */
#headerWrapper
{
	width: 100%;
	height: 120px;
	background-color: transparent;
}

/* --------------- */
/* Desc: Holds the header logo */
/* --------------- */
#headerLogo
{
	width: 280px;
	height: 120px;
	float: left;
	background-color: transparent;
	/*background-image: url(../images/logo.jpg);*/
}

/* --------------- */
/* Desc: Holds the header title */
/* --------------- */
#headerTitle
{
	width: 546px;
	height: 120px;
	float: left;
	background-color: transparent;
}

/* --------------- */
/* Desc: Holds the style of the title */
/* --------------- */
.headerTitleContent
{
/*	margin: 85px 0px 0px 0px; */
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	font-size: 14px;
	font-weight: bold;
	color: #e11d20;
}

.PhoneBg
{
	padding: 8px 10px 5px 10px;
	color: #ffffff;
	background: url(../images/phoneBgSolid.png) repeat;
	background-color: #f15c5e;
}

/* --------------- */
/* Desc: Holds the menu background*/
/* --------------- */
#menuBarBgWrapper
{
	width: 100%;
	background-color: transparent;
	height: 36px;
}

/* --------------- */
/* Desc: Holds the menu */
/* --------------- */
#menuWrapper
{
	width: 820px;
	height: 36px;
	text-align: center;
	background-color: #c3cf21;
	background-image: url(../images/white.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/* --------------- */
/* Desc: Holds the menu items */
/* --------------- */
#menuPane
{
	padding: 0px 0px 10px 0px;
	width: 100%;
	height: 36px;
	text-align: center;
	background-color: transparent;
}

/* --------------- */
/* Desc: Style of the menu items */
/* --------------- */
.menuItems
{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	text-align: center;
	font-size: 16px;
	color: #00363b;
}

#sddm li.clearance a
{
	font-weight: bold;
	color: #ffffff;
	background-color: #f15c5e;
}

#sddm li.clearance a:hover
{
	color: #00363b;
	background-color: #c3cf21;
}

/* --------------- */
/* Desc: Holds the large images cycling through */
/* --------------- */
#imageWrapper
{
	margin: 10px 0px 0px 0px;
	width: 100%;
	height: 365px;
	float: left;
	background-color: transparent;
}

/* --------------- */
/* Desc: Holds the product viewing area */
/* --------------- */
#imageWrapperProduct
{
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/products_bg.png);
}

#ProductsWhite
{
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/white.png);
}

#ProductsListingWrapper
{
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	width: 100%;
	text-align:center;
	height: auto;
	float: left;
	background: url(../images/white_bg.png);
}

#imageWrapperContact
{
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	width: 100%;
	height: 421px;
	float: left;
	background: url(../images/products_bg.png);
}

#imageWrapperLarge
{
	width: 100%;
	height: 400px;
	float: left;
	background: url(../images/products_bg.png);
	background-repeat: repeat;
}

/* --------------- */
/* Desc: Holds the product picture */
/* --------------- */
#productPictureWrapper
{
	width: 58%;
	height: 331px;
	float: left;
	text-align: center;
	background: transparent;
}

/* --------------- */
/* Desc: Holds the product information */
/* --------------- */
#productDetailsWrapper
{
	padding: 10px 10px 10px 10px;
	margin: 100px 0px 0px 10px;
	width: 38%;
	height: auto;
	float: left;
	text-align: left;
	background: url(../images/products_bg.png);
}

/* --------------- */
/* Desc: Holds the product information */
/* --------------- */
#attachmentWrapper
{
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: auto;
	float: right;
	text-align: center;
	background: transparent;
}

/* --------------- */
/* Desc: Holds the product's ttile */
/* --------------- */
.ProductDetailsTitle
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	font-size: 26px;
	color: #00363b;
}

/* --------------- */
/* Desc: Holds the product details */
/* --------------- */
.ProductDetails
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	font-size: 14px;
	color: #00363b;
}

/* --------------- */
/* Desc: Main content text (with margin) */
/* --------------- */
.contentText
{
	margin: 0px 10px 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	font-size: 14px;
	color: #00363b;
}

/* --------------- */
/* Desc: Thumbnail of the product */
/* --------------- */
.ProductThumb
{
	display: block;
	margin: 3px 2px 0px 2px;
	float: left;
	width: 159px;
	height: 161px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

/* --------------- */
/* Desc: Holds the large images cycling through */
/* --------------- */
#footerWrapper
{
	width: 100%;
	min-height: 28px;
	float: left;
	background-color: transparent;
}

/* --------------- */
/* Desc: Holds the large images cycling through */
/* --------------- */
#footerContent
{
	width: 100%;
	min-height: 28px;
	vertical-align: middle;
	background-color: transparent;
}

/* --------------- */
/* Desc: Shows the category heading */
/* --------------- */
#CategoryName
{
	margin: 6px auto 0px auto;
	padding: 6px 0px 0px 0px;
	width: 100%;
	height: 26px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	font-size: 14px;
	color: #00363b;
	background: url(../images/products_bg.jpg);
}

.categoryTitle
{
	padding:0px 0px 0px 0px;
	margin: 3px 0px 5px 0px;
	background-color: transparent;
}

/* --------------- */
/* Desc: Categorgy items - 2 */
/* --------------- */
.category_2
{
	margin: 5px 3px 0px 3px;
	float: left;
	width: 407px;
	height: 230px;
	background-color: transparent;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	font-size: 14px;
	color: #00363b;
}

/* --------------- */
/* Desc: Categorgy items - 3 */
/* --------------- */
.category_3 a, .category_3 img, .category_2 a, .category_2 img
{
	border: 0px;
	font-weight: 500;
}

.category_3
{
	border: 0px;
	margin: 5px 3px 0px 3px;
	float: left;
	width: 269px;
	height: 230px;
	background-color: transparent;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	font-size: 14px;
	color: #00363b;
}

/* --------------- */
/* Desc: Holds the large images cycling through */
/* --------------- */
#scrollLinks
{
	width: 100%;
	min-height: 28px;
	background-color: transparent;
}

/* --------------- */
/* Desc: Holds the style of the footer */
/* --------------- */
.footerContainer
{
	margin: 5px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	font-size: 14px;
	color: #00363b;
}

/* --------------- */
/* Desc: Holds the style of the products list at the bottom of the page */
/* --------------- */
#productListWrapper
{
	float: left;
	height: auto;
	width: 766px;
	background-color: transparent;
}

/* --------------- */
/* Desc: Holds the s product arrow area */
/* --------------- */
#productArrowLeft
{
	margin: 55px 0px 0px 0px;
	float: left;
	height: auto;
	width: 30px;
	background-color: transparent;
}

/* --------------- */
/* Desc: Holds the s product arrow area */
/* --------------- */
#productArrowRight
{
	margin: 55px 0px 0px 0px;
	float: left;
	height: auto;
	width: 30px;
	background-color: transparent;
}

/* --------------- */
/* Desc: Holds the style of a product in the product list */
/* --------------- */
td.product
{
	margin: 0px 10px 0px 10px;
	padding: 5 5;
	min-height: 124px;
	width: 165px;
	height: 165px;
	color: #00363b;
	font-size: 12px;
	border: 1px #cccccc solid;
	background-color: #ffffff;
/*	background: url(../images/products_bg_small.jpg);
	background-repeat: repeat-x;*/
}

.product a:link, .product a:visited
{
	color: #00363b;
	font-size: 12px;
	text-align: center;
}

/* --------------- */
/* Desc: Sales link, used on the sales splash page */
/* --------------- */
a.salesLink:link, a.salesLink:visited
{
	color: #ffffff;
	font-family: "FreesiaUPC", Arial, Helvetica, sans-serif;
	font-size: 31px;
	font-weight: normal;
}

a.salesLink:hover
{
	color: #c3d021;
}

/* -------------- */
/* Desc: Thumbnail if multiple images on product detail page
/* -------------- */
img.view_thumbnail
{
	border: solid 1px #455660;
	cursor: pointer;
}

#categoryInfo
{
	margin: 10px 0px 0px 10px;
	padding: 10px 10px 10px 10px;
	width: 38%;
	height: auto;
	float: left;
	text-align: left;
	border: solid 1px #cccccc;
}

/* ============================== */
/* 4. Menu					  */
/* ============================== */
/* --------------- */
/* Desc: Menu details */
/* --------------- */
#sddm
{	
	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li
{	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	float: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#sddm li a
{	
	display: block;
	margin: 0px 4px 0px 0px;
	padding: 8px 11px 4px 12px;
	height: 24px;
	background-color: #ffffff;
	color: #00363b;
	text-decoration: none;
	font-weight: normal;
}

#sddm li a:hover
{
	font-weight: normal;
}

#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #455560;
}

#sddm div a
{	
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width: 125px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #ffffff;
	color: #455560;
	font: 12px arial;
	border: 1px dotted #455560;
}

#sddm div a:hover
{	
	background-color: #455560;
	color: #ffffff;
}
