/* ============================== 	*/
/* 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;
}

/* ============================== */
/* 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: 43px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	font-size: 24px;
	color: #00363b;
}

/* --------------- */
/* Desc: Holds the menu background*/
/* --------------- */
#menuBarBgWrapper
{
	width: 100%;
	background-color: transparent;
	height: 36px;
}

/* --------------- */
/* Desc: Holds the menu */
/* --------------- */
#menuWrapper
{
	width: 812px;
	height: 30px;
	background-color: #c3cf21;
	background-image: url(../images/white.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/* --------------- */
/* Desc: Holds the menu items */
/* --------------- */
#menuPane
{
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 36px;
	text-align: center;
	background-color: transparent;
}

/* --------------- */
/* Desc: Style of the menu items */
/* --------------- */
.menuItems
{
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font: Barmeno;
	text-align: center;
	font-size: 16px;
	color: #00363b;
}

/* --------------- */
/* Desc: Holds the large images cycling through */
/* --------------- */
#imageWrapper
{
	width: 100%;
	height: 365px;
	float: left;
	background-color: transparent;
}

/* --------------- */
/* Desc: Holds the product viewing area */
/* --------------- */
#imageWrapperProduct
{
	width: 100%;
	height: 360px;
	float: left;
	background: url(../images/products_bg.jpg);
	background-repeat: repeat-x;
}

#imageWrapperContact
{
	width: 100%;
	height: 421px;
	float: left;
	background: url(../images/products_bg.jpg);
	background-repeat: repeat-x;
}

#imageWrapperLarge
{
	width: 100%;
	height: 400px;
	float: left;
	background: url(../images/products_bg.jpg);
	background-repeat: repeat-x;
}

/* --------------- */
/* Desc: Holds the product picture */
/* --------------- */
#productPictureWrapper
{
	width: 58%;
	height: 331px;
	float: left;
	text-align: center;
	background: transparent;
}

/* --------------- */
/* Desc: Holds the product information */
/* --------------- */
#productDetailsWrapper
{
	margin: 100px 0px 0px 10px;
	width: 40%;
	height: auto;
	float: left;
	text-align: left;
	background: transparent;
}

/* --------------- */
/* 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: 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: 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: transparent;
	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;
}

/* ============================== */
/* 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 3px 0px 0px;
	padding: 4px 10px;
	height: 28px;
	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;
}