
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	background: #fff url(/assets/tile.jpg) 0 0 repeat;
}

#wrapper {
	width: 980px;
	margin: 10px auto;
}

#innerWrapper {
	background: url(/assets/mid_bg.png) 0 0 repeat-y;
}

#brand {
	background: url(/assets/top_bg.png) 0 0 no-repeat;
	padding: 20px 20px 0 20px;
	position: relative;
	height: 200px;

}

.topPhone {
	position: absolute;
	top: 60px;
	left: 350px;
}

#navigation{
	padding: 0;
	margin: 0 20px;
	background: #74192E;
	height: 42px;
	list-style: none;
	z-index:100;

	
}

/*------------------------------------*\
	RESET
\*------------------------------------*/
ul,li{
	margin:0;
	padding:0;
}


/*------------------------------------*\
	NAV
\*------------------------------------*/

#navigation li{
	float:left;
	margin-right:0;
	position:relative;
}
#navigation a{
	display:block;
	padding: 10px 16px 10px 16px;
	text-decoration:none;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #853B4C;


}
#navigation a:hover{
	background: #521220;
}

/*--- DROPDOWN ---*/
#navigation ul{
	background:#74192E; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
		z-index:200;

	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#navigation ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#navigation ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	border-right: 0;
}
#navigation li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#navigation li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	color: #fff;
	background: #521220;
}
#navigation li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#navigation li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color: #fff;
	background: #74192E;
}

#sideBarDynamic {
	padding: 0 20px 5px 0;
}

#content {
	margin-left: 40px;
	width: 620px;
	float: left;
	
}

#content a, #sideBar a {
	color: #771931;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #sideBar a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}


#content img{
	padding: 3px;
	border: 1px solid #CCC;
	
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #771931;
	font-weight: normal;
	margin-top: 10px;
}

h1 {
	font-size: 24px;
}

h1 strong{
	font-size: 20px;
}


h1 strong, h2 strong {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}

#sideBar {
	margin-right: 40px;
	width: 240px;
	float: right;
	
}

#footer {
	clear: both;
	background: url(/assets/bottom_bg.png) 0 0 no-repeat;
	height: 150px;
	position: relative;
	color: #fff;
	font-weight: bold;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #666;
}

#copyright {
	position: absolute;
	bottom: 20px;
	right: 40px;
	margin: 0;
	padding: 0;
}

.clearBoth {
	clear: both;
	margin: 0;
}

.skype {
	width: 218px;
	background: #fff;
	padding: 10px;
	border: 1px dashed #00BBF3;
	margin-top: 10px;
}


.box {
	width: 218px;
	background: #fff;
	padding: 10px;
	border: 1px dashed #999;
	
}

.newsbox {
	background: #fff;
	padding: 10px;
	border: 1px dashed #999;
	margin-bottom: 10px;
	
}

.newsbox:hover {
	background: #ebebeb;

}
.services {
	font-weight: normal;
	position: absolute;
	bottom: 35px;
	left: 45px;
}

.facebook {
	position: absolute;
	top: 60px;
	right: 140px;
}

.linkedin {
	position: absolute;
	top: 60px;
	right: 60px;
}

.callBack {
	position: absolute;
	top: 125px;
	right: 57px;	
}

#serviceList a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}

#serviceList a:hover {
	color: #666;

}

#feedback {
	border: 1px solid #999;
	padding: 10px;
	background: #E3E3E3;
}
.tdDark {
	background: #e6e6e6;
}
.tdLight {
	background: #f5f5f5;
}

#content ul {
	margin-left: 20px;
}