/*
Theme Name: DSKmedia
Theme URI: http://dskmedia.com/
Version: 20111111
*/


/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* General */
html {
	height: 100%
}
body {
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px
}
h4 {
	font-size: 13px;
	text-decoration: underline;
	font-weight: normal;
}
h5 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

p {
	padding: 10px 0;
}
a {
	text-decoration: underline;
	color: #AC0010;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	padding-left: 30px;
}

ul li, ol li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}

/* ---------- */





#wrapper-x {
	background: #e6e6e6 url(images/body-x.png) repeat-x;
	min-height: 100%;
	_height: 100%;
	min-width: 1090px;
}

#wrapper {
	background: url(images/bg.png) center top no-repeat;

}
#container {
	width: 800px;
	margin: 0px auto;
}
#header {
	height: 65px;
	padding-top: 35px;
	
}
#logo-main {
	float: left;
	display: inline;
	margin-left: 5px;
}
#menu {
	float: right;
	display: inline;
}
#menu a {
	font-family: arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	float: right;
	display: inline;
	margin-left: 20px;
	padding: 15px  0 4px 0;
}
#menu a:hover {
	border-bottom: 3px solid #e41819;
}
#subheader {
	width: 970px;
	height: 460px;
	margin: 0 auto;
	position: relative;
}
#contentArea {
	padding: 0 5px;
	overflow: hidden;
}
#mainContent {

}
#sidebar {

}

#FAR {
	overflow: hidden;
	margin-top: 20px;
}
#FAR span {
	float: left;
	width: 236px;
	padding: 60px 0 0 64px;
}
#mantra-fast {
	background: url(images/fast.png) no-repeat;
}
#mantra-affordable {
	background: url(images/affordable.png) -8px top no-repeat;
	margin: 0 25px;
}

#mantra-reliable {
	background: url(images/reliable.png) -3px top no-repeat;
}
#fWrapper {
	background: url(images/fTop.png) repeat-x;
	margin-top: 20px;
}
#footer {
	height: 50px;
	width: 800px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 10px;
}

#footerNav {
	clear: left;
	height: 28px;
	margin-top: 10px;
}
#footerNav a {
	margin: 0 10px 0 0;
	float: left;
	font-size: 12px;
	color: #979797;
	text-decoration: none;
}
#footerNav a:hover {
	text-decoration: underline;
}
#footerNav span {
	float: right;
	font-size: 12px;
	color: #979797;
}




.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 960px;
	height:450px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#sBorder {
	background: url(images/subheader.png) no-repeat;
	width: 960px; padding: 5px;
	height: 450px;
	position: relative;
	z-index: 5;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}

a.browse {
	width: 91px;
	height: 96px;
	position: absolute;
	top: 177px;
	cursor: pointer;
	display: none;
}
a.browse.left {
	background: url(images/nav-l.png) no-repeat;
	left: -50px;
	z-index: 3;
}
a.browse.right {
	background: url(images/nav-r.png) no-repeat;
	right: -50px;
	z-index: 4;
}
a.browse.disabled {
	opacity: 0;
}


#featured-alta-california, #featured-alta-california2 {
	background: url(images/featured/alta-california.jpg);
	height: 250px;
	width: 470px;
	padding: 180px 50px 20px 440px;
}

body.home #container, body.home #footer {
	width: 960px;
}
#cForm td {
	padding: 5px;
	vertical-align: top;
}
#cForm td.cField input, #cForm textarea {
	padding: 2px 5px;
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	width: 200px;
	border: 1px solid #333;
}

#cForm textarea {
	height: 60px;
}
.cLabel {
	width: 100px;
	text-align: right;
	padding-right: 10px;
}