/* general */
* {
	border:  0;
	margin:  0;
	padding: 0;
}

a:link {
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	color: #ff9900;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

a:active {
	color: #cc0000;
	text-decoration: none;
}

br.clear {
	clear: both;
	font-size: 1px;
}

a.arrow {
	display: inline-block;
	background: url(http://www.spriteanimation.com/images/link.gif) no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 9px;
}

img {
	border: 0px;
}

/* sidebar */
#sidebar {
	width: 211px;
	height: 846px;
	background: url(images/dotline1.gif) no-repeat 0px 143px;
}

#sidebar a.logo {
	float: left;
	display: block;
	width: 90px;
	height: 135px;
	background: url(images/spriteman.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 0px;
	margin-left: 0px;
}

#sidebar a.logo:hover {
	position: relative;
	top: 1px;
	left: 1px;
}


/* menus */
#menus {
	float: left;
	margin-top: 26px;
}

#menus li {
	list-style-type: none;
}

#menus li a {
	display: block;
	height: 27px;
	background: url(images/navi.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

li#m1 { width: 108px; height: 25px; }
li#m2 { width: 108px; height: 27px; }
li#m3 { width: 108px; height: 28px; }
li#m4 { width: 108px; height: 27px; }

li#m1 a { background-position: 0px 0px; }
li#m2 a { background-position: 0px -25px; }
li#m3 a { background-position: 0px -52px; }
li#m4 a { background-position: 0px -80px; }

li#m1 a:hover, li#m1 a.sel1 { background-position: -109px 0px; }
li#m2 a:hover, li#m2 a.sel2 { background-position: -109px -25px; }
li#m3 a:hover, li#m3 a.sel3 { background-position: -109px -52px; }
li#m4 a:hover, li#m4 a.sel4 { background-position: -109px -80px; }

#sidebar a.spriteAnimation {
	display: block;
	width: 211px;
	height: 30px;
	margin-top: 20px;
}


/* news headline */
#newsHeadline {
	width: 145px;
	height: 340px;
	color: #575757;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin-top: 60px;
	margin-left: 33px;
}

#newsHeadline a.news {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/newsHeadline.gif) no-repeat;
	margin-bottom: 13px;
}

#newsHeadline p {
	margin-bottom: 16px;
	padding-left: 2px;
}

a.headline:link {
	color: #575757;
	text-decoration: none;
}

a.headline:visited {
	color: #575757;
	text-decoration: none;
}

a.headline:hover {
	color: #ff9900;
	text-decoration: none;
}

a.headline:active {
	color: #ff9900;
	text-decoration: none;
}


/* menu contactInfo */
#contactInfo {
	position: absolute;
	top: 665px;
	width: 211px;
	height: 181px;
	background: url(images/dotline1.gif) no-repeat bottom;
}

#contactInfo #address {
	width: 211px;
	height: 125px;
	background: url(images/address.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#contactInfo li {
	list-style-type: none;
	text-align: left;
	margin-left: 27px;
}

#contactInfo li a {
	display: block;
	height: 22px;
	background: url(images/mail_map.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

li#c1 { width: 155px; height: 22px; }
li#c2 { width: 80px; height: 22px; }

li#c1 a { background-position: 0px 0px; }
li#c2 a { background-position: 0px -22px; }

li#c1 a:hover, li#c1 a.ci { background-position: -160px 0px; }
li#c2 a:hover, li#c2 a.ci { background-position: -160px -22px; }

#sidebar img.bdline {
	position: absolute;
	top: 841px;
}


/* footer */
#footer {
	position: absolute;
	top: 850px;
	left: 211px;
	width: 770px;
	height: 40px;
	background: url(images/footer.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


/* submenu */
#submenu {
	position: absolute;
	top: 113px;
	left: 23px;
	width: 720px;
	height: 35px;
	background: url(images/dotline2.gif) repeat-x bottom;
}

#submenu li {
	float: left;
	list-style-type: none;
	margin-left: 29px;
}

#submenu li a {
	display: block;
	height: 16px;
	background: url(images/subMenu.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

li#nws1 { width: 80px; height: 16px; }
li#nws2 { width: 120px; height: 16px; margin-left:40px; }

li#nws1 a { background-position: -2px -17px; }
li#nws2 a { background-position: -95px -17px; }

li#nws1 a:hover, li#nws1 a.nws1s { background-position: -2px -1px; }
li#nws2 a:hover, li#nws2 a.nws2s { background-position: -95px -1px; }

li#cmp1 { width: 80px; height: 16px; }
li#cmp2 { width: 110px; height: 16px; margin-left:40px; }

li#cmp1 a { background-position: -1px -49px; }
li#cmp2 a { background-position: -95px -49px; }

li#cmp1 a:hover, li#cmp1 a.cmp1s { background-position: -1px -33px; }
li#cmp2 a:hover, li#cmp2 a.cmp2s { background-position: -95px -33px; }

li#wrk1 { width: 90px; height: 16px; }
li#wrk2 { width: 80px; height: 16px; margin-left:75px; }
li#wrk3 { width: 90px; height: 16px; margin-left:65px; }

li#wrk1 a { background-position: -120px -80px; }
li#wrk2 a { background-position: -1px -80px; }
li#wrk3 a { background-position: -210px -80px; }

li#wrk1 a:hover, li#wrk1 a.wrk1s { background-position: -120px -64px; }
li#wrk2 a:hover, li#wrk2 a.wrk2s { background-position: -1px -64px; }
li#wrk3 a:hover, li#wrk3 a.wrk3s { background-position: -210px -64px; }

li#cnt1 { width: 118px; height: 16px; }
li#cnt2 { width: 70px; height: 16px; margin-left:40px; }

li#cnt1 a { background-position: -1px -112px; }
li#cnt2 a { background-position: -110px -112px; }

li#cnt1 a:hover, li#cnt1 a.cnt1s { background-position: -1px -96px; }
li#cnt2 a:hover, li#cnt2 a.cnt2s { background-position: -110px -96px; }


/* contents */
#mainContainer {
	position: absolute;
	background-color: #f2f2f2;
	top: 0px;
	left: 211px;
	width: 770px;
	height: 845px;
}

#contentBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 716px;
	height: 600px;
	background: url(images/boxframe.gif) no-repeat;
	margin: 180px 27px 0px 27px;
}

#content {
	padding: 35px 0px 35px 46px;
}

#inframe {
	display: block;
	overflow: auto;
	width: 450px;
	height: 500px;
	color: #575757;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 149%;
	text-align: justify;
	padding: 10px 10px 20px 5px;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #336666;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-track-color: #fff;
}

#inframe p {
	margin-bottom: 12px;
}



.listDecimal li {
	list-style-type: decimal;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 12px;
}
.listDisk {
	margin-bottom: 20px;
}

.listDisk li {
	list-style-type: disk;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 10px;
}


/* top page */
#topimgs {
	position: absolute;
	top: 0px;
	left: 211px;
	width: 770px;
	height: 845px;
	background-color: #e95a31;
}

#topimgs img {
	width: 175px;
	height: 845px;
}

#topimg1, #topimg2, #topimg3, #topimg4 {
	cursor: pointer;
	overflow: hidden;
	float: left;
	background-color: #fff;
	width: 175px;
	height: 845px;
	margin-left: 14px;
}


/* news */
div.news img {
	margin: 7px 0px;
}

div.news .newsimg {
	float: right;
	margin-left: 5px;
}

div.news .newsimgLeft {
	float: left;
	margin-right: 5px;
}

div.news .projectsmail {
	margin: 0px 0px -3px 3px;
	position: relative;
}


/* company */
.companysubtitle {
	color: #ff3300;
	font-weight: bold;
}

#companyphotos {
	float: right;
	width: 200px;
}

#companyphotos img {
	margin-bottom: 15px;
	margin-left: 15px;
}


/* people */
div.people img {
	float: right;
	margin-left: 5px;
}

div.people img.left {
	float: left;
	margin-right: 5px;
}


/* work clips */
#clips table {
	float: left;
	width: 175px;
	margin-right: 44px;
}

#clips td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 110%;
}

#clips td.clipname {
	color: #e95a31;
	font-size: 14px;
	text-align: center;
}

#clips img {
	width: 175px;
	height: 100px;
}

#clips div {
	overflow: hidden;
	height: 190px;
}

/* work projects */
#inframe2 {
	overflow: none;
	width: 650px;
	height: 160px;
	margin-left: 10px;
	padding: 0px 10px 0px 0px;
}

#inframe2 img {
	width: 110px;
	height: 140px;
	margin-right: 13px;
	float: left;
	border: 0px;
}

#inframe3 {
	overflow: hidden;
}

#inframe3 img {
	width: 292px;
	height: 361px;
	float: left;
	margin-right: 20px;
}

#inframe3 p.projTitle {
	text-align: left;
	color: #575757;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#inframe3 p {
	margin: 0px 60px 13px 0px;
	text-align: justify;
	color: #575757;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	}

#content p.projInfo {
	position: absolute;
	top: 525px;
	left: 357px;
	text-align: left;
	color: #575757;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* work gallery */
#gallery {
	display: block;
	overflow: hidden;
	width: 640px;
	margin: 8px 0px 0px 0px;
}

#gallery a {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 95px;
	height: 95px;
}

/* contact */
div.contact img {
	float: left;
	margin-right: 7px;
}

div.contact p {
	color: #575757;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
}

#contactimages {
	float: right;
	width: 200px;
	text-align: center;
}

#contactimages img {
	width: 157px;
	height: 446px;
	margin-top:75px;
}

p img.hr {
	width: 157px;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 2px;
}


/* mail form */
#submenu img.mailus {
	width: 86px;
	height: 16px;
	margin-left: 27px;
	margin-bottom: 1px;
}

#mailform #mail1 {
	float: left;
	width: 230px;
	height: 300px;
	margin-bottom: 25px;
	color: #575757;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

#mailform #mail2 {
	float: left;
	width: 400px;
	margin-bottom: 25px;
	color: #575757;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

#mailform input,
#mailform select {
	width: 200px;
	border: 1px solid #ccc;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 2px;
}

#mailform input.submit {
	border: 3px outset #ccc;
	padding: 0px;
}

#mailform textarea {
	width: 390px;
	border: 1px solid #ccc;
	padding: 2px;
}

#mailresult {
	height: 150px;
	color: #575757;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 150%;
}




