/* Nicholas Edwards 2009 
NDE Designs Portfolio
Main Css Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img, a img {
	border:0px;
}

body
	{
	background-color:#ffffff;
	font-family:Verdana, Arial, sans-serif;
	color:#000000;
	font-size:0.8em;
	text-align:justify;
}

p {
	padding-bottom:16px;
}

.red {
	color:#ff0000;
}

#cont-left ul, #cont-left ol {
	margin-left:15px;
	margin-bottom:13px;
}

img.left {
	float:left;
	padding-right:10px;
}

img.right {
	float:right;
	padding-left:10px;
}

p.clear {
	clear:both;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

#cont-right hr {
	margin-bottom:13px;
	margin-top:13px;
	width:200px;
	height:0px;
	margin-left:-13px;
	border:0px;
	border-bottom:1px dashed #1e1a19;	
}

#cont-left hr {
	margin-bottom:13px;
	width:749px;
	height:0px;
	border:0px;
	border-bottom:1px dashed #1e1a19;
}

img.slide {
	padding-right:30px;
}

.null {
	padding:0px;
	margin:0px;
}

#cont-right ul {
	list-style:none;
}

img.web-presence {
	padding-right:10px;
}

#form_contact {
	width:500px;
	margin:auto;
}

#form_contact input, #form_contact textarea{
    background-color: inherit;
    border: 1px solid #1e1a19;
    color: #000000;
}

#big_preview_img, .preview_img {
	border: 1px solid #1e1a19;
}


/* Headers */

h2 {
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:1.4em;
	color:#1e1a19;
}

#cont-right h2 {
	margin-bottom:10px;
}

h3 {
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:1.2em;
	color:#1e1a19;
}

#cont-left h2, #cont-left h3 {
	margin-bottom:13px;
}

.boxgrid h3 {
	font-size:1.4em;
	color:#ffffff;
	text-align:center;
	margin-bottom:10px;
}

/* Divs */

#container {
	width:950px;
	margin:auto;
}

#logo {
	background-color:transparent;
	color:#000000;
	height:30px;
	width:147px;
	float:left;
	margin-top:-1px;
}

#menu {
	width:100%;
	height:30px;
	background-color:transparent;
	background-image:url(images/lyt_menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	color:#FFFFFF;
	margin:auto;
}

#content {
	width:950px;
	margin:auto;
	margin-top:15px;
}

#cont-left {
	width:736px;
	float:left;
	border-right:1px dashed #1e1a19;
	padding-right:13px;
	min-height:630px;
}

#cont-right {
	width:187px;
	float:right;
	padding-left:13px;
	text-align:left;
}

#slide-center {
	width: 645px;
	margin:auto;
	padding-left:30px;
}

#footer {
	width:950px;
	margin:auto;
	margin-top:-15px;
	font-size:0.8em;
	text-align:center;
	height:20px;
	padding-top:12px;
	color:#000000;
	border-top:1px dashed #1e1a19;
}

div#twitter {
	width:180px;
	height:190px;
	background-image:url(images/twitter.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:10px;
}

div#twitter p {
	width:160px;
	font-size:11px;
}

/* Listmenu */

ul#listmenu {
	width:627px;
}

ul#listmenu li {
	list-style:none;
	float:left;
}

ul#listmenu li a, ul#listmenu li a:link, ul#listmenu li a:active, ul#listmenu li a:visited {
	display:block;
	width:120px;
	height: 22px;
	background-image:url(images/lyt_menu_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:transparent;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:8px;
}

ul#listmenu li a:hover {
	background-position:bottom left;
	color:#ffffff;
	text-decoration:underline;
}

/* Links */

a, a:link, a:active, a:visited {
	color:#d2470b;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ed8215;
	text-decoration:underline;
}

.boxgrid a, .boxgrid a:link, .boxgrid a:active, .boxgrid a:visited, .boxgrid a:hover {
	color:#afafaf;
}

/* JQuery Sliding Boxes */

.boxgrid { 
	width: 200px; 
	height: 200px;
	float:left; 
	background:#161613;
	overflow: hidden; 
	position: relative;
	margin-right:13px;
	margin-bottom:13px;
	border:1px dashed #1e1a19;
}

.boxgrid img {
	position: absolute; 
	top: 0px; 
	left: 0px;
}

.boxgrid h2 {
	font-size:14px;
}

.boxgrid p { 
	padding: 0px 10px;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	text-align:left;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #1e1a19;
	height: 100px;
	width: 100%;
}

.captionfull .boxcaption {
	top: 200px;
	left: 0px;
}

.caption .boxcaption {
	top: 85px;
	left: 0px;
}